Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Tag: Manual revert
 
(52 intermediate revisions by the same user not shown)
Line 6: Line 6:
   background-attachment: fixed;
   background-attachment: fixed;
   background-color: #0F0F0F;
   background-color: #0F0F0F;
}
:root.citizen-feature-custom-width-clientpref-standard {
--width-layout: 55em;
}
:root.citizen-feature-custom-width-clientpref-wide {
--width-layout: 80em;
}
:root {
    --transform-image-hover: none;
}
}


.wikitable {background-color: #001a33;
.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;
}
}


Line 14: Line 38:
white-space: pre-line;
white-space: pre-line;
background-color: #001a33;
background-color: #001a33;
padding:10px;
}
}
a:link {
a:link {
Line 42: Line 67:
text-decoration: underline;
text-decoration: underline;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
text-align:center;
}
}


b {text-shadow: -1px 0 #0F0F0F, 0 1px #0F0F0F, 1px 0 #0F0F0F, 0 -1px #0F0F0F;
h3, h4, h5, h6 {color:#FFD700;
text-decoration: none;
}
}


img:root {
b {text-shadow: -2px 0 #0F0F0F, 0 2px #0F0F0F, 2px 0 #0F0F0F, 0 -2px #0F0F0F;
    --transform-image-hover: none;
font-size: larger;
}
}

Latest revision as of 12:41, 13 December 2025

/* 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;
}

:root.citizen-feature-custom-width-clientpref-standard {
	--width-layout: 55em;
}

:root.citizen-feature-custom-width-clientpref-wide {
	--width-layout: 80em;
}

:root {
    --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;
	padding:10px;
}
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;
	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;
}