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