Difference between revisions of "MediaWiki:Common.css"

From TAMS Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
font-size: 88%;
 
font-size: 88%;
 
line-height: 1.5em;
 
line-height: 1.5em;
 +
        text-align:center;
 +
}
 +
 +
.infobox-title {
 +
        font-size: 125%;
 +
font-weight: bold;
 +
padding: 0.2em;
 +
text-align: center;
 +
        max-width:400px;
 +
}
 +
 +
.infobox-title#larger {
 +
        max-width:400px;
 
}
 
}
  
Line 28: Line 41:
 
/* @noflip */
 
/* @noflip */
 
text-align: left;
 
text-align: left;
 +
        max-width: 300px;
 
}
 
}
  

Latest revision as of 16:48, 8 February 2021

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
        text-align:center;
}

.infobox-title {
        font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
        max-width:400px;
}

.infobox-title#larger {
        max-width:400px;
}

.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}

.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
        max-width: 300px;
}

.infobox.bordered {
	border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}