MediaWiki:Common.css: Unterschied zwischen den Versionen
Pyro (Diskussion | Beiträge) K |
Pyro (Diskussion | Beiträge) K |
||
Zeile 2: | Zeile 2: | ||
tbl_right_border { | tbl_right_border { | ||
− | + | float:right; | |
− | + | clear:both; | |
− | + | border:1px solid #aaaaaa; | |
− | + | margin-left:10px; | |
− | + | margin-bottom:10px; | |
− | + | padding:0; | |
− | + | width:210px; | |
} | } | ||
tbl_right_title { | tbl_right_title { | ||
− | + | font-size:105%; | |
− | + | line-height:120%; | |
− | + | padding:0.4em 0.8em 0.4em 0.8em; | |
− | + | background-color:#eeeeee; | |
− | + | border-bottom:1px solid #aaaaaa; | |
} | } | ||
tbl_right_content { | tbl_right_content { | ||
− | + | background:#ffffff; | |
− | + | padding:1em; | |
− | + | font-size:90%; | |
} | } |
Version vom 24. Juli 2006, 18:37 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ tbl_right_border { float:right; clear:both; border:1px solid #aaaaaa; margin-left:10px; margin-bottom:10px; padding:0; width:210px; } tbl_right_title { font-size:105%; line-height:120%; padding:0.4em 0.8em 0.4em 0.8em; background-color:#eeeeee; border-bottom:1px solid #aaaaaa; } tbl_right_content { background:#ffffff; padding:1em; font-size:90%; }