MediaWiki:Common.css : Différence entre versions

Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
body {background: #222222;}
 
body {background: #222222;}
background-image
 
  
 
#filigrane{
 
#filigrane{
Ligne 9 : Ligne 8 :
 
-moz-opacity:0.5;
 
-moz-opacity:0.5;
 
}
 
}
 +
 +
#filigrane

Version du 12 avril 2018 à 15:01

/* Le CSS placé ici sera appliqué à tous les habillages. */
body {background: #222222;}

#filigrane{
background-image:url('http://rhinedits.u-strasbg.fr/w/images/1/19/Grendelbruch.png');
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#filigrane