MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 8 : Ligne 8 :
 
     background-image : url(http://www.museedelagrandeguerre.eu/sites/default/files/images/2013/josso19_001.jpg);
 
     background-image : url(http://www.museedelagrandeguerre.eu/sites/default/files/images/2013/josso19_001.jpg);
 
     width: 500%;
 
     width: 500%;
 +
length : 1000%;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     color: #000;
 
     color: #000;

Version du 29 novembre 2014 à 17:07

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

body
{

    font: 80% sans-serif;
    background-color: #000;
    background-image : url(http://www.museedelagrandeguerre.eu/sites/default/files/images/2013/josso19_001.jpg);
    width: 500%;
length : 1000%;
    background-repeat: no-repeat;
    color: #000;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    unicode-bidi: embed;
}