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
Line 44: Line 44:
}
}


b {text-shadow: -2px 0 #FFD700, 0 2px #FFD700, 2px 0 #FFD700, 0 -2px #FFD700;
b {text-shadow: -1px 0 #FF8C00, 0 1px #FF8C00, 1px 0 #FF8C00, 0 -1px #FF8C00;
}
}



Revision as of 07:11, 11 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;
}

.wikitable {background-color: #001a33;
}

pre,code {
	white-space: pre-line;
	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;
	text-decoration: underline;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

b {text-shadow: -1px 0 #FF8C00, 0 1px #FF8C00, 1px 0 #FF8C00, 0 -1px #FF8C00;
}

img:root {
    --transform-image-hover: none;
}