MediaWiki:Common.css: Difference between revisions
From ROdyssey Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
html{ | html{ | ||
background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp); | |||
} | |||
#mw-navbar{ | |||
background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp); | background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp); | ||
} | } | ||
Revision as of 02:17, 10 January 2025
/* CSS placed here will be applied to all skins */
html{
background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);
}
#mw-navbar{
background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);
}
#content{
background-color:black;
}
:root {
--bs-body-color: wheat;
}
aside a:not(.disabled){
color: gold;
}
.mw-desktop-sitename{
color: black;
}
#footer{
background-color:black;
}