Différences entre les versions de « MediaWiki:Apex.css »
De Entre Amis
(Page créée avec « →CSS placed here will affect users of the Apex skin : div.navigation_cr { text-align : right; background : #EEE; padding : 0px 10px; font-size : smalle... ») |
m |
||
Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will affect users of the Apex skin */ | /* CSS placed here will affect users of the Apex skin */ | ||
− | + | body { | |
− | + | max-width: 80em; | |
− | + | } | |
− | + | ||
− | + | #p-logo a { | |
+ | width: 450px; | ||
+ | } | ||
+ | |||
+ | #mw-panel { | ||
+ | font-size: 0.8em; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | font-size: 0.5em; | ||
} | } |
Version du 7 septembre 2015 à 16:24
/* CSS placed here will affect users of the Apex skin */ body { max-width: 80em; } #p-logo a { width: 450px; } #mw-panel { font-size: 0.8em; } #toc { font-size: 0.5em; }