0 Votes

Changes for page Global Dashboard

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

From version 27.1
edited by Ryan C
on 2025/05/15 01:20
Change comment: There is no comment for this version
To version 23.1
edited by Ryan C
on 2025/05/15 01:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,24 @@
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 +
3 3  .dashboard-columns {
4 4   display: flex;
5 5   justify-content: space-between;
... ... @@ -7,68 +7,28 @@
7 7   margin-bottom: 2em;
8 8   gap: 1.5em;
9 9  }
10 -
11 11  .dashboard-column {
12 12   flex: 1;
13 13   min-width: 250px;
14 - background-color: #002a4d;
32 + background-color: #1a1a1a;
15 15   padding: 1em;
16 - border: 1px solid #004b80;
34 + border: 1px solid #333;
17 17   border-radius: 10px;
18 - color: #f0f0f0;
19 19  }
20 -
21 21  .dashboard-column h3 {
22 22   margin-top: 0;
23 23   border-bottom: 1px solid #444;
24 24   padding-bottom: 4px;
25 25  }
26 -
27 27  .dashboard-column ul {
28 28   list-style: none;
29 29   padding-left: 0;
30 30  }
31 -
32 32  .dashboard-column li {
33 33   margin: 0.3em 0;
34 34  }
35 -
36 -.dashboard-column .cat-race a,
37 -.panelContents .cat-race a { color: #00ffff !important; }
38 -
39 -.dashboard-column .cat-history a,
40 -.panelContents .cat-history a { color: #ffcc66 !important; }
41 -
42 -.dashboard-column .cat-discrimination a,
43 -.panelContents .cat-discrimination a { color: #ff6666 !important; }
44 -
45 -.dashboard-column .cat-politics a,
46 -.panelContents .cat-politics a { color: #3399ff !important; }
47 -
48 -.dashboard-column .cat-media a,
49 -.panelContents .cat-media a { color: #cc99ff !important; }
50 -
51 -.dashboard-column .cat-healthcare a,
52 -.panelContents .cat-healthcare a { color: #ff9999 !important; }
53 -
54 -.dashboard-column .cat-science a,
55 -.panelContents .cat-science a { color: #99ff99 !important; }
56 -
57 -.dashboard-column .cat-social a,
58 -.panelContents .cat-social a { color: #ffccff !important; }
59 -
60 -.dashboard-column .cat-crime a,
61 -.panelContents .cat-crime a { color: #ff9933 !important; }
62 -
63 -.dashboard-column .cat-jews a,
64 -.panelContents .cat-jews a { color: #ccccff !important; }
65 -
66 -.dashboard-column .cat-humor a,
67 -.panelContents .cat-humor a { color: #ffff66 !important; }
68 -
69 69  </style>
70 70  
71 -
72 72  <h2>📚 Categories</h2>
73 73  <div class="dashboard-columns">
74 74  
... ... @@ -163,7 +163,6 @@
163 163   </ul>
164 164  </div>
165 165  
166 -
167 167  </div>
168 168  {{/html}}
169 169