Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
 
}
 
}
   
 
.infobox image {
  +
vertical-align: top;
  +
max-width: 150px;
 
}
  +
 
.infobox td,
 
.infobox td,
 
.infobox th {
 
.infobox th {
Line 24: Line 29:
 
font-size: larger;
 
font-size: larger;
 
margin-left: inherit;
 
margin-left: inherit;
}
 
.infobox.bordered {
 
border-collapse: collapse;
 
}
 
.infobox.bordered td,
 
.infobox.bordered th {
 
border: 1px solid #aaa;
 
}
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
 
border: 0;
 
 
}
 
}

Revision as of 02:12, 19 July 2021

/* {{pp-template}} */
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/

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

.infobox image {
 vertical-align: top;
 max-width: 150px;
}
 
.infobox td,
.infobox th {
 vertical-align: top;
 max-width: 150px;
}

.infobox caption {
	font-size: larger;
	margin-left: inherit;
}