MediaWiki:Common.css : Différence entre versions
| Ligne 21 : | Ligne 21 : | ||
border-top: 1.8px solid #5e8291; | border-top: 1.8px solid #5e8291; | ||
border-bottom: 1.8px solid #5e8291; | border-bottom: 1.8px solid #5e8291; | ||
| − | background-image: | + | background-image:: -moz-linear-gradient(top, #d4edfc, #5e8291); |
color: #000; | color: #000; | ||
text-decoration: none; | text-decoration: none; | ||
width: 70%; | width: 70%; | ||
-moz-border-radius:4px; | -moz-border-radius:4px; | ||
| − | |||
} | } | ||
Version du 19 janvier 2012 à 12:43
/*Hintergrund*/
body {background:#d4edfc;}
#mw-head, .noprint {background:#d4edfc;}
div#content {
background:#f0f5de;
}
/*Rahmen Inhaltsverzeichnis*/
#toc, .toc {background:#d4edfc;
border:6px outset #d4edfc;
-moz-border-radius:4px;
}
div#mw-panel div.portal div.body ul li a {
display: block;
padding: 5px 5px 5px 5px;
border-left: 16px solid #5e8291;
border-right: 5px solid #5e8291;
border-top: 1.8px solid #5e8291;
border-bottom: 1.8px solid #5e8291;
background-image:: -moz-linear-gradient(top, #d4edfc, #5e8291);
color: #000;
text-decoration: none;
width: 70%;
-moz-border-radius:4px;
}
/*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:solid;
border-color:#e6ff82 #cee574 #b3c764 #effdb7;
}*/
div#mw-panel div.portal div.body ul li a:hover {
background-image:url(http://192.168.30.4/trampeltier_wiki/images/8/84/Navigationsdesign01_hover.jpg);
}
table.wikitable {
background:#d9e6b1;
font:left;
text-align:center;
-moz-border-radius:4px;
}