More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
body { | body { | ||
background-image: url("https://metaforce.magicwindowstudios.com/wiki/images/ | background-image: url("https://metaforce.magicwindowstudios.com/wiki/images/c/cb/Magicwindowbanner2.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center top; | background-position: center top; | ||
Revision as of 05:48, 10 December 2025
/* All CSS here will be loaded for users of the Citizen skin */
body {
background-image: url("https://metaforce.magicwindowstudios.com/wiki/images/c/cb/Magicwindowbanner2.png");
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}
pre,code {
white-space: pre-wrap;
background-color: #001a33;
}
a:link {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #FF8C00;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {color:#FFD700}
img:root {
--transform-image-hover: none;
}