Bureaucrats, content-moderator, emailconfirmed, Interface administrators, rollback, Suppressors, Administrators, threadmoderator
25,957
edits
mNo edit summary |
mNo edit summary |
||
(27 intermediate revisions by 3 users not shown) | |||
Line 40: | Line 40: | ||
} | } | ||
.mainpage .wds-tabs__tab { | .mainpage .wds-tabs__tab { | ||
color: #E6E6E6; | color: #E6E6E6; | ||
Line 69: | Line 50: | ||
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { | a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { | ||
color: #a59fe1; | color: #a59fe1; | ||
} | |||
.mw-parser-output a.extiw, .mw-parser-output a.external { | |||
color: #7aacff; | |||
} | |||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | |||
color: #ca6eca; | |||
} | } | ||
Line 83: | Line 70: | ||
.catlinks { | .catlinks { | ||
background-color: #000; | background-color: #000; | ||
} | |||
/* Color gallery thumbnails */ | |||
li.gallerybox div.thumb { | |||
border: 1px solid #c8ccd1; | |||
background-color: #242424; | |||
} | } | ||
Line 153: | Line 146: | ||
/* Fix pre-code stuff */ | /* Fix pre-code stuff */ | ||
pre, code, .mw-code { | pre, code, .mw-code, mw-changeslist-overlay, .mw-changeslist-legend { | ||
background-color: #14252d; | background-color: #14252d; | ||
color: #eaecf0; | color: #eaecf0; | ||
Line 170: | Line 163: | ||
.diff-addedline .diffchange { | .diff-addedline .diffchange { | ||
background: #4d6479; | background: #4d6479; | ||
} | |||
/* Fix colors in search results */ | |||
#mw-searchoptions { | |||
background-color: #000; | |||
} | |||
.mw-search-profile-tabs { | |||
background-color: #000; | |||
} | |||
.search-types .current a { | |||
color: #fff; | |||
} | |||
/* Fix thumbanil colors */ | |||
div.thumbinner { | |||
border: 1px solid #c8ccd1; | |||
background-color: #242424; | |||
} | |||
img.thumbimage { | |||
background-color: #000B10; | |||
} | |||
/* Fix colors of wikitables */ | |||
.wikitable { | |||
background-color: #00131D; | |||
border-color: #4A31FF; | |||
color: #fff; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #4A31FF; | |||
border-color: #4A31FF; | |||
text-align: center; | |||
font-family: "Kurokane", "Arial"; | |||
font-weight: normal; | |||
} | |||
ul { | |||
list-style-image: none; | |||
} | } |
edits