MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WWWIG (Diskussion | Beiträge) (Typo) |
WWWIG (Diskussion | Beiträge) (Typo) |
||
| Zeile 7: | Zeile 7: | ||
/* Ausblendungen auf der deutschen Hauptseite */ | /* Ausblendungen auf der deutschen Hauptseite */ | ||
| − | + | body.page-Hauptseite_de #catlinks, | |
| − | + | body.page-Hauptseite_de #contentSub, | |
| − | + | body.page-Hauptseite_de h1.firstHeading { | |
display: none; | display: none; | ||
} | } | ||
Version vom 23. Juli 2011, 15:55 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* -------------------------- */
/* Hauptseiten */
/* -------------------------- */
/* Ausblendungen auf der deutschen Hauptseite */
body.page-Hauptseite_de #catlinks,
body.page-Hauptseite_de #contentSub,
body.page-Hauptseite_de h1.firstHeading {
display: none;
}
/* --------------- */
/* Wikitable */
/* --------------- */
table.wikitable,
table.wikisubtable,
table.wikifoldtable {
background: whitesmoke;
border-collapse: collapse;
empty-cells:show;
}
table.wikitable {
margin: 1em 1em 1em 0;
border: 1px darkgray solid;
/* text-indent: 2px; */
}
.wikitable th, .wikitable td {
border: 1px darkgray solid;
padding: 0.25em;
}
.wikitable th,
.wikisubtable th,
.wikifoldtable th {
background: gainsboro;
text-align: center;
}
.wikitable caption,
.wikisubtable caption,
.wikifoldtable caption {
font-weight: bold;
}
table.float-left {
float: left;
clear: left;
}
table.float-right {
float: right;
clear: right;
margin: 1em 0 1em 1em;
}
table.centered {
margin-left: auto;
margin-right: auto;
margin-top:1.95em;
}
table.texttop td {
vertical-align:top;
}
table.wikifoldtable {
margin: 0;
border: 1px darkgray hidden;
text-indent: 1px;
}
.wikifoldtable th, .wikifoldtable td {
border: 1px darkgray solid;
padding: 0;
vertical-align:top;
font-size: 100%;
}
table.wikisubtable {
margin: 0;
border: 1px darkgray hidden;
text-indent: 1px;
width:100%
}
.wikisubtable th, .wikisubtable td {
border: 1px darkgray solid;
padding: 0;
vertical-align:top;
font-size: 75%;
}
/* -------------------------- */
/* Contribs */
/* -------------------------- */
table.sp-contributions-footer {
clear: both;
border: 1px solid darkgray;
background: whitesmoke;
width: 100%;
margin: .2em auto;
font-size: 84%;
padding: 0px;
}