MediaWiki:Vector.css : Différence entre versions
De atlasmuseum
Ligne 3 : | Ligne 3 : | ||
margin: auto; | margin: auto; | ||
width: 1050px; | width: 1050px; | ||
− | |||
} | } | ||
body { | body { | ||
− | position: relative; | + | position: relative; |
− | + | width: 1050px; | |
− | background-color: # | + | background-color: #E6E6E4; |
+ | background-image: url("/w/skins/atlasmuseum/images/BG_body.png"); | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
} | } | ||
div#content { | div#content { |
Version du 27 novembre 2013 à 23:09
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */ html { margin: auto; width: 1050px; } body { position: relative; width: 1050px; background-color: #E6E6E4; background-image: url("/w/skins/atlasmuseum/images/BG_body.png"); background-position: center top; background-repeat: no-repeat; } 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; } #right-navigation { float: right; margin-top: 0; position: relative; } div.vectorTabs{ padding-left: 2px; } div.vectorTabs, div.vectorTabs ul, div.vectorTabs span { background-color: #E4E7E9; background-image: none; } div.vectorTabs ul li { background: none no-repeat scroll 0 0 #FFFFFF; } div.vectorTabs span > a { background-color: #FFFFFF; border-right: 2px solid #E4E7E9; } a, a:visited { color: #505b61; } a.new, #p-personal a.new , a.new:visited, #p-personal a.new:visited { color: #FFFFFF; } #pt-userpage, #pt-anonuserpage, #pt-login { background: url("/w/skins/atlasmuseum/images/user_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0); } #p-personal li { border-right: 1px solid #505B61; font-size: 11px; margin-left: 7px; padding-right: 7px; }