Jump to content

MediaWiki:Common.css: Difference between revisions

From Polytoria
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a, a span {
color: #ff5951;
}


a:visited, a:link {
a:visited, a:link {
Line 5: Line 9:
}
}


a, a span {
 
color: #ff5951;
}


.infobox {
.infobox {

Revision as of 22:53, 26 August 2025

/* CSS placed here will be applied to all skins */

a, a span {
	color: #ff5951;
}

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



.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;
}