MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 52 : Ligne 52 :
 
     text-decoration: none;
 
     text-decoration: none;
 
     color: #0645AD;
 
     color: #0645AD;
img : url(http://mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg);
+
img url(http://mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg);
 
     background: none repeat scroll 0% 0% transparent;
 
     background: none repeat scroll 0% 0% transparent;
 
}
 
}
 
}
 
}

Version du 29 novembre 2014 à 17:46

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

body
{

    font: 80% sans-serif;
    background-color: #000;
    background-image : url(http://www.defense.gouv.fr/var/dicod/storage/images/base-de-medias/espace-collaboratif/redaction-dicod/les-hommes-du-5eme-regiment-d-infanterie-de-ligne/3547086-2-fre-FR/les-hommes-du-5eme-regiment-d-infanterie-de-ligne.jpg);
    width: 100%;
    background-repeat: no-repeat;
    color: #000;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    unicode-bidi: embed;

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;
}
.portlet {
    border: medium none;
    margin: 0px 0px 1em;
    padding: 0px;
    float: none;
    width: 11.6em;
    overflow: hidden;
}
#p-logo a, #p-logo a:hover {
    display: block;
    width: 100%;
}
a {
    color: #002BB8;
}
a {
    text-decoration: none;
    color: #0645AD;
img url(http://mediatheque.auray.fr/s/public/auray/images/logo%20ville.jpg);
    background: none repeat scroll 0% 0% transparent;
}
}