0 Votes

Changes for page Global Dashboard

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

From version 24.2
edited by Ryan C
on 2025/05/15 01:03
Change comment: There is no comment for this version
To version 24.1
edited by Ryan C
on 2025/05/15 01:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,37 @@
1 1  {{html clean="false"}}
2 2  <style>
3 3  .dashboard-column {
4 + background-color: #002a4d !important;
5 + border: 1px solid #004b80;
6 + color: #f0f0f0;
7 +}
8 +</style>
9 +.cat-race a { color: #00ffff !important; }
10 +.cat-history a { color: #ffcc66 !important; }
11 +.cat-discrimination a { color: #ff6666 !important; }
12 +.cat-politics a { color: #3399ff !important; }
13 +.cat-media a { color: #cc99ff !important; }
14 +.cat-healthcare a { color: #ff9999 !important; }
15 +.cat-science a { color: #99ff99 !important; }
16 +.cat-social a { color: #ffccff !important; }
17 +.cat-crime a { color: #ff9933 !important; }
18 +.cat-jews a { color: #ccccff !important; }
19 +.cat-humor a { color: #ffff66 !important; }
20 +
21 +.dashboard-columns {
22 + display: flex;
23 + justify-content: space-between;
24 + flex-wrap: wrap;
25 + margin-bottom: 2em;
26 + gap: 1.5em;
27 +}
28 +.dashboard-column {
4 4   flex: 1;
5 5   min-width: 250px;
6 - background-color: #002a4d;
31 + background-color: #1a1a1a;
7 7   padding: 1em;
8 - border: 1px solid #004b80;
33 + border: 1px solid #333;
9 9   border-radius: 10px;
10 - color: #f0f0f0;
11 11  }
12 12  .dashboard-column h3 {
13 13   margin-top: 0;
... ... @@ -21,20 +21,8 @@
21 21  .dashboard-column li {
22 22   margin: 0.3em 0;
23 23  }
24 -.cat-race a { color: #00ffff !important; }
25 -.cat-history a { color: #ffcc66 !important; }
26 -.cat-discrimination a { color: #ff6666 !important; }
27 -.cat-politics a { color: #3399ff !important; }
28 -.cat-media a { color: #cc99ff !important; }
29 -.cat-healthcare a { color: #ff9999 !important; }
30 -.cat-science a { color: #99ff99 !important; }
31 -.cat-social a { color: #ffccff !important; }
32 -.cat-crime a { color: #ff9933 !important; }
33 -.cat-jews a { color: #ccccff !important; }
34 -.cat-humor a { color: #ffff66 !important; }
35 35  </style>
36 36  
37 -
38 38  <h2>📚 Categories</h2>
39 39  <div class="dashboard-columns">
40 40