MediaWiki:Common.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 15 : Ligne 15 :
 
     unicode-bidi: embed;
 
     unicode-bidi: embed;
  
 +
h1, h2, h3, h4, h5, h6 {
 +
    color: #FF0080;
 +
    background: none repeat scroll 0% 0% transparent;
 +
    font-weight: normal;
 +
    margin: 0px;
 +
    padding-top: 0.5em;
 +
    padding-bottom: 0.17em;
 +
    border-bottom: 1px solid #AAA;
 +
}
  
 
#p-search {
 
#p-search {

Version du 11 décembre 2014 à 18:16

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

body
{

    font: 80% sans-serif;
    background-color: transparent;
    background-image : url(http://www.defense.gouv.fr/var/dicod/storage/images/base-de-medias/espace-collaboratif/redaction-dicod/les-hommes-du-5eme-regiment-d-infanterie-de-ligne/3547086-2-fre-FR/les-hommes-du-5eme-regiment-d-infanterie-de-ligne.jpg);
    width: 100%;
    background-repeat: no-repeat;
    color: transparent;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    unicode-bidi: embed;

h1, h2, h3, h4, h5, h6 {
    color: #FF0080;
    background: none repeat scroll 0% 0% transparent;
    font-weight: normal;
    margin: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #AAA;
}

#p-search {
    float: right;
    position: absolute;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    right: 0.8%;
    top: 12%;
    z-index: 3;
    padding: 1.2% 1.5% 1%;
    min-width: 228px;
}

div#footer {
    margin: 0.4em 1.4em 0px 18em;
    z-index: 2;
    background-color: #333;
    color: #FFF;
    overflow: hidden;
    padding: 2.4em 0px;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
}