Difference between revisions of "MediaWiki:Common.css"

From TAMS Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em;...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* Infobox template style */
 
.infobox {
 
.infobox {
    background: #eee;
+
border: 1px solid #a2a9b1;
    border: 1px solid #aaa;
+
border-spacing: 3px;
    float: right;
+
background-color: #f8f9fa;
    margin: 0 0 1em 1em;
+
color: black;
    padding: 1em;
+
/* @noflip */
    width: 400px;
+
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 {
 
.infobox-title {
    font-size: 2em;
+
        font-size: 125%;
    text-align: center;
+
font-weight: bold;
 +
padding: 0.2em;
 +
text-align: center;
 +
        max-width:400px;
 
}
 
}
.infobox-image {
+
 
    text-align: center;
+
.infobox-title#larger {
 +
        max-width:400px;
 
}
 
}
 +
 +
.infobox caption {
 +
font-size: 125%;
 +
font-weight: bold;
 +
padding: 0.2em;
 +
text-align: center;
 +
}
 +
 +
.infobox td,
 
.infobox th {
 
.infobox th {
    text-align: right;
+
vertical-align: top;
    vertical-align: top;
+
/* @noflip */
    width: 120px;
+
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 td {
+
 
    vertical-align: top;
+
.infobox.bordered .mergedrow td,
 +
.infobox.bordered .mergedrow th {
 +
border: 0;
 +
/* @noflip */
 +
border-right: 1px solid #a2a9b1;
 
}
 
}

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;
}