MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 24 : Ligne 24 :
 
     min-width: 256px;
 
     min-width: 256px;
 
img {
 
img {
     src = "//mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg"
+
     img src = "//mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg"
 
     border: medium none;
 
     border: medium none;
 
     vertical-align: middle;
 
     vertical-align: middle;
 
}
 
}

Version du 28 novembre 2014 à 12:44

/* Le CSS placé ici sera appliqué à tous les habillages. */

body
{
    font: 80% sans-serif;
    background-color: #000;
}

div#globalWrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#header {
    top: 0px;
    left: 0.7em;
    width: 100%;
}
#p-logo {
    display: inline-block;
    margin: 0px 1.5% 0px 0.6%;
    z-index: 3;
    width: 13.5%;
    min-width: 256px;
img {
    img src = "//mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg"
    border: medium none;
    vertical-align: middle;
}