MediaWiki:Common.css : Différence entre versions
| Ligne 2 : | Ligne 2 : | ||
body { | body { | ||
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat; | background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat; | ||
| − | background-position:- | + | background-position:-280px 0px; |
} | } | ||
| Ligne 10 : | Ligne 10 : | ||
#mw-head { | #mw-head { | ||
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat; | background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat; | ||
| − | background-position:- | + | background-position:-280px 0px; |
} | } | ||
Version du 3 avril 2012 à 09:16
/*Background*/
body {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
background-position:-280px 0px;
}
#mw-head {
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
background-position:-280px 0px;
}
/*Logo */
#p-logo a {
background-position: center center;
background-repeat: no-repeat;
display: block;
height: 0px;
text-decoration: none;
width: 10em;
}
/*Content*/
div#content {
background:#D2B791;
margin-top:0px;
padding:25px 25px 25px 25px;
}
/*Tabs*/
div.vectorTabs li.selected {
background:#D2B791 ;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
background:#D2B791 ;
}
div.vectorTabs re.selected {
background:#D2B791 ;
}
div.vectorTabs re.selected a, div.vectorTabs re.selected a:visited {
background:#D2B791 ;
}
div.vectorTabs li a {
background-image: (images/8/8d/Navigationsbalken129x25.jpg) ;
background-position: right bottom;
background-repeat: no-repeat;
color: #D2B791;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
height: 1.9em;
padding-left: 0.5em;
padding-right: 0.5em;
}
/*Rahmen Inhaltsverzeichnis*/
#toc, .toc {
background: none repeat scroll 0 0 #f9eddc;
border: 6px outset #bd7004;
border-radius: 4px 4px 4px 4px;
-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 #bd7004;
border-right: 5px solid #bd7004;
border-top: 1px solid #bd7004;
border-bottom: 1px solid #bd7004;*/
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;
}