MediaWiki:Vector.css : Différence entre versions
De ClustersSophia
Ligne 8 : | Ligne 8 : | ||
/* 2019-01 fonctionne ou pas ? coin superieur gauche */ | /* 2019-01 fonctionne ou pas ? coin superieur gauche */ | ||
− | p-logo a { | + | #p-logo a { |
− | background-image: url(https://commons.inria.fr/wiki/images/titres/mwhead-300px-Logo_INRIA.gif); | + | /* background-image: url(https://commons.inria.fr/wiki/images/titres/mwhead-300px-Logo_INRIA.gif); */ |
+ | background-image:url(https://commons.inria.fr/images/logo/inr_logo_corpo_FR_coul.png); | ||
} | } | ||
Version du 17 mai 2019 à 13:29
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */ @import "https://commons.inria.fr/wiki/vector.css"; div#mw-head { /*background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-ClustersSophia.jpg);*/ background-image: url(https://wiki.inria.fr/wikis/ClustersSophia/images/b/b7/Inset_computing_platform.jpg); } /* 2019-01 fonctionne ou pas ? coin superieur gauche */ #p-logo a { /* background-image: url(https://commons.inria.fr/wiki/images/titres/mwhead-300px-Logo_INRIA.gif); */ background-image:url(https://commons.inria.fr/images/logo/inr_logo_corpo_FR_coul.png); } div.info { margin-top: 1.33em; display: block; padding: 10px 10px 10px 45px; margin: 15px 0; color: #0055BB; border-top: 3px solid #629de3; border-bottom: 3px solid #629de3; background: #D8E5F8 url(https://wiki.inria.fr/wikis/ClustersSophia/images/d/d3/Status-info.png) 10px 50% no-repeat; } div.alert { display: block; padding: 10px 10px 10px 45px; margin: 15px 0; color: #c00; border-top: 3px solid #fe7b7a; border-bottom: 3px solid #fe7b7a; background: #FFD6D6 url(https://wiki.inria.fr/wikis/ClustersSophia/images/e/e6/Status-alert.png) 10px 50% no-repeat; } div.note { display: block; padding: 10px 10px 10px 45px; margin: 15px 0; color: #B79000; border-top: 3px solid #fde179; border-bottom: 3px solid #fde179; background: #FEF6D8 url(https://wiki.inria.fr/wikis/ClustersSophia/images/4/40/Status-note.png) 10px 50% no-repeat; }