MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 7: | Zeile 7: | ||
border:6px outset #d4edfc; | border:6px outset #d4edfc; | ||
} | } | ||
− | |||
− | |||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
Zeile 17: | Zeile 15: | ||
background:#effdb7; | background:#effdb7; | ||
− | color:# | + | color:#000000; |
font-weight:bold; | font-weight:bold; | ||
border-weight:4px; | border-weight:4px; |
Version vom 16. Januar 2012, 15:36 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:4px; margin:4px; background:#effdb7; color:#000000; font-weight:bold; border-weight:4px; border-style:solid; border-top-color:#e6ff82; border-right-color:#cee574; border-bottom-color:#b3c764; border-left-color:#effdb7; } a {height:1.25em; line-height: 1.25em; } table.wikitable { background:#d9e6b1; font:left; text-align:center; } div#content {background:#f0f5de; }