Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,7 +6,7 @@ 6 6 ((( 7 7 (% class="card card1 border-green" %) 8 8 ((( 9 -(% class="card-header h2-green" %) 9 +(% class="card-header h2-black bg-green" %) 10 10 ((( 11 11 == Die VitiMeteo Website == 12 12 ))) ... ... @@ -15,7 +15,6 @@ 15 15 ((( 16 16 Was bietet die Vitimeteo Website. 17 17 ))) 18 - 19 19 (% class="card-footer text-right" %) 20 20 ((( 21 21 [[Mehr...>>doc:xwvmweb:Main.WebHome||class="btn btn-success"]]
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,5 +1,7 @@ 1 -.card-body {min-height: 100px;} 2 -.card-footer {padding: 0 12px 0 0;} 1 +.card1 {min-height: 200px; 2 + border-radius: 10px !important; 3 + box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); 4 +} 3 3 .border-blue {border-color: blue; } 4 4 .border-green {border-color: green; } 5 5 .border-cyan {border-color: cyan; } ... ... @@ -10,6 +10,6 @@ 10 10 .bg-red {background-color: red;} 11 11 .h2-black > h2 {color: black;} 12 12 .h2-blue > h2 {color: blue;} 13 -.h2-green > h2 {color: green;} 15 +.h2-green > h2 {color: green; background-color: green;} 14 14 .h2-cyan > h2 {color: cyan;} 15 15 .h2-red > h2 {color: red;}