« Utilisateur:LaurentM/common.css » : différence entre les versions
De fablabo
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 1 : | Ligne 1 : | ||
body{ | |||
{ | background-color: #eee; | ||
# | |||
} | } | ||
#mw- | div#mw-head{ | ||
background-color:#333; | |||
} | } | ||
div | div#content{ | ||
margin-left:calc((100% - 900px) / 2); | |||
} | } |
Dernière version du 11 mars 2019 à 18:11
body{
background-color: #eee;
}
div#mw-head{
background-color:#333;
}
div#content{
margin-left:calc((100% - 900px) / 2);
}