MediaWiki:Common.css : Différence entre versions
| Ligne 24 : | Ligne 24 : | ||
} | } | ||
| − | + | #toc, .toc { | |
| + | border: 6px outset #D2B791; | ||
| + | } | ||
/*Rahmen Inhaltsverzeichnis*/ | /*Rahmen Inhaltsverzeichnis*/ | ||
| − | #toc, .toc { | + | #toc, .toc {background:#d4edfc; |
| − | |||
border:6px outset #d4edfc; | border:6px outset #d4edfc; | ||
-moz-border-radius:4px; | -moz-border-radius:4px; | ||
Version du 2 avril 2012 à 09:23
/*Background*/
body {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
}
#mw-head {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
}
div#content {
background:#D2B791;
margin-top:0px;
padding:25px 25px 25px 25px;
}
div.vectorTabs li.selected {
background:#D2B791 ;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
background:#D2B791 ;
}
#toc, .toc {
border: 6px outset #D2B791;
}
/*Rahmen Inhaltsverzeichnis*/
#toc, .toc {background:#d4edfc;
border:6px outset #d4edfc;
-moz-border-radius:4px;
}
/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/
div#mw-panel div.portal div.body ul li a {
display: block;
padding: 5px 5px 5px 5px;
/*border-left: 16px solid #6f93a7;
border-right: 5px solid #6f93a7;
border-top: 1px solid #6f93a7;
border-bottom: 1px solid #6f93a7;*/
background: url(images/8/8d/Navigationsbalken129x25.jpg);
/*-moz-border-radius:4px;*/
color: #000;
text-decoration: none;
width: 85%;
}
table.wikitable {
background:#A07841;
font:left;
text-align:center;
-moz-border-radius:4px;
}