MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 7 : Ligne 7 :
 
     background-color: #000;
 
     background-color: #000;
 
     background-image : url(http://www.auray.fr/fileadmin/template/main/images/culture993.jpg);
 
     background-image : url(http://www.auray.fr/fileadmin/template/main/images/culture993.jpg);
     width: 200%;
+
     width: 500%;
     length : 150%;
+
     length : 200%;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     color: #000;
 
     color: #000;

Version du 28 novembre 2014 à 13:26

/* 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: 500%;
    length : 200%;
    background-repeat: no-repeat;
    color: #000;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    unicode-bidi: embed;
}