MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 3 : Ligne 3 :
 
body
 
body
 
{
 
{
 +
 
     font: 80% sans-serif;
 
     font: 80% sans-serif;
 
     background-color: #000;
 
     background-color: #000;
}
+
    background-image : url(http://www.auray.fr/fileadmin/template/main/images/culture993.jpg)
 
+
div#globalWrapper {
+
 
     width: 100%;
 
     width: 100%;
 +
    background-repeat: no-repeat;
 +
    color: #000;
 
     margin: 0px;
 
     margin: 0px;
 
     padding: 0px;
 
     padding: 0px;
}
+
     direction: ltr;
#header {
+
     unicode-bidi: embed;
    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;
+
 
}
 
}

Version du 28 novembre 2014 à 12:49

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

body
{

    font: 80% sans-serif;
    background-color: #000;
    background-image : url(http://www.auray.fr/fileadmin/template/main/images/culture993.jpg)
    width: 100%;
    background-repeat: no-repeat;
    color: #000;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    unicode-bidi: embed;
}