More actions
Tag: Undo |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
#citizen-section-0.citizen-section { | #citizen-section-0.citizen-section { | ||
background-color: rgba(0, 0, | background-color: rgba(0, 0, 0, 0.34); | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
Latest revision as of 07:07, 5 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
body {
background-image: url("https://metaforce.magicwindowstudios.com/wiki/images/0/08/Magicwindowbanner3.jpg");
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-color: #0F0F0F;
}
#citizen-section-0.citizen-section {
background-color: rgba(0, 0, 0, 0.34);
padding: 10px;
}
:root.citizen-feature-custom-width-clientpref-standard {
--width-layout: 55em;
}
:root.citizen-feature-custom-width-clientpref-wide {
--width-layout: 80em;
}
:root.img {
--transform-image-hover: none;
}
.wikitable {background-color: #001a33;
}
.wikitable--border {background-color: #001a33;
padding: 10px;
}
.wikitable--stripe {background-color: #001a33;
padding: 10px;
}
/* #001a33 is dark blue */
caption {background-color: #001a33;
text-align: center;
}
pre,code {
white-space: pre-line;
background-color: #001a33;
text-align:center;
}
a:link {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
font-weight:bold;
}
a:visited {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
font-weight:bold;
}
a:hover {
color: #FF8C00;
background-color: transparent;
text-decoration: underline;
font-weight:bold;
}
a:active {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {color:#FFD700;
text-decoration: underline;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
text-align:center;
}
h3, h4, h5, h6 {color:#FFD700;
text-decoration: none;
}
b {text-shadow: -2px 0 #0F0F0F, 0 2px #0F0F0F, 2px 0 #0F0F0F, 0 -2px #0F0F0F;
font-size: larger;
}