MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ABV-Essingen
K |
|||
| (12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 27: | Zeile 27: | ||
padding: 10px; | padding: 10px; | ||
margin: 2px; | margin: 2px; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | .wikitable { | ||
| + | border: 1px solid #aaaaaa; | ||
| + | border-collapse: collapse; | ||
| + | background-color: #eeeeff; | ||
| + | } | ||
| + | |||
| + | th { | ||
| + | text-alignment: left; | ||
| + | background-color: #ffeeee; | ||
| + | } | ||
| + | |||
| + | td,th { | ||
| + | border: 1px solid #cccccc; | ||
| + | padding: 2px; | ||
| + | padding-left: 6px; | ||
| + | padding-right: 6px; | ||
| + | } | ||
| + | |||
| + | div.PicasaGallery { | ||
| + | border: 1px dashed #dddddd; | ||
| + | padding: 4px; | ||
| + | margin: 16px; | ||
| + | margin-top: 12px; | ||
| + | margin-bottom: 24px; | ||
} | } | ||
Aktuelle Version vom 8. April 2010, 23:54 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
div.Aktuelles_Container {
border: 1px dashed #aaaaaa;
margin: 10px;
}
div.Aktuelles_Header {
border: 1px solid #dddddd;
background-color: #d0ecd0;
margin: 2px;
padding: 5px;
}
span.Aktuelles_Date {
color: #999999;
}
span.Aktuelles_Title {
font-weight: bold;
color: #222222;
}
div.Aktuelles_Content {
border: 1px solid #eeeeee;
background-color: #e0fce0;
padding: 10px;
margin: 2px;
}
.wikitable {
border: 1px solid #aaaaaa;
border-collapse: collapse;
background-color: #eeeeff;
}
th {
text-alignment: left;
background-color: #ffeeee;
}
td,th {
border: 1px solid #cccccc;
padding: 2px;
padding-left: 6px;
padding-right: 6px;
}
div.PicasaGallery {
border: 1px dashed #dddddd;
padding: 4px;
margin: 16px;
margin-top: 12px;
margin-bottom: 24px;
}