Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
|||
Line 4: | Line 4: | ||
background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg); | background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg); | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
#left-navigation { | #left-navigation { | ||
left: 84px; | left: 84px; | ||
Line 14: | Line 11: | ||
div#simpleSearch button#searchButton { | div#simpleSearch button#searchButton { | ||
background-color: transparent; | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-size:12pt; | ||
+ | font-family:garamond; | ||
} | } |
Revision as of 16:03, 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); } #left-navigation { left: 84px; top: 84px; } div#simpleSearch button#searchButton { background-color: transparent; } body { font-size:12pt; font-family:garamond; }