MediaWiki:Common.css : Différence entre versions

Ligne 4 : Ligne 4 :
 
background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.png');
 
background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.png');
 
filter:alpha(opacity=50);
 
filter:alpha(opacity=50);
opacity: 0.3;
+
opacity: 0.8;
-moz-opacity:0.3;
+
-moz-opacity:0.8;
 
}
 
}

Version du 12 avril 2018 à 15:04

/* 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=50);
opacity: 0.8;
-moz-opacity:0.8;
}