0 Votes

Changes for page Global Dashboard

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

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

Summary

Details

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