MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ABV-Essingen
(Die Seite wurde neu angelegt: →* CSS an dieser Stelle wirkt sich auf alle Skins aus: .Aktuelles_Container { border: 2px dashed #666666; } .Aktuelles_Header { border: 1px dashed #666666; b...) |
K |
||
| (16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
| − | .Aktuelles_Container { | + | div.Aktuelles_Container { |
| − | border: | + | border: 1px dashed #aaaaaa; |
| + | margin: 10px; | ||
} | } | ||
| − | .Aktuelles_Header { | + | div.Aktuelles_Header { |
| − | border: 1px | + | border: 1px solid #dddddd; |
| − | background-color: # | + | background-color: #d0ecd0; |
| + | margin: 2px; | ||
| + | padding: 5px; | ||
} | } | ||
| − | .Aktuelles_Date { | + | span.Aktuelles_Date { |
| − | color: # | + | color: #999999; |
} | } | ||
| − | .Aktuelles_Title { | + | span.Aktuelles_Title { |
font-weight: bold; | font-weight: bold; | ||
| + | color: #222222; | ||
} | } | ||
| − | .Aktuelles_Content { | + | div.Aktuelles_Content { |
| − | border: 1px solid # | + | border: 1px solid #eeeeee; |
background-color: #e0fce0; | 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; | ||
} | } | ||
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;
}