0 Votes

Changes for page Global Dashboard

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

From version 23.1
edited by Ryan C
on 2025/05/15 01:00
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,24 +1,5 @@
1 1  {{html clean="false"}}
2 2  <style>
3 -<style>
4 -.dashboard-column {
5 - background-color: #002a4d !important;
6 - border: 1px solid #004b80;
7 - color: #f0f0f0;
8 -}
9 -</style>
10 -.cat-race a { color: #00ffff !important; }
11 -.cat-history a { color: #ffcc66 !important; }
12 -.cat-discrimination a { color: #ff6666 !important; }
13 -.cat-politics a { color: #3399ff !important; }
14 -.cat-media a { color: #cc99ff !important; }
15 -.cat-healthcare a { color: #ff9999 !important; }
16 -.cat-science a { color: #99ff99 !important; }
17 -.cat-social a { color: #ffccff !important; }
18 -.cat-crime a { color: #ff9933 !important; }
19 -.cat-jews a { color: #ccccff !important; }
20 -.cat-humor a { color: #ffff66 !important; }
21 -
22 22  .dashboard-columns {
23 23   display: flex;
24 24   justify-content: space-between;
... ... @@ -26,28 +26,46 @@
26 26   margin-bottom: 2em;
27 27   gap: 1.5em;
28 28  }
10 +
29 29  .dashboard-column {
30 30   flex: 1;
31 31   min-width: 250px;
32 - background-color: #1a1a1a;
14 + background-color: #002a4d;
33 33   padding: 1em;
34 - border: 1px solid #333;
16 + border: 1px solid #004b80;
35 35   border-radius: 10px;
18 + color: #f0f0f0;
36 36  }
20 +
37 37  .dashboard-column h3 {
38 38   margin-top: 0;
39 39   border-bottom: 1px solid #444;
40 40   padding-bottom: 4px;
41 41  }
26 +
42 42  .dashboard-column ul {
43 43   list-style: none;
44 44   padding-left: 0;
45 45  }
31 +
46 46  .dashboard-column li {
47 47   margin: 0.3em 0;
48 48  }
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; }
49 49  </style>
50 50  
49 +
51 51  <h2>📚 Categories</h2>
52 52  <div class="dashboard-columns">
53 53  
... ... @@ -142,6 +142,7 @@
142 142   </ul>
143 143  </div>
144 144  
144 +
145 145  </div>
146 146  {{/html}}
147 147