... |
... |
@@ -1,5 +1,13 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<style> |
|
3 |
+.dashboard-columns { |
|
4 |
+ display: flex; |
|
5 |
+ justify-content: space-between; |
|
6 |
+ flex-wrap: wrap; |
|
7 |
+ margin-bottom: 2em; |
|
8 |
+ gap: 1.5em; |
|
9 |
+} |
|
10 |
+ |
3 |
3 |
.dashboard-column { |
4 |
4 |
flex: 1; |
5 |
5 |
min-width: 250px; |
... |
... |
@@ -9,29 +9,55 @@ |
9 |
9 |
border-radius: 10px; |
10 |
10 |
color: #f0f0f0; |
11 |
11 |
} |
|
20 |
+ |
12 |
12 |
.dashboard-column h3 { |
13 |
13 |
margin-top: 0; |
14 |
14 |
border-bottom: 1px solid #444; |
15 |
15 |
padding-bottom: 4px; |
16 |
16 |
} |
|
26 |
+ |
17 |
17 |
.dashboard-column ul { |
18 |
18 |
list-style: none; |
19 |
19 |
padding-left: 0; |
20 |
20 |
} |
|
31 |
+ |
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 |
+ |
|
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 |
+ |
35 |
35 |
</style> |
36 |
36 |
|
37 |
37 |
|
... |
... |
@@ -129,6 +129,7 @@ |
129 |
129 |
</ul> |
130 |
130 |
</div> |
131 |
131 |
|
|
166 |
+ |
132 |
132 |
</div> |
133 |
133 |
{{/html}} |
134 |
134 |
|