« MediaWiki:Monobook.css » : différence entre les versions

De Wiki Pimpf
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
mAucun résumé des modifications
 
(3 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
body {
body {
   background-image: url("image.jpg");
   background: rgb(225,235,242);  
   background-color: #e1ebf2;
   background-image: url(https://www.forumpimpf.net/wikipimpf/images/Background-image-grise.png);
  height: 1080px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
}
#contenu {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

Dernière version du 9 août 2023 à 22:36

/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
body {
  background: rgb(225,235,242); 
  background-image: url(https://www.forumpimpf.net/wikipimpf/images/Background-image-grise.png);
}