MediaWiki:Common.css: Unterschied zwischen den Versionen
| Zeile 8: | Zeile 8: | ||
} | } | ||
| − | + | /*div #mw-panel, div.portal*/ | |
| − | div #mw-panel, div.portal { | + | ul { |
display:block; | display:block; | ||
list-style-type:none; | list-style-type:none; | ||
Version vom 16. Januar 2012, 14:55 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*/
ul {
display:block;
list-style-type:none;
padding-left:0;
margin-left:0;
background-color:#000000;
}
table.wikitable {
background:#d9e6b1;
font:left;
text-align:center;
}
div#content {background:#f0f5de;
}