Template:Infobox/styles.css

From WORST WIKI EVER
Revision as of 16:13, 25 March 2025 by Notsokodya (talk | contribs) (Protected "Template:Infobox player/styles.css": prevent vandalism (yea) ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Jump to navigationJump to search
.infobox {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	border-spacing: 3px 0.5em;
}

.infobox-title {
	text-align: center;
	font-size: 125%;
}

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

.infobox-usergroup {
	font-size: 125%;
}
.infobox-usergroup.owner {
	background-color: #ffd6d6;
	color: #ff3f3f;
	border: 2px dashed #ff3f3f;
}
.infobox-usergroup.admin {
	background-color: #dac6fa;
	color: #7a56fa;
	border: 2px dashed #7a56fa;
}
.infobox-usergroup.sage{
  background-color: #cbffc4;
  color: #2c8f1f;}
.infobox-usergroup.regulars{
  background-color: #fff8a6;
  color: #756c00;
}
.infobox-usergroup.player{
  background-color: #ecebf5;
  color: #303033;
}

.infobox-label, .infobox-data {
	text-align: left;
	vertical-align: top;
}

.infobox-separator {
	background-color: #e6e6fa;
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		margin: 0.5em 0 0.5em 1em;
		width: 22em;
		float: right;
		clear: right;
	}
}