MediaWiki:Vector.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
:root { | :root { | ||
--translucent-background: rgba(25, 25, 25, 0.8); | |||
--search-background: rgba(75, 75, 75, 0.8); | |||
} | --infobox-background: rgba(75, 75, 75, 0.8); | ||
--fancyinfobox-background: linear-gradient(180deg, rgba(75,75,75,0.8) 0%, rgba(75,75,75,0.8) 96%, rgba(130,130,130,0.9) 100%); | |||
--menu-background: rgba(75, 75, 75, 0.96); | |||
--hatnote-background: rgba(75, 75, 75, 0.5); | |||
--body-background: #333; | |||
--text-color: #fff; | |||
--link-color: #ff7700; | |||
--visited-link-color: #c95e00; | |||
--filter: brightness(0) invert(1); | |||
--caption: #fff; | |||
--image-border: 2px solid #fff; | |||
--whiteblack: #222; | |||
--whitegrey: rgba(75, 75, 75, 0.8); | |||
--color-subtle: #ddd; | |||
--color-base:#fff; | |||
--background-color-base: #111; | |||
--background-color-interactive: #111; | |||
} | |||
body, html | body, html |
Revision as of 15:50, 21 September 2024
:root { --translucent-background: rgba(25, 25, 25, 0.8); --search-background: rgba(75, 75, 75, 0.8); --infobox-background: rgba(75, 75, 75, 0.8); --fancyinfobox-background: linear-gradient(180deg, rgba(75,75,75,0.8) 0%, rgba(75,75,75,0.8) 96%, rgba(130,130,130,0.9) 100%); --menu-background: rgba(75, 75, 75, 0.96); --hatnote-background: rgba(75, 75, 75, 0.5); --body-background: #333; --text-color: #fff; --link-color: #ff7700; --visited-link-color: #c95e00; --filter: brightness(0) invert(1); --caption: #fff; --image-border: 2px solid #fff; --whiteblack: #222; --whitegrey: rgba(75, 75, 75, 0.8); --color-subtle: #ddd; --color-base:#fff; --background-color-base: #111; --background-color-interactive: #111; } body, html { background-color:#333; color: var(--text-color); } h1 { color: var(--text-color); } .vector-pinned-container { background-color:#fff0 !important; } .vector-dropdown-content { background-color:#222 !important; color: #fff; } .vector-pinnable-header-toggle-button { background-color:#111; color:#fff; } .vector-pinnable-header-toggle-button:hover { background-color:#444; } .vector-sitenotice-container { display:none; } .searchInput, .cdx-text-input__input { background-color:#222; color:#fff; } .mw-page-title-main, #firstHeading { font-size:2em; }