Changes for page Home

Last modified by Benjamin Fischer on 2025/06/04 14:20

From version 73.1
edited by Judith Steinfeld
on 2024/11/07 16:17
Change comment: There is no comment for this version
To version 73.6
edited by Benjamin Fischer
on 2024/11/07 17:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.JudithSteinfeld
1 +XWiki.fischer
XWiki.StyleSheetExtension[0]
Code
... ... @@ -13,7 +13,10 @@
13 13   col.fc-fitCol {
14 14   width: 1px;
15 15   }
16 - .fc-body {
16 + tbody.fc-body {
17 + td {
18 + background-color: #fff;
19 + }
17 17   tr:nth-child(4n+3) > * {
18 18   border-top: 1px solid #ddd;
19 19   }
... ... @@ -52,12 +52,12 @@
52 52   }
53 53   }
54 54   }
58 + td.fc-dayVal, td.fc-weekVal {
59 + color: desaturate(lighten(#1D3B58, 50%), 80%);
60 + }
55 55   td.fc-weekVal {
56 56   text-align: right;
57 57   }
58 - .fc-fade2 {
59 - opacity: 0.3;
60 - }
61 61   }
62 62   }
63 63  }