MediaWiki:Group-user.css : Différence entre versions

(Page créée avec « Le CSS placé ici n’affectera que les utilisateurs enregistrés. : body { background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.ng'); filter... »)
 
Ligne 13 : Ligne 13 :
 
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:block;}

Version du 12 avril 2018 à 17:33

/* Le CSS placé ici n’affectera que les utilisateurs enregistrés. */
body
{
background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.ng');
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:block;}