MediaWiki:Common.css : Différence entre versions

De Wiki Mâcon Sud Bourgogne
(Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : body { font: x-small sans-serif; background: #FFFFFF url(//www.wiki-anjou.fr/skins/MonoBook/bandeau... »)
 
Ligne 3 : Ligne 3 :
 
body {
 
body {
 
     font: x-small sans-serif;
 
     font: x-small sans-serif;
     background: #FFFFFF url(//www.wiki-anjou.fr/skins/MonoBook/bandeau.png?2015-09-11T13:38:20Z) top left repeat-x;
+
     background: #FFFFFF url() top left repeat-x;
 
     color: black;
 
     color: black;
 
     margin: 0;
 
     margin: 0;
 
     padding: 0;
 
     padding: 0;
 +
}
 +
 +
#p-cactions {
 +
    position: absolute;
 +
    top: 0.1em;
 +
    left: 18.1em;
 +
    margin: 0;
 +
    white-space: nowrap;
 +
    width: 76%;
 +
    line-height: 1.1em;
 +
    overflow: visible;
 +
    background: none;
 +
    border-collapse: collapse;
 +
    padding-left: 1em;
 +
    list-style: none;
 +
    font-size: 95%;
 +
    font-weight: bold;
 
}
 
}

Version du 25 juillet 2017 à 13:56

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

body {
    font: x-small sans-serif;
    background: #FFFFFF url() top left repeat-x;
    color: black;
    margin: 0;
    padding: 0;
}

#p-cactions {
    position: absolute;
    top: 0.1em;
    left: 18.1em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
    font-weight: bold;
}