MediaWiki:Common.css: Difference between revisions
From Lilith's Throne
Jump to navigationJump to search
Monobook Dark mode |
mNo edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body.skin--responsive .pBody, .mediawiki, .mw-body, .mw-list-item, .mw-portlet, .mw-footer, .catlinks, .toc, .toccolours, .mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .wikitable { background: #303030; color: #FFFFFF; } | |||
.mw-wiki-logo { background-color: #303030; } | .mw-wiki-logo { background-color: #303030; } | ||
Line 9: | Line 9: | ||
#mw-list-item { background: #303030; } | #mw-list-item { background: #303030; } | ||
a.new, a.new:visited { color: # | a.new, a.new:visited, .tocnumber { color: #cc247f; } | ||
a, a:visited { color: #ff247f; } | a, a:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #ff247f; } | ||
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li.selected a { background: #303030; color: #ff247f; } | body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li.selected a { background: #303030; color: #ff247f; } | ||
:root { --pi-background: #606060; --pi-secondary-background: #666; --pi-border-color: #a2a9b1; --pi-item-spacing: 5px 10px; --pi-margin: 15px; --pi-width: 360px; } | |||
.wikitable > tr > th, .wikitable > * > tr > th { background-color: #606060; } | |||
.oo-ui-labelElement-label, .oo-ui-layout, .oo-ui-tool-title, .oo-ui-popupWidget-popup { color: #000; } | |||
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #d45353; } | |||
figcaption { color: #000; } |
Latest revision as of 20:43, 17 February 2024
body.skin--responsive .pBody, .mediawiki, .mw-body, .mw-list-item, .mw-portlet, .mw-footer, .catlinks, .toc, .toccolours, .mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .wikitable { background: #303030; color: #FFFFFF; } .mw-wiki-logo { background-color: #303030; } h1, h2, h3, h4, h5, h6 { color: #FFF } #mw-page-base { background: #303030; } #mw-list-item { background: #303030; } a.new, a.new:visited, .tocnumber { color: #cc247f; } a, a:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #ff247f; } body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li.selected a { background: #303030; color: #ff247f; } :root { --pi-background: #606060; --pi-secondary-background: #666; --pi-border-color: #a2a9b1; --pi-item-spacing: 5px 10px; --pi-margin: 15px; --pi-width: 360px; } .wikitable > tr > th, .wikitable > * > tr > th { background-color: #606060; } .oo-ui-labelElement-label, .oo-ui-layout, .oo-ui-tool-title, .oo-ui-popupWidget-popup { color: #000; } .oo-ui-buttonElement-framed.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #d45353; } figcaption { color: #000; }