forked from dox4242/RG-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
38 lines (34 loc) · 1.08 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
padding: 70px 0;
overflow-y: scroll;
background-color: whitesmoke;
}
/* RWS Building highlighting */
ol > li {
cursor: pointer;
}
.highlight {
font-weight: bold;
}
.hover {
background-color: #e6e6e6;
}
.highlight.tier0, .hover.tier0 { color: maroon; }
.highlight.tier1, .hover.tier1 { color: red; }
.highlight.tier2, .hover.tier2 { color: purple; }
.highlight.tier3, .hover.tier3 { color: fuchsia; }
.highlight.tier4, .hover.tier4 { color: green; }
.highlight.tier5, .hover.tier5 { color: lime; }
.highlight.tier6, .hover.tier6 { color: olive; }
.highlight.tier7, .hover.tier7 { color: navy; }
.highlight.tier8, .hover.tier8 { color: blue; }
.highlight.tier9, .hover.tier9 { color: teal; }
.highlight.tier10, .hover.tier10 { color: aqua; }
.breathRed { text-shadow: 0 0 5px red; }
.breathGreen { text-shadow: 0 0 5px green; }
.breathBlue { text-shadow: 0 0 5px blue; }
.breathWhite { text-shadow: 0 0 2px black, 0 0 5px black; color: white; }
.breathBlack { text-shadow: 0 0 5px black; }
.result {
font-weight: bold;
}