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
+
bod
 
{
 
{
 
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');
Ligne 9 : Ligne 9 :
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: center center;
 
background-position: center center;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
 
}
 
}

Version du 12 avril 2018 à 15:17

/* Le CSS placé ici sera appliqué à tous les habillages. */

bod
{
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;
}