-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkWikipedia.css
169 lines (142 loc) · 3.08 KB
/
darkWikipedia.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
@namespace url(http://www.w3.org/1999/xhtml);
/* *** Basic *** */
*{
background-color: transparent !important;
color: #bcbcbc !important;
}
body, div, form, table, tbody, tr, td, fieldset, ul, li, a,
#content, #bodyContent{
background-color: #333 !important;
background-image: none !important;
line-height: 150% !important;
}
.mw-body-content sub, .mw-body-content sup, span.reference {
font-size: 50% !important;
}
/* *** Form Elements *** */
input, select, button, checkbox{
-moz-appearance: none !important;
border: 1px white solid !important;
outline: none !important;
background-color: #333 !important;
}
#simpleSearch{
border: none !important;
}
#mw-head, #mw-panel, #mw-page-base {
display: none;
}
#content {
margin: 0px auto !important;
max-width: 800px;
}
/* *** Main *** */
#content{
font-family: 'Dejavu Sans', 'CMU Serif', sans-serif !important;
font-size: 13pt !important;
border: 0 !important;
}
div#siteNotice{
display:none !important;
}
p{
border: none !important;
hyphens: auto;
atext-align: justify;
}
a{
color: lightgrey !important;
}
a:visited{
font-weight: bold !important;
opacity: 0.65 !important;
}
a:link{
color: white !important;
}
h2{
border-bottom: #ccc 1px solid !important;
font-size: 120% !important;
}
h2 > span{
color: white !important;
}
h2 > span > span{
color: white !important;
font-size: 100% !important;
}
fieldset{
border-color: #ddd !important;
}
#bodyContent ul{
list-style-image: none !important;
list-style-type: disc !important;
}
#toc ul{
list-style-type: none !important;
}
.thumb{
border-color: #333 !important;
}
/* *** Tabs *** */
#searchButton{
display: none !important;
}
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul > li,
div.vectorTabs ul > li > a{
background-color: #333 !important;
background-image: none !important;
border: none !important;
}
#right-navigation > .vectorMenu,
#ca-watch{
display: none !important;
}
div.vectorTabs ul > li > a > span{
padding: 0 !important;
}
div.vectorTabs ul > li > a{
outline: 1px #888 solid !important;
margin: 0 0.5em;
height: auto !important;
font-weight: normal !important;
}
div.vectorTabs ul > li > a:hover{
text-decoration: none !important;
outline: 1px #ccc solid !important;
}
/* *** Preference *** */
#preftoc > li{
outline: 1px #ccc solid !important;
border-bottom: 5px #ccc solid !important;
}
.successbox{
border-color: white !important;
}
/* *** Search *** */
#search .search-types ul,
#search .results-info ul{
list-style-type: none !important;
}
/* *** Logo Replacement *** */
#p-logo a {
background: url(http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png) no-repeat !important;
position: absolute !important;
clip: rect(0, 135px, 115px, 0) !important;
height: 115px !important;
overflow: hidden !important;
margin-top: 30px !important;
}
/* *** Image and Math *** */
img{
background-color: #fdfdfd !important;
}
img.tex{
padding: 5px !important;
}
span.tex{
border: 1px white solid !important;
padding: 5px !important;
}