MediaWiki:Common.css : Différence entre versions

De Wiki @ Brest

Ligne 4 : Ligne 4 :
 
     background-position:top;
 
     background-position:top;
 
     background-repeat:repeat-x;
 
     background-repeat:repeat-x;
 +
}
 +
 +
 +
#gumax-p-logo, #gumax-p-logo a, #gumax-p-logo a:hover {
 +
    background: url("") no-repeat scroll 0 0 transparent;
 +
    height: 110px;
 +
    margin: 5px 0 10px 5px;
 +
    width: 140px;
 
}
 
}
 
#gumax-p-logo {
 
#gumax-p-logo {
     background: url("/images/9/93/Utilit%C3%A9_sociale.jpg") no-repeat scroll 0 0 #FFFFFF !important;
+
    background: url("wiki.png") no-repeat scroll 0 0 #FFFFFF;
 +
    display: block;
 +
    margin: 0;
 +
    overflow: visible;
 +
    padding: 0;
 +
    position: relative;
 +
    text-align: left;
 +
    z-index: 200;
 +
}
 +
#gumax-p-logo, #gumax-p-logo a, #gumax-p-logo a:hover {
 +
    width: 990px;
 +
}
 +
#gumax-p-logo {
 +
    height: 155px;
 +
    left: 0;
 +
    overflow: visible;
 +
    position: absolute;
 +
    top: 0;
 +
    width: 12em;
 +
    z-index: 3;
 +
}
 +
#gumax-p-logo {
 +
     background: url("/images/logo_alternatif.jpg") no-repeat scroll 0 0 #FFFFFF !important;
 
   }
 
   }

Version du 5 mars 2013 à 10:44

/* Le CSS placé ici sera appliqué à tous les habillages. */
.degrade{
    background-image:url(http://upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png);
    background-position:top;
    background-repeat:repeat-x;
}
 
 
#gumax-p-logo, #gumax-p-logo a, #gumax-p-logo a:hover {
    background: url("") no-repeat scroll 0 0 transparent;
    height: 110px;
    margin: 5px 0 10px 5px;
    width: 140px;
}
#gumax-p-logo {
    background: url("wiki.png") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 200;
}
#gumax-p-logo, #gumax-p-logo a, #gumax-p-logo a:hover {
    width: 990px;
}
#gumax-p-logo {
    height: 155px;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 12em;
    z-index: 3;
}
#gumax-p-logo {
    background: url("/images/logo_alternatif.jpg") no-repeat scroll 0 0 #FFFFFF !important;
  }