Template:Infobox/style.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
 
border: solid 1px grey;
 
border: solid 1px grey;
 
background-color: #f5f5f5;
 
background-color: #f5f5f5;
  +
}
  +
  +
.infobox-header, .infobox-illustration, .infobox-caption, .infobox-section-header {
  +
/*column-span: 2;*/
 
}
 
}
   
Line 20: Line 24:
 
color: #696969;
 
color: #696969;
 
font-style: italic;
 
font-style: italic;
  +
}
  +
  +
.infobox-section-header {
  +
background-color: #aaa;
  +
color: #222;
 
}
 
}

Revision as of 23:25, 6 March 2021

.infobox {
	min-width: 280px;
	float: right;
	border: solid 1px grey;
	background-color: #f5f5f5;
}

.infobox-header, .infobox-illustration, .infobox-caption, .infobox-section-header {
	/*column-span: 2;*/
}

.infobox-header {
	padding: 1em 2em;
	color: white;
	background-color: #696969;
}

.infobox-illustration, .infobox-caption {
	margin: auto;
	text-align: center;
}

.infobox-caption {
	color: #696969;
	font-style: italic;
}

.infobox-section-header {
	background-color: #aaa;
	color: #222;
}