-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisco.css
More file actions
106 lines (92 loc) · 1.61 KB
/
disco.css
File metadata and controls
106 lines (92 loc) · 1.61 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
html, body, img, a, div, input, button, li, h1, h2, h3, h4, h5, h6, p, span
{
background-color: black;
}
html, body, img, a, div, input, button, li, p, span
{
font-family: Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6
{
font-family: 'Impact', 'Arial', sans-serif !important;
font-weight: normal !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
font-family: 'Impact', 'Arial', sans-serif !important;
font-weight: normal !important;
}
/*Red*/
.glow0
{
color: #f33 !important;
text-shadow: 0 0 5px #f33 !important;
}
.glow0.blink
{
color: #faa !important;
text-shadow: 0 0 5px #faa !important;
}
/*Purple*/
.glow1
{
color: #f5f !important;
text-shadow: 0 0 5px #f5f !important;
}
.glow1.blink
{
color: #faf !important;
text-shadow: 0 0 5px #faf !important;
}
/*Orange*/
.glow2
{
color: #F7B136 !important;
text-shadow: 0 0 5px #F7B136 !important;
}
.glow2.blink
{
color: #D9E01B !important;
text-shadow: 0 0 5px #D9E01B !important;
}
/*Yellow*/
.glow3
{
color: #ff2 !important;
text-shadow: 0 0 5px #ff2 !important;
}
.glow3.blink
{
color: #ff9 !important;
text-shadow: 0 0 5px #ff9 !important;
}
/*Green*/
.glow4
{
color: #2f2 !important;
text-shadow: 0 0 5px #2f2 !important;
}
.glow4.blink
{
color: #9f9 !important;
text-shadow: 0 0 5px #9f9 !important;
}
/*Blue*/
.glow5
{
color: #0AFAF6 !important;
text-shadow: 0 0 5px #0AFAF6 !important;
}
.glow5.blink
{
color: #A6F9FF !important;
text-shadow: 0 0 5px #A6F9FF !important;
}
.blink
{
font-weight: bold;
}
img
{
-webkit-filter: saturate(5);
}