-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
120 lines (106 loc) · 1.92 KB
/
default.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
html,
body {
background-image: none !important;
background-color: rgba(40, 42, 54, 1) !important;
}
body * {
color: rgba(248, 248, 242, 1) !important;
background-color: rgba(40, 42, 54, 1) !important;
text-indent: 8
}
a,
a * {
color: rgba(80, 250, 123, 1) !important;
background-color: transparent !important;
}
a:hover,
a:hover *,
a:visited:hover,
a:visited:hover *,
span[onclick]:hover,
div[onclick]:hover,
[role="link"]:hover,
[role="link"]:hover *,
[role="button"]:hover *,
[role="menuitem"]:hover,
[role="menuitem"]:hover *,
.link:hover,
.link:hover * {
color: rgba(241, 250, 140, 1) !important;
}
a:visited,
a:visited * {
color: rgba(98, 114, 164, 1) !important;
}
h1,
[id*="headline"],
[class*="headline"],
[id*="header"],
[class*="header"],
[class*="header"] td {
color: rgba(248, 248, 242, 1) !important;
text-align: center
}
h2,
h3,
h4,
h5,
h6,
strong,
[id*="headline"],
[class*="headline"],
[id*="header"],
[class*="header"],
[class*="header"] td {
color: rgba(248, 248, 242, 1) !important;
text-align: left
}
table {
background-color: rgba(40, 42, 54, 1) !important;
}
[id*="overlay"],
[id*="lightbox"],
blockquote {
background-color: rgba(68, 71, 90, 1) !important;
}
pre,
dl {
background-color: rgba(68, 71, 90, 1) !important;
}
input,
select,
button,
[role="button"],
a.button,
a.submit,
a.BigButton,
a.TabLink,
.install[onclick] {
text-indent: 5px;
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
background: rgba(68, 71, 90, 1) !important;
}
textarea {
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
background: rgba(68, 71, 90, 1) !important;
}
div,
ul,
li {
background-image: none !important;
}
a.highlight,
a.highlight *,
a.active,
a.active *,
.selected,
.selected *,
[href="#"] {
font-weight: bold !important;
/*color: rgba(139, 233, 253, 1) !important;*/
color: rgba(248, 248, 242, 1) !important;
}