MediaWiki:Monobook.css : Différence entre versions
De PlaneteSistearth
m |
|||
| Ligne 1 : | Ligne 1 : | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| + | |||
| + | |||
| + | #content { | ||
| + | background: #F8FCFF; /* a light blue */ | ||
| + | } | ||
| + | |||
| + | #content div.thumb { | ||
| + | border-color: #F8FCFF; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #content, .ns-100 * #content { | ||
| + | background: white; | ||
| + | } | ||
| + | |||
| + | #mytabs li { | ||
| + | background: #F8FCFF; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #mytabs li, .ns-100 * #mytabs li { | ||
| + | background: white; | ||
| + | } | ||
| + | |||
| + | #mytabs li a { | ||
| + | background-color: #F8FCFF; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #mytabs li a, .ns-100 * #mytabs li a { | ||
| + | background-color: white; | ||
| + | } | ||
| + | |||
| + | #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a { | ||
| + | background-color: #F8FCFF; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #p-cactions li a, .ns-100 * #p-cactions li a { | ||
| + | background-color: #fbfbfb; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover, | ||
| + | .ns-100 * #p-cactions li.selected a, .ns-100 * #p-cactions li a:hover { | ||
| + | background-color: white; | ||
| + | } | ||
| + | |||
| + | .ns-0 * #content div.thumb, .ns-100 * #content div.thumb { | ||
| + | border-color: white; | ||
| + | } | ||
Version du 17 avril 2008 à 00:40
/* edit this file to customize the monobook skin for the entire site */
#content {
background: #F8FCFF; /* a light blue */
}
#content div.thumb {
border-color: #F8FCFF;
}
.ns-0 * #content, .ns-100 * #content {
background: white;
}
#mytabs li {
background: #F8FCFF;
}
.ns-0 * #mytabs li, .ns-100 * #mytabs li {
background: white;
}
#mytabs li a {
background-color: #F8FCFF;
}
.ns-0 * #mytabs li a, .ns-100 * #mytabs li a {
background-color: white;
}
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
background-color: #F8FCFF;
}
.ns-0 * #p-cactions li a, .ns-100 * #p-cactions li a {
background-color: #fbfbfb;
}
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover,
.ns-100 * #p-cactions li.selected a, .ns-100 * #p-cactions li a:hover {
background-color: white;
}
.ns-0 * #content div.thumb, .ns-100 * #content div.thumb {
border-color: white;
}