MediaWiki:Vector.css : Différence entre versions
De atlasmuseum
Ligne 28 : | Ligne 28 : | ||
margin-top: 0; | margin-top: 0; | ||
position: relative; | position: relative; | ||
+ | } | ||
+ | div.vectorTabs{ | ||
+ | padding-left: 2px; | ||
} | } | ||
div.vectorTabs, div.vectorTabs ul, div.vectorTabs span { | div.vectorTabs, div.vectorTabs ul, div.vectorTabs span { | ||
− | background-color: # | + | background-color: #E4E7E9; |
background-image: none; | background-image: none; | ||
+ | } | ||
+ | div.vectorTabs ul li { | ||
+ | background: none no-repeat scroll 0 0 #FFFFFF; | ||
} | } | ||
div.vectorTabs span > a { | div.vectorTabs span > a { | ||
border-right: 2px solid #E4E7E9; | border-right: 2px solid #E4E7E9; | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
− | |||
− | |||
− | |||
} | } |
Version du 27 novembre 2013 à 22:30
/* 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; } #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 { border-right: 2px solid #E4E7E9; background-color: #FFFFFF; }