generated from webmural/qanda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinnamoncity.css
69 lines (56 loc) · 1023 Bytes
/
cinnamoncity.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
::selection {
background: deepskyblue;
color: #212;
}
:root {
background-color: #ee7;
background-image: linear-gradient(#e7f, #e1f, orange, #ee1, #ee7, deepskyblue, deepskyblue);
color: #111;
}
mark {
background-color: #e7f;
color: #111;
}
.thx {
color: #ee1;
background-color: purple;
background-image: linear-gradient(blueviolet, #518, darkviolet);
}
.upc {
color: #ee7;
background-color: midnightblue;
background-image: linear-gradient(blueviolet, darkblue, darkviolet);
}
.cold {
color: powderblue;
}
.poi {
color: #ee7;
background-color: darkmagenta;
background-image: linear-gradient(#d1d, #518, #c1c);
}
.ess {
background-image: linear-gradient(#de1, #7ed, #de1);
}
:active {
filter: saturate(109%);
}
:target {
filter: saturate(161%);
}
.emo {
filter: saturate(161%);
}
.echo {
color: darkviolet;
text-shadow:
1vw 1vh 0 #ee7,
-1vw -1vh 0 #ee1;
}
:any-link {
color: indigo;
background-color: transparent;
}
a:hover {
background-color: #fab;
}