MediaWiki:Vector.css : Différence entre versions

De atlasmuseum
Aller à : navigation, rechercher
(top: 150px;)
Ligne 18 : Ligne 18 :
  
 
#mw-page-base {
 
#mw-page-base {
     background: none repeat scroll 0 0 #fbe023;
+
     background: url("/w/skins/atlasmuseum/images/bg_pattern.png") repeat-x scroll 0 0 #FBE023;
 +
    min-height: 198px;
 +
}
 +
#left-navigation, #right-navigation{
 +
top: 150px;
 +
}
  
     min-height: 115px;
+
div.vectorTabs ul li {
 +
     background: none no-repeat scroll 0 0 #FFFFFF;
 
}
 
}

Version du 27 novembre 2013 à 22:56

/* 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;
}

#mw-page-base {
    background: url("/w/skins/atlasmuseum/images/bg_pattern.png") repeat-x scroll 0 0 #FBE023;
    min-height: 198px;
}
#left-navigation, #right-navigation{
top: 150px;
}

div.vectorTabs ul li {
    background: none no-repeat scroll 0 0 #FFFFFF;
}