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

De
Aller à la navigation Aller à la recherche
Ligne 5 : Ligne 5 :
 
     width: 60px;
 
     width: 60px;
 
     height: 60px;
 
     height: 60px;
     background: white url(/gdrigrv/images/cnrs.png) 0 0 no-repeat;
+
     background: white url(/images/gdrigrv/cnrs.png) 0 0 no-repeat;
 
     position: absolute;
 
     position: absolute;
 
     display: inline-block;
 
     display: inline-block;

Version du 8 août 2019 à 14:05

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

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

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