MediaWiki:Monobook.css
Aus RPG Maker Archive
Zeile 1: | Zeile 1: | ||
/* Standardtabellen */ | /* Standardtabellen */ | ||
+ | |||
+ | #hauptseite h2 { | ||
+ | background-color: #d8e8ff; | ||
+ | border: 1px solid #8898bf; | ||
+ | font-size: 1em; | ||
+ | font-weight: bold; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0; | ||
+ | padding-top: 0.1em; | ||
+ | padding-bottom: 0.1em; | ||
+ | } | ||
.tabelle_hauptseite td { border:1px #000000 solid;} | .tabelle_hauptseite td { border:1px #000000 solid;} |
Version vom 22:26, 6. Aug. 2009
/* Standardtabellen */ #hauptseite h2 { background-color: #d8e8ff; border: 1px solid #8898bf; font-size: 1em; font-weight: bold; margin-top: 0; margin-bottom: 0; padding-top: 0.1em; padding-bottom: 0.1em; } .tabelle_hauptseite td { border:1px #000000 solid;} .tabelle_schlank { border:1px #000000 solid;background:#F0F0F0;border-spacing:3px; } .tabelle_schlank td { border:1px #000000 solid;background:#ffffff;padding:3px;vertical-align:top; }