Différences entre les versions de « MediaWiki:Common.css »

De
Aller à la navigation Aller à la recherche
Ligne 6 : Ligne 6 :
 
     height: 60px;
 
     height: 60px;
 
     background: url(/gdr-igrv/images/cnrs.png) 0 0 no-repeat;
 
     background: url(/gdr-igrv/images/cnrs.png) 0 0 no-repeat;
position: absolute;
+
    position: absolute;
 
     display: inline-block;
 
     display: inline-block;
 
     top: 20px;
 
     top: 20px;
 
     right: 0;
 
     right: 0;
 +
}
 +
 +
#right-navigation {
 +
    margin-right: 65px;
 
}
 
}

Version du 27 mars 2017 à 12:10

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

div#p-personal:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/gdr-igrv/images/cnrs.png) 0 0 no-repeat;
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 0;
}

#right-navigation {
    margin-right: 65px;
}