Changes for page testpage2

Last modified by geosens on 2025/01/15 19:04

From version 72.1
edited by geosens
on 2025/01/15 18:13
Change comment: There is no comment for this version
To version 76.1
edited by geosens
on 2025/01/15 18:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,10 +6,10 @@
6 6  (((
7 7  (% class="card card1 border-green" %)
8 8  (((
9 -(% class="card-header bg-green" %)
9 +(% class="card-header h2-black bg-green" %)
10 10  (((
11 11  == Die VitiMeteo Website ==
12 -
12 +)))
13 13  (% class="card-body" %)
14 14  (((
15 15  Was bietet die Vitimeteo Website.
... ... @@ -22,7 +22,6 @@
22 22  )))
23 23  )))
24 24  )))
25 -)))
26 26  
27 27  (% class="col-xs-12 col-sm-4 col-md-4 cards-container border-blue" %)
28 28  (((
XWiki.StyleSheetExtension[1]
Code
... ... @@ -1,4 +1,7 @@
1 -.card1 {min-height: 200px;}
1 +.card1 {min-height: 200px;
2 + border-radius: 10px !important;
3 + box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
4 +}
2 2  .border-blue {border-color: blue; }
3 3  .border-green {border-color: green; }
4 4  .border-cyan {border-color: cyan; }
... ... @@ -7,6 +7,7 @@
7 7  .bg-green {background-color: green;}
8 8  .bg-cyan {background-color: cyan;}
9 9  .bg-red {background-color: red;}
13 +.h2-black > h2 {color: black;}
10 10  .h2-blue > h2 {color: blue;}
11 11  .h2-green > h2 {color: green; background-color: green;}
12 12  .h2-cyan > h2 {color: cyan;}