MediaWiki:Monobook.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Essai raté...) |
|||
Ligne 9 : | Ligne 9 : | ||
position: relative; | position: relative; | ||
} | } | ||
− | # | + | #contenu { |
− | + | margin-left: auto; | |
margin-right: auto; | margin-right: auto; | ||
width: 1000px; | width: 1000px; | ||
} | } |
Version du 10 mai 2020 à 00:11
/* 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; } #contenu { margin-left: auto; margin-right: auto; width: 1000px; }