MediaWiki:Vector.css : Différence entre versions

De atlasmuseum
Aller à : navigation, rechercher
(Page créée avec « Le CSS placé ici affectera les utilisateurs de l’habillage Vector. : html { margin: auto; width: 1050px; } body { position: relative; width: 1050px; } div#... »)
 
Ligne 3 : Ligne 3 :
 
     margin: auto;
 
     margin: auto;
 
     width: 1050px;
 
     width: 1050px;
 +
    background-color: #E6E6E4;
 
}
 
}
 
body {
 
body {
 
position: relative;
 
position: relative;
 
  width: 1050px;
 
  width: 1050px;
 +
    background-color: #FFFFFF;
 
}
 
}
 
div#content {
 
div#content {

Version du 27 novembre 2013 à 20:24

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
html {
    margin: auto;
    width: 1050px;
    background-color: #E6E6E4;
}
body {
position: relative;
 width: 1050px;
    background-color: #FFFFFF;
}
div#content {
    float: right;
    margin: 0;
    padding: 0;
    width: 886px;
}