Utilisateur:LaurentM/common.css : Différence entre versions

De fablabo
Aller à : navigation, rechercher
 
(13 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
#content
+
body{
{width : 700px}
+
  background-color: #eee;
#mw-head-base
+
}
{width: 700px}
+
 
 +
div#mw-head{
 +
background-color:#333;
 +
}
 +
 
 +
div#content{
 +
  margin-left:calc((100% - 900px) / 2);
 +
}

Version actuelle en date du 11 mars 2019 à 18:11

body{
  background-color: #eee;
}

div#mw-head{
background-color:#333;
}

div#content{
  margin-left:calc((100% - 900px) / 2);
}