MediaWiki:Common.css: Difference between revisions
From ROdyssey Wiki
No edit summary |
No edit summary |
||
(29 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html | html{ | ||
background-color:black; | |||
/*background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);*/ | |||
} | |||
#mw-main-container{ | |||
/*background-image: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);*/ | |||
background-color:black; | |||
} | |||
#content,#mw-navigation{ | |||
background-color:black; | background-color:black; | ||
} | |||
:root { | |||
--bs-body-color: wheat; | |||
} | |||
aside a:not(.disabled){ | |||
color: gold; | |||
} | |||
.mw-desktop-sitename{ | |||
color: black; | |||
} | |||
#footer{ | |||
background-color:black; | |||
} | |||
.dropdown-menu,.dropdown-menu-end,.show{ | |||
background-color:black; | |||
} | |||
a.dropdown-item:visited{ | |||
color:wheat; | |||
} | } |
Latest revision as of 04:14, 10 January 2025
/* CSS placed here will be applied to all skins */ html{ background-color:black; /*background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);*/ } #mw-main-container{ /*background-image: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);*/ background-color:black; } #content,#mw-navigation{ background-color:black; } :root { --bs-body-color: wheat; } aside a:not(.disabled){ color: gold; } .mw-desktop-sitename{ color: black; } #footer{ background-color:black; } .dropdown-menu,.dropdown-menu-end,.show{ background-color:black; } a.dropdown-item:visited{ color:wheat; }