Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 ((( 9 9 (% class="card card1 border-green" %) 10 10 ((( 11 -(% class="card-body" %) 11 +(% class="card-body h2-green" %) 12 12 ((( 13 13 == Die VitiMeteo Website 1 == 14 14 ... ... @@ -18,12 +18,14 @@ 18 18 \\[[App Within Minutes>>AppWithinMinutes]] (AWM). 19 19 AWM will take care of making it easy for you and your users to create and manage the data. 20 20 21 -(% class="card-text" %) 22 - 21 +(% class="version-footer" %) 22 +((( 23 +[[Mehr...>>doc:xwvmweb:Main.WebHome||class="btn btn-primary"]] 23 23 ))) 24 24 ))) 25 25 ))) 26 26 ))) 28 +))) 27 27 28 28 (% class="col-xs-12 col-sm-4 col-md-4 cards-container border-blue" %) 29 29 (((
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -2,4 +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-green {color: green;} 5 +.h2-blue > h2 {color: blue;} 6 +.h2-green > h2 {color: green;} 7 +.h2-cyan > h2 {color: cyan;} 8 +.h2-red > h2 {color: red;}