MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ABV-Essingen
K |
K |
||
Zeile 50: | Zeile 50: | ||
div.PicasaGallery { | div.PicasaGallery { | ||
− | border: 1px dashed # | + | border: 1px dashed #dddddd; |
padding: 4px; | padding: 4px; | ||
− | margin: 12px; | + | margin: 16px; |
+ | margin-top: 12px; | ||
margin-bottom: 24px; | margin-bottom: 24px; | ||
} | } |
Version vom 9. Februar 2008, 00:42 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: 1px; padding-left: 4px; padding-right: 4px; } div.PicasaGallery { border: 1px dashed #dddddd; padding: 4px; margin: 16px; margin-top: 12px; margin-bottom: 24px; }