|
|
(33 révisions intermédiaires par le même utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
− | /* 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;
| |
− | }
| |