Open main menu

UESPWiki β

UESPWiki:Javascript/uespvectordark.css

< UESPWiki:Javascript
  1 table.wikitable {
  2     background-color: #606060;
  3     z-index: 100;
  4     color: white;
  5 }
  6 
  7 table.wikitable > tbody > tr > td {
  8     background: #606060;
  9     color: white;
 10 }
 11 
 12 table.wikitable > tr > th,
 13 table.wikitable > * > tr > th {
 14     background: #4e4e4e;
 15     color: white;
 16 }
 17 
 18 table.wikitable > caption {
 19     color: white;
 20 }
 21 
 22 body {
 23     background: #3f3f3f url(https://images.uesp.net/2/20/UESP-rock-bg.jpg) 0 0 repeat;
 24 }
 25 
 26 pre, .mw-code {
 27     background-color: #EFE1BC;
 28 }
 29 
 30 div.pBody, div#content {
 31     background-color: #3f3f3f;
 32 }
 33 
 34 #p-cactions ul li a {
 35     background: #3f3f3f;
 36 }
 37 
 38 #p-cactions ul li.selected a {
 39     background: #3f3f3f;
 40 }
 41 
 42 table {
 43     background: #3f3f3f;
 44     color: black;
 45 }
 46 
 47 #pagehistory li.selected {
 48     background-color: #3f3f3f;
 49 }
 50 
 51 
 52 ul { 
 53     color: white;
 54     list-style-image: none;
 55 }
 56 
 57 table.diff, td.diff-otitle, td.diff-ntitle {
 58     background: #606060;
 59 }
 60 
 61 div.tleft, div.tright, div.tnone {
 62     border-color: #3f3f3f;
 63 }
 64 
 65 .toc, #toc, #catlinks {
 66     background-color: #606060;
 67 }
 68 
 69 code {
 70     background-color: #606060;
 71 }
 72 
 73 div.thumb div {
 74     background-color: #606060;
 75     border-color: #999
 76 }
 77 
 78 div.NavPic {
 79     background-color: #ffffff;
 80     margin: 0px;
 81     padding: 2px;
 82     float: left;
 83 }
 84 
 85 div.NavFrame div.NavHead {
 86     height: 1.6em;
 87     font-weight: bold;
 88     font-size: 100%;
 89     background-color: #efefef;
 90     position: relative;
 91 }
 92 
 93 div.breadcrumb p, table.breadcrumb p {
 94     background-color: #3f3f3f;
 95 }
 96 
 97 div.mw-search-profile-tabs {
 98     background-color: #4e4e4e;
 99 }
100 
101 table.example {
102     background-color:#FCF3E0;
103     border:1px solid #E3C499;
104     padding:0.5em;
105 }
106 
107 table.greylapse, table.graylapse {
108     background: #606060;
109 }
110 
111 table.greylapse th, table.graylapse th {
112     background: #4e4e4e;
113 }
114 
115 table.striped tr: nth-child(even) {
116     background-color: #575757;
117 }
118 
119 /* For use by Template: Note */
120 .citation: target, .citation: target td {
121     background-color: #EEEEFF;
122 }
123 
124 .navbox {                     /* Navbox container style */
125     border: 1px solid #999;
126     width: 100%;
127     margin: auto;
128     clear: both;
129     font-size: 88%;
130     text-align: center;
131     padding: 1px;
132 }
133 
134 .navbox, .navbox-subgroup {
135     background: #fdfdfd;      /* Background color */
136 }
137 
138 .navbox-list {
139     border-color: #fdfdfd;    /* Must match background color */
140 }
141 
142 .navbox th, .navbox-title {
143     background: #4e4e4e;      /* Level 1 color */
144 }
145 
146 .navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title {
147     background: #efe1bc;      /* Level 2 color */
148 }
149 
150 .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
151     background: #f5e8c8;      /* Level 3 color */
152 }
153 
154 .navbox-even {
155     background: #fdf7ea;      /* Even row striping */
156 }
157 
158 fieldset#mw-searchoptions {
159     background-color: #606060;
160 }
161 
162 fieldset#mw-searchoptions table {
163     background-color: #606060;
164 }
165 
166 .mw-search-formheader {
167     background-color: #4e4e4e;
168 }
169 
170 .not-patrolled {
171     background-color:#CCBB88;
172 }
173 
174 /* CSS for styling and layout on Zenimax Interactive Map texts */
175 div.esomaptext {
176    padding:15px 20px 10px 0;
177    background:#EBE0C8;
178    border-radius:5px;
179 }
180 
181 hr.clearboth {
182    background-color: #EBE0C8;
183    border:1px solid #EBE0C8;
184    clear:both;
185 }
186 
187 #preftoc li {
188     background-color: #606060;
189 }
190 
191 #preftoc li.selected {
192     background-color: #4e4e4e;
193 }
194 
195 .editOptions {
196     background-color: #4e4e4e;
197 }
198 
199 td.diff-addedline {
200     border-color: #B9FFB0;
201     background-color: #D8FFD0;
202 }
203 
204 td.diff-addedline .diffchange {
205     color: red;
206     background-color: #B9FFB0;
207 }
208 
209 td.diff-deletedline {
210     border-color: #FFF890;
211     background-color: #FFFFD0;
212 }
213 
214 td.diff-deletedline .diffchange {
215     color: red;
216     background-color: #FFF890;
217 }
218 
219 .diffchange {
220     background-color: #FFCDF3;
221 }
222 
223 td.diff-context {
224     background-color: #3f3f3f;
225     border-color: #4e4e4e;
226 }
227 
228 ul.gallery.mw-gallery-nolines, ul.gallery.mw-gallery-packed {
229     background-color: #606060;
230     border:1px solid lightgrey;
231     padding:4px;
232     display:inline-block;
233 }
234 
235 ul.gallery.mw-gallery-packed {
236     background-color: #606060;
237     border:1px solid lightgrey;
238     display:inline-block;
239     text-align:left;
240 }
241 
242 div#footer {
243     margin:2em 0 1em 0;
244     border-top: 1px solid #aaaaaa;
245     border-bottom: 1px solid #aaaaaa;
246     padding: .3em;
247     background-color: #606060;
248     border-color: #239ffa;
249     margin: 2em 0 1em 0;
250 }
251 
252 h1, h2, h3, h4, h5, h6 {
253     color: white;
254 }
255 
256 .mw-body {
257     color: white;
258 }
259 
260 a, .mw-body a.extiw, .mw-body a.extiw:active, #p-cactions li a, #p-personal li a {
261     color: #33a3e9;
262 }
263 
264 a:visited, .mw-body a.extiw:visited {
265     color: #2c90cc;
266 }
267 
268 .wikEdConsoleWrapper {
269     color: #606060;
270 }
271 
272 div.mw-editTools td {
273     background-color: #3f3f3f;
274     color: white;
275 }
276 
277 div.thumbcaption {
278     color: white;
279 }
280 
281 .mw-body a.external, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li a {
282     color: #33a3e9;
283 }
284 
285 .mw-body a.external:visited, div#mw-panel div.portal div.body ul li a:visited {
286     color: #2c90cc;
287 }
288 
289 div.plainlinks, .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul {
290     color: black !important;
291 }
292 
293 table.EffectPos th, tr.EffectPos th, tr.EffectPos td, th.EffectPos, td.EffectPos, table.EffectNeg th, tr.EffectNeg th, tr.EffectNeg td, th.EffectNeg, td.EffectNeg {
294     color: black !important;
295 }
296 
297 pre, .client-dark-mode.mw-code {
298     background-color: #606060;
299     color: white;
300 }
301 
302 pre span.o, pre span.c {
303     color: tan !important;
304 }
305 
306 pre span.nt, pre span.k, pre span.nb, pre span.sx {
307     color: #00bf00 !important;
308 }
309 
310 pre span.m {
311     color: #FAEBD7 !important;
312 }
313 
314 
315 .suggestions, .suggestions-results, div.suggestions-special, .suggestions a.mw-searchSuggest-link, #searchInput {
316     background-color: #aaa !important;
317     border-color: #888 !important;
318     padding: 0
319 }
320 
321 #searchBody {
322     background-color: #aaa !important;
323     padding-bottom: 0.1em
324 }
325 
326 #wpTextbox1, #wpSummary {
327     background-color: #929292;
328     color: white;
329 }
330 
331 #p-cactions li.selected { 
332     border-color: #239ffa;
333 }
334 
335 div.vectorTabs li.selected {
336     background-color: #3f3f3f;
337 }
338 
339 div.vectorTabs ul li, div#mw-head div.vectorMenu h3 {
340     background-image: url(https://dev.uesp.net/w/images/a/aa/Wiki-Vector-Gradient-Dark.png);
341     background-repeat: repeat;
342     border-right: solid 1px #aaa;
343 }
344 
345 td.diff-context {
346     background-color: #929292;
347     border-color: #808080;
348 }
349 
350 div.vectorMenu h3 span, div#mw-panel div.portal h3 {
351     color: white;
352 }
353 
354 div#simpleSearch #searchInput {
355     margin-top: 0.1em;
356     margin-left: 0.15em;
357 }
358 
359 div#simpleSearch {
360     margin-top: 0.5em;
361     border: none;
362 }
363 
364 #p-cactions.vectorMenu {
365     margin-left: 0px;
366     border-left: solid 1px #aaa;
367 }
368 
369 #p-logo {
370 padding-top: 60px;
371 margin-top: 20px;
372 background-image: url(//images.uesp.net/1/18/UESP_Logo-small.png);
373 background-repeat: no-repeat;
374 }
375 
376 .mw-wiki-logo {
377     background-image: none;
378 }