Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */ | /* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */ | ||
@import "https://commons.inria.fr/wiki/vector.css"; | @import "https://commons.inria.fr/wiki/vector.css"; | ||
+ | div#mw-head { | ||
+ | background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg); | ||
+ | } | ||
+ | body { | ||
+ | font-size:12pt; | ||
+ | font-family:garamond; | ||
+ | } | ||
+ | #left-navigation { | ||
+ | left: 84px; | ||
+ | top: 84px; | ||
+ | } | ||
+ | div#simpleSearch button#searchButton { | ||
+ | background-color: transparent; | ||
+ | } |
Revision as of 15:57, 3 April 2014
/* 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-popix.jpg); } body { font-size:12pt; font-family:garamond; } #left-navigation { left: 84px; top: 84px; } div#simpleSearch button#searchButton { background-color: transparent; }