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

De
Aller à la navigation Aller à la recherche
 
(7 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 +
 +
.mw-wiki-logo {
 +
background-size: 100% auto;
 +
}
  
 
div#p-personal:after {
 
div#p-personal:after {
     background: url(/gdr-igrv/images/cnrs.png) 0 0 no-repeat;
+
    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;
 
}
 
}

Version actuelle datée du 8 août 2019 à 14:07

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

.mw-wiki-logo {
	background-size: 100% auto;
}

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