MediaWiki:Common.css
Aus Wikipedia zur Industriegeschichte Dorsten
(Unterschied zwischen Versionen)
| (Der Versionsvergleich bezieht 3 dazwischenliegende Versionen mit ein.) | |||
| Zeile 5: | Zeile 5: | ||
.prettytable { | .prettytable { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
| + | |||
| + | width: 1200px; | ||
| + | |||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| Zeile 26: | Zeile 29: | ||
} | } | ||
| - | .nogrid th, | + | /* .nogrid th, |
.nogrid td { | .nogrid td { | ||
| - | border: none; | + | border: none; */ |
} | } | ||
div.float-left, | div.float-left, | ||
Aktuelle Version vom 05:21, 2. Feb. 2021
/* 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;
width: 1200px;
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;
}
