MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 6 : Ligne 6 :
 
     font: 80% sans-serif;
 
     font: 80% sans-serif;
 
     background-color: #000;
 
     background-color: #000;
     background-image : url(http://www.auray.fr/fileadmin/images/culture/Patrimoine/histoire_auray/chapelle-saint-esprit-1914.jpg);
+
     background-image : url(http://www.auray.fr/fileadmin/template/main/images/culture993.jpg);
 
     width: 100%;
 
     width: 100%;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;

Version du 28 novembre 2014 à 13:25

/* 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;
}