Difference between revisions of "MediaWiki:Common.css"
From Theonomy Wiki
(Created page with "→CSS placed here will be applied to all skins: body { background: black; color:white; } a { color:aqua; } #tab a, #tab-advanced a, .toctogglelabel { color:aqua !i...") |
|||
Line 34: | Line 34: | ||
} | } | ||
− | #header-menu, .header-menu-list { | + | #header-menu, #more-actions-list, .header-menu-list { |
background:#080808 !important; | background:#080808 !important; | ||
} | } |
Revision as of 13:39, 24 June 2020
/* CSS placed here will be applied to all skins */ body { background: black; color:white; } a { color:aqua; } #tab a, #tab-advanced a, .toctogglelabel { color:aqua !important; } /* Changes the background color behind the top half of the logo and at top of each page: */ #mw-page-base, #mw-body-content, #mw-content-ltr, #mw-editfont-monospace, #toc, .tocnumber, .mw-changeslist-legend, .diff-context { background: black !important; color: white !important; } .diffchange { background:darkslategray !important; } #mw-content-text pre, .ve-ui-surface pre { background:black !important; color:white; } #content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable { background: black !important; color:white !important; } #header-menu, #more-actions-list, .header-menu-list { background:#080808 !important; } .header-menu-item { background:darkturquoise; } .oo-ui-icon-search, .mw-ui-icon-search::before { background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22white%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E search %3C/title%3E %3Cpath d=%22M7.5 13c3.04 0 5.5-2.46 5.5-5.5S10.54 2 7.5 2 2 4.46 2 7.5 4.46 13 7.5 13zm4.55.46C10.79 14.43 9.21 15 7.5 15 3.36 15 0 11.64 0 7.5S3.36 0 7.5 0C11.64 0 15 3.36 15 7.5c0 1.71-.57 3.29-1.54 4.55l6.49 6.49-1.41 1.41-6.49-6.49z%22/%3E %3C/svg%3E"); } #content a { color:aqua !important; }