487
edits
mNo edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 37: | Line 37: | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
} | |||
/* Change thumbnail background to white */ | |||
img.thumbimage { | |||
background-color:#FFF; | |||
} | } | ||
| Line 59: | Line 64: | ||
color:#000000; | color:#000000; | ||
border:1px solid #eaecf0 | border:1px solid #eaecf0 | ||
} | |||
/* Change search bar tab color */ | |||
.mw-search-profile-tabs { | |||
background-color:#FFF; | |||
} | |||
/* Change advanced search box color */ | |||
#mw-searchoptions { | |||
background-color:#FFF; | |||
} | |||
/* Change search bar tab "Content pages" color */ | |||
.search-types .current a { | |||
color:#000; | |||
} | } | ||
/* Change table of contents color */ | /* Change table of contents color */ | ||
#toc, | |||
.toc, | .toc, | ||
.mw-warning, | .mw-warning, | ||
.toccolours, | .toccolours, | ||
body.skin-monobook .toccolours { | body.skin-monobook .toccolours { | ||
background-color:#f8f9fa; | |||
} | |||
.tocnumber { | |||
color:#000 | |||
} | } | ||
| Line 105: | Line 130: | ||
a.interwiki:visited, | a.interwiki:visited, | ||
a.external:visited { | a.external:visited { | ||
color:# | color:#E89224; | ||
} | } | ||
/* Change corner list color */ | /* Change corner list color */ | ||
body.skin--responsive #p-personal li a { | body.skin--responsive #p-personal li a { | ||
color:# | color:#6045D0; | ||
} | } | ||
| Line 116: | Line 141: | ||
body.skin--responsive #p-cactions li.selected a, | body.skin--responsive #p-cactions li.selected a, | ||
body.skin--responsive #p-cactions li a { | body.skin--responsive #p-cactions li a { | ||
color:# | color:#E89224; | ||
} | |||
/* Change color of external links */ | |||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.external { | |||
color:#3983ff; | |||
} | } | ||
| Line 138: | Line 169: | ||
border:1px solid #eaecf0 | border:1px solid #eaecf0 | ||
} | } | ||
/* Change infobox caption text color */ | |||
.mw-parser-output .infobox-img, | |||
.mw-parser-output .infobox-imgnotitle, | |||
.mw-parser-output .infobox-Img, | |||
.mw-parser-output .infobox-Imgnotitle { | |||
color:#000; | |||
} | |||
/* Change monospace rendering color */ | |||
.diff-context { | |||
background:#f8f9fa; | |||
border-color:#eaecf0; | |||
color:#202122; | |||
} | |||
.diff-deletedline .diffchange { | |||
background:#ffe19a; | |||
} | |||
.diff-addedline .diffchange { | |||
background:#a1d2ff; | |||
} | |||
/* Change summary box colors */ | /* Change summary box colors */ | ||
edits