MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 8 : Ligne 8 :
 
     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: 500%;
 
     width: 500%;
    length : 200%;
 
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     color: #000;
 
     color: #000;

Version du 29 novembre 2014 à 16:54

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