Jump to content

MediaWiki:Common.css

From Polytoria
Revision as of 22:52, 26 August 2025 by Everlast (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

a:visited, a:link {
	color: #a3332e;
}

a, a span {
	color: #ff5951;
}

.infobox {
	border: 1px #ff5951 solid;
	width: 270px;
	
	float: right;
}

.infobox-title {
	text-align: center;
	font-size: 1.5em;
	background-color: #ff5951;
	color: #111;
	font-weight: bold;
}

.infobox-image {
	text-align: center;
}

.infobox-row {
	border: 1px #ff5951 solid;
	padding: .5em;
}

.infobox-parameter {
	text-align: left;
}