Difference between revisions of "MediaWiki:Common.css"
From The Continent Chronicles
Jump to navigationJump to search| Line 142: | Line 142: | ||
.charbox { | .charbox { | ||
border-spacing: 0px; | border-spacing: 0px; | ||
| − | background-color: # | + | background-color: #f4f8fc; |
border-radius:10px; | border-radius:10px; | ||
} | } | ||
| Line 151: | Line 151: | ||
.charbox th { | .charbox th { | ||
| − | background:# | + | background:#cedff2; |
| − | border:1px solid # | + | border:1px solid #a3b0bf; |
border-radius:10px 10px 0px 0px; | border-radius:10px 10px 0px 0px; | ||
font-size:17px; | font-size:17px; | ||
| Line 161: | Line 161: | ||
text-align:left; | text-align:left; | ||
padding:5px; | padding:5px; | ||
| − | border:1px solid # | + | border:1px solid #cedff2; |
border-top:0px; | border-top:0px; | ||
border-radius:0px 0px 10px 10px; | border-radius:0px 0px 10px 10px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Latest revision as of 23:35, 23 January 2021
/* CSS placed here will be applied to all skins */
/* 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;
}
.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;
}
.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;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}
/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
/* Icons for medialist templates [[Template:Listen]],
[[Template:Multi-listen_start]], [[Template:Video]],
[[Template:Multi-video_start]] */
/* TemplateStyles */
div.listenlist {
background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
background-size: 30px;
padding-left: 40px;
}
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
table.mw-hiero-table td {
vertical-align: middle;
}
/* Character box */
.charbox {
border-spacing: 0px;
background-color: #f4f8fc;
border-radius:10px;
}
.charbox td,
.charbox th {
vertical-align: top;
}
.charbox th {
background:#cedff2;
border:1px solid #a3b0bf;
border-radius:10px 10px 0px 0px;
font-size:17px;
text-align:left;
padding:5px;
}
.charbox td {
text-align:left;
padding:5px;
border:1px solid #cedff2;
border-top:0px;
border-radius:0px 0px 10px 10px;
text-align: center;
}