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

De fablabo
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
#content
+
body{
{width : 700px}
+
  background-color: #eee;
#mw-head-base
 
{width: 700px}
 
#toc
 
{
 
position:fixed;
 
top:150px;
 
left:950px;
 
 
}
 
}
  
#mw-panel{
+
div#content{
position:fixed;
+
  margin-left:calc((100% - 900px) / 2);
}
 
 
 
div.VignetteProjet{
 
background-size:cover;
 
}
 
 
 
h2 span.mw-headline{
 
font-size: 1.6em;
 
}
 
 
 
h3 span.mw-headline{
 
font-size: 1.5em;
 
}
 
 
 
h4 span.mw-headline{
 
font-size: 1.35em;
 
 
}
 
}

Version du 11 mars 2019 à 18:09

body{
  background-color: #eee;
}

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