Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,15 +1,14 @@ 1 1 {{velocity output="false"}} 2 2 $xwiki.ssx.use('Documentation.WebHome') 3 -$xwiki.ssx.use('CardsCSS'); 4 4 {{/velocity}} 5 5 6 6 7 7 8 -(% class="col-xs-12 col-sm-4 col-md-4 cards-container border-green" %)7 +(% class="col-xs-12 col-sm-4 col-md-4 cards-container" %) 9 9 ((( 10 -(% class="card card1" %) 9 +(% class="card card1 border-green" %) 11 11 ((( 12 -(% class="card-body" %) 11 +(% class="card-body h2-green" %) 13 13 ((( 14 14 == Die VitiMeteo Website 1 == 15 15 ... ... @@ -19,8 +19,9 @@ 19 19 \\[[App Within Minutes>>AppWithinMinutes]] (AWM). 20 20 AWM will take care of making it easy for you and your users to create and manage the data. 21 21 22 -(% class="card-text" %) 23 - 21 +(%class="version-footer"%)((( 22 +[[Administer>>Documentation.AdminGuide.WebHome||class="btn btn-primary]] 23 +))) 24 24 ))) 25 25 ))) 26 26 )))
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -2,3 +2,7 @@ 2 2 .border-green {border-color: green; } 3 3 .border-cyan {border-color: cyan; } 4 4 .border-red {border-color: red; } 5 +.h2-blue > h2 {color: blue;} 6 +.h2-green > h2 {color: green;} 7 +.h2-cyan > h2 {color: cyan;} 8 +.h2-red > h2 {color: red;}