MediaWiki:Common.css
Aus Wikipedia zur Industriegeschichte Dorsten
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: „/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ - →aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert: .…“) |
|||
| Zeile 51: | Zeile 51: | ||
.toptextcells td { | .toptextcells td { | ||
vertical-align: top; | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Personennamen in Kapitälchen: class="Person" */ | ||
| + | .Person { | ||
| + | font-style: normal; | ||
| + | font-variant: small-caps; | ||
| + | } | ||
| + | |||
| + | /* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */ | ||
| + | p.Zitat { | ||
| + | font-style: normal; | ||
| + | margin-bottom: 0; | ||
| + | } | ||
| + | p.cite { | ||
| + | margin-top: 0; | ||
| + | padding-left: 1em; | ||
| + | } | ||
| + | |||
| + | /* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */ | ||
| + | cite { | ||
| + | font-style: normal; | ||
} | } | ||
Version vom 10:16, 6. Feb. 2011
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.wikitable,
.prettytable {
background: #f9f9f9;
border: 1px solid #aaa;
border-collapse: collapse;
margin: 1em 1em 1em 0;
}
.prettytable th,
.prettytable td {
border: 1px solid #aaa;
padding: 0.2em;
}
.prettytable th {
text-align: center;
}
.prettytable caption {
font-weight: bold;
}
/* Zebra-Tabellen */
table.wikitable.zebra tr:nth-child(even) {
background: white;
}
.nogrid th,
.nogrid td {
border: none;
}
div.float-left,
table.float-left,
.float-left {
clear: left;
float: left;
}
div.float-right,
table.float-right,
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
.centered {
margin-left: auto;
margin-right: auto;
}
.toptextcells td {
vertical-align: top;
}
/* Personennamen in Kapitälchen: class="Person" */
.Person {
font-style: normal;
font-variant: small-caps;
}
/* [[Wikipedia:Zitate|Zitate]] (siehe [[Vorlage:Zitat]]) */
p.Zitat {
font-style: normal;
margin-bottom: 0;
}
p.cite {
margin-top: 0;
padding-left: 1em;
}
/* [[Wikipedia:Quellenangaben|Quellenangaben]] nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */
cite {
font-style: normal;
}
