MediaWiki:Common.css: Unterschied zwischen den Versionen
K |
K |
||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
− | .Infobox { | + | .Infobox { |
float: right; | float: right; | ||
width: 250px; | width: 250px; | ||
Zeile 7: | Zeile 7: | ||
border-width: 0 1px 1px 1px; | border-width: 0 1px 1px 1px; | ||
margin: 0px 0px 6px 6px; | margin: 0px 0px 6px 6px; | ||
− | } | + | } |
− | + | .InfoboxTitel { | |
− | .InfoboxTitel { | ||
text-align: center; | text-align: center; | ||
font-size: 120%; | font-size: 120%; | ||
Zeile 15: | Zeile 14: | ||
border-top: 1px solid #000; | border-top: 1px solid #000; | ||
padding: 0.4em; | padding: 0.4em; | ||
− | } | + | } |
− | + | .InfoboxTitel span { | |
− | .InfoboxTitel span { | + | font-size: 90%; |
− | + | font-weight: normal; | |
− | + | } | |
− | } | + | .InfoboxAbschnitt { |
− | |||
− | .InfoboxAbschnitt { | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0.4em; | padding: 0.4em; | ||
border-top: 1px solid #000; | border-top: 1px solid #000; | ||
− | } | + | } |
− | + | .InfoboxZeileL { | |
− | .InfoboxZeileL { | ||
font-weight: bold; | font-weight: bold; | ||
width: 88px; | width: 88px; | ||
Zeile 35: | Zeile 31: | ||
float: left; | float: left; | ||
border-top: 1px solid #000; | border-top: 1px solid #000; | ||
− | } | + | } |
− | + | .InfoboxZeileR { | |
− | .InfoboxZeileR { | ||
padding: 6px; | padding: 6px; | ||
float: right; | float: right; | ||
Zeile 45: | Zeile 40: | ||
border: 1px solid #000; | border: 1px solid #000; | ||
border-width: 1px 0 0 1px; | border-width: 1px 0 0 1px; | ||
− | } | + | } |
− | + | .InfoboxBild { | |
− | .InfoboxBild { | ||
text-align: center; | text-align: center; | ||
padding: 6px 0px; | padding: 6px 0px; | ||
background-color: #fff; | background-color: #fff; | ||
border-top: 1px solid #000; | border-top: 1px solid #000; | ||
− | } | + | } |
− | + | .InfoboxBild span { | |
− | .InfoboxBild span { | ||
font-size: 80%; | font-size: 80%; | ||
font-weight: bold; | font-weight: bold; | ||
− | } | + | } |
− | |||
.Infoleiste { | .Infoleiste { | ||
border-width:2px; | border-width:2px; | ||
Zeile 67: | Zeile 59: | ||
margin:6px 0px; | margin:6px 0px; | ||
} | } | ||
− | |||
.wikitable, | .wikitable, | ||
.prettytable { | .prettytable { | ||
Zeile 76: | Zeile 67: | ||
empty-cells:show; | empty-cells:show; | ||
} | } | ||
− | |||
.wikitable th, .wikitable td, | .wikitable th, .wikitable td, | ||
.prettytable th, .prettytable td { | .prettytable th, .prettytable td { | ||
Zeile 82: | Zeile 72: | ||
padding: 0.3em; | padding: 0.3em; | ||
} | } | ||
− | |||
.wikitable caption, | .wikitable caption, | ||
.prettytable caption { | .prettytable caption { | ||
Zeile 89: | Zeile 78: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
− | |||
.nogrid th, .nogrid td {border: none;} | .nogrid th, .nogrid td {border: none;} | ||
.float-left { float: left; clear: left; } | .float-left { float: left; clear: left; } |
Version vom 12. März 2009, 02:09 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
.Infobox {
float: right;
width: 250px;
border: 1px solid #000;
border-width: 0 1px 1px 1px;
margin: 0px 0px 6px 6px;
}
.InfoboxTitel {
text-align: center;
font-size: 120%;
font-weight: bold;
border-top: 1px solid #000;
padding: 0.4em;
}
.InfoboxTitel span {
font-size: 90%;
font-weight: normal;
}
.InfoboxAbschnitt {
text-align: center;
font-weight: bold;
padding: 0.4em;
border-top: 1px solid #000;
}
.InfoboxZeileL {
font-weight: bold;
width: 88px;
padding: 6px;
float: left;
border-top: 1px solid #000;
}
.InfoboxZeileR {
padding: 6px;
float: right;
text-align: left;
width: 137px;
background-color: #fff;
border: 1px solid #000;
border-width: 1px 0 0 1px;
}
.InfoboxBild {
text-align: center;
padding: 6px 0px;
background-color: #fff;
border-top: 1px solid #000;
}
.InfoboxBild span {
font-size: 80%;
font-weight: bold;
}
.Infoleiste {
border-width:2px;
border-style:solid;
position:relative;
text-align:center;
padding:12px;
margin:6px 0px;
}
.wikitable,
.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #AAA solid;
border-collapse: collapse;
empty-cells:show;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #AAA solid;
padding: 0.3em;
}
.wikitable caption,
.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
.nogrid th, .nogrid td {border: none;}
.float-left { float: left; clear: left; }
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
.centered { margin-left: auto; margin-right: auto; }
.toptextcells td { vertical-align: top; }