MediaWiki:Common.css : Différence entre versions
| Ligne 18 : | Ligne 18 : | ||
background:#D9E6B1; | background:#D9E6B1; | ||
border-right:4px; | border-right:4px; | ||
| − | border-style: | + | border-style:outset; |
border-color:#e6ff82 #cee574 #b3c764 #effdb7; | border-color:#e6ff82 #cee574 #b3c764 #effdb7; | ||
} | } | ||
Version du 18 janvier 2012 à 16:38
/*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:0px 10px 0px 0px;
font-weight:bold;
background:#D9E6B1;
border-right:4px;
border-style:outset;
border-color:#e6ff82 #cee574 #b3c764 #effdb7;
}
div#mw-panel div.portal div.body ul li a:hover {
background:#cee574;
}
table.wikitable {
background:#d9e6b1;
font:left;
text-align:center;
}
div#content {background:#f0f5de;
}