Difference between revisions of "Template:Infobox/styles.css"

From WORST WIKI EVER
Jump to navigationJump to search
(testing css shit)
 
(made infobox look prettier)
Line 4: Line 4:
 
color: black;
 
color: black;
 
padding: 0.2em;
 
padding: 0.2em;
  +
margin: 0.5em 0 0.5em 1em;
font-size: 88%;
 
  +
width: 22em;
line-height: 1.5em;
 
  +
float: right;
border-spacing: 3px;
 
  +
clear: right;
  +
}
  +
  +
.infobox-title {
  +
text-align: center;
 
font-size: 125%;
  +
}
  +
  +
.infobox-image {
  +
text-align: center;
  +
}
  +
  +
.infobox-label, .infobox-data {
  +
text-align: left;
  +
vertical-align: top;
  +
}
  +
  +
.infobox-separator {
  +
background-color: #e6e6fa;
 
}
 
}

Revision as of 00:25, 2 January 2025

.infobox {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	margin: 0.5em 0 0.5em 1em;
	width: 22em;
	float: right;
	clear: right;
}

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

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

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

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