MediaWiki:Common.css : Différence entre versions
Ligne 13 : | Ligne 13 : | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | } | ||
+ | |||
+ | div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:none;} | ||
+ | .ns-3504 div#content.mw-body { margin-left: 0em;background-color: #282828;border:none;color: #acacac; } . | ||
+ | .ns-3504 #mw-head-base, .ns-3504 div#content, .ns-3504 div#footer {display:none;} | ||
+ | .ns-3504 div#mw-content-ltr { | ||
+ | color: #000000; | ||
+ | } | ||
+ | body.ns-3504 {background: #282828} | ||
+ | |||
+ | .ns-3504 div#content a { | ||
+ | color: #da5c2a; | ||
} | } |
Version du 12 avril 2018 à 16:31
/* Le CSS placé ici sera appliqué à tous les habillages. */
body
{
background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.png');
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:none;}
.ns-3504 div#content.mw-body { margin-left: 0em;background-color: #282828;border:none;color: #acacac; } .
.ns-3504 #mw-head-base, .ns-3504 div#content, .ns-3504 div#footer {display:none;}
.ns-3504 div#mw-content-ltr {
color: #000000;
}
body.ns-3504 {background: #282828}
.ns-3504 div#content a {
color: #da5c2a;
}