0 Votes

Changes for page Global Dashboard

Last modified by Ryan C on 2025/09/10 18:12

From version 21.1
edited by Ryan C
on 2025/05/15 00:55
Change comment: There is no comment for this version
To version 25.1
edited by Ryan C
on 2025/05/15 01:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,22 +1,5 @@
1 1  {{html clean="false"}}
2 2  <style>
3 -.dashboard-column h3 a:hover {
4 - text-decoration: underline !important;
5 - text-shadow: 0 0 5px white;
6 - filter: brightness(1.2);
7 -}
8 -.cat-race a { color: #00ffff !important; }
9 -.cat-history a { color: #ffcc66 !important; }
10 -.cat-discrimination a { color: #ff6666 !important; }
11 -.cat-politics a { color: #3399ff !important; }
12 -.cat-media a { color: #cc99ff !important; }
13 -.cat-healthcare a { color: #ff9999 !important; }
14 -.cat-science a { color: #99ff99 !important; }
15 -.cat-social a { color: #ffccff !important; }
16 -.cat-crime a { color: #ff9933 !important; }
17 -.cat-jews a { color: #ccccff !important; }
18 -.cat-humor a { color: #ffff66 !important; }
19 -
20 20  .dashboard-columns {
21 21   display: flex;
22 22   justify-content: space-between;
... ... @@ -24,28 +24,46 @@
24 24   margin-bottom: 2em;
25 25   gap: 1.5em;
26 26  }
10 +
27 27  .dashboard-column {
28 28   flex: 1;
29 29   min-width: 250px;
30 - background-color: #1a1a1a;
14 + background-color: #002a4d;
31 31   padding: 1em;
32 - border: 1px solid #333;
16 + border: 1px solid #004b80;
33 33   border-radius: 10px;
18 + color: #f0f0f0;
34 34  }
20 +
35 35  .dashboard-column h3 {
36 36   margin-top: 0;
37 37   border-bottom: 1px solid #444;
38 38   padding-bottom: 4px;
39 39  }
26 +
40 40  .dashboard-column ul {
41 41   list-style: none;
42 42   padding-left: 0;
43 43  }
31 +
44 44  .dashboard-column li {
45 45   margin: 0.3em 0;
46 46  }
35 +
36 +.cat-race a { color: #00ffff !important; }
37 +.cat-history a { color: #ffcc66 !important; }
38 +.cat-discrimination a { color: #ff6666 !important; }
39 +.cat-politics a { color: #3399ff !important; }
40 +.cat-media a { color: #cc99ff !important; }
41 +.cat-healthcare a { color: #ff9999 !important; }
42 +.cat-science a { color: #99ff99 !important; }
43 +.cat-social a { color: #ffccff !important; }
44 +.cat-crime a { color: #ff9933 !important; }
45 +.cat-jews a { color: #ccccff !important; }
46 +.cat-humor a { color: #ffff66 !important; }
47 47  </style>
48 48  
49 +
49 49  <h2>📚 Categories</h2>
50 50  <div class="dashboard-columns">
51 51  
... ... @@ -140,6 +140,7 @@
140 140   </ul>
141 141  </div>
142 142  
144 +
143 143  </div>
144 144  {{/html}}
145 145