« MediaWiki:Monobook.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
essai... |
||
| 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(" | background-image: url("./images/background.jpeg"); | ||
background-color: #e1ebf2; | background-color: #e1ebf2; | ||
height: 1080px; | height: 1080px; | ||
Version du 10 mai 2020 à 00:09
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
body {
background-image: url("./images/background.jpeg");
background-color: #e1ebf2;
height: 1080px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#contenu {
margin-left: auto;
margin-right: auto;
width: 1000px;
}