Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 4: | Line 4: | ||
font-size:12pt; | font-size:12pt; | ||
font-family:garamond; | font-family:garamond; | ||
+ | } | ||
+ | #left-navigation { | ||
+ | left: 84px; | ||
+ | top: 84px; | ||
+ | } | ||
+ | div#simpleSearch button#searchButton { | ||
+ | background-color: transparent; | ||
} | } |
Revision as of 15:19, 3 April 2014
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */ body { font-size:12pt; font-family:garamond; } #left-navigation { left: 84px; top: 84px; } div#simpleSearch button#searchButton { background-color: transparent; }