MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 12: | Zeile 12: | ||
list-style-type:none; | list-style-type:none; | ||
padding:4.5px 4.5px 4.5px 4.5px; | padding:4.5px 4.5px 4.5px 4.5px; | ||
− | margin: | + | margin-right:10px; |
Version vom 16. Januar 2012, 17:04 Uhr
/*Hintergrund*/ body {background:#d4edfc;} #mw-head, .noprint {background:#d4edfc;} /*Rahmen Inhaltsverzeichnis*/ #toc, .toc {background:#d4edfc; border:6px outset #d4edfc; } div#mw-panel div.portal div.body ul li a { display:block; list-style-type:none; padding:4.5px 4.5px 4.5px 4.5px; margin-right:10px; background:#effdb7; color:#000000; border-right:4px; border-style:solid; border-color:#e6ff82 #cee574 #b3c764 #effdb7; } div#mw-panel div.portal div.body ul li a:hover { display:block; list-style-type:none; padding:4.5px 4.5px 4.5px 4.5px; margin:0px 10px 0px 0px; background:#c3d96a; color:#000000; border-right:4px; border-style:solid; border-color:#e6ff82 #cee574 #b3c764 #effdb7; } table.wikitable { background:#d9e6b1; font:left; text-align:center; } div#content {background:#f0f5de; }