More actions
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-color: #0F0F0F; | background-color: #0F0F0F; | ||
} | |||
#citizen-section-0.citizen-section { | |||
background-color: rgba(0, 0, 0, 0.34); | |||
padding: 10px; | |||
} | } | ||
| Line 16: | Line 21: | ||
} | } | ||
:root { | :root.img { | ||
--transform-image-hover: none; | --transform-image-hover: none; | ||
} | } | ||
| Line 44: | Line 49: | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-weight:bold; | |||
} | } | ||
| Line 50: | Line 56: | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-weight:bold; | |||
} | } | ||
| Line 56: | Line 63: | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-weight:bold; | |||
} | } | ||
| Line 62: | Line 70: | ||
background-color: transparent; | background-color: transparent; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-weight:bold; | |||
} | } | ||
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;
}