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 |
||
| (7 versions intermédiaires par le même utilisateur non affichées) | |||
| 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: 60em; | |
| − | + | } | |
| − | + | ||
| − | + | #p-logo a { | |
| + | width: 450px; | ||
| + | } | ||
| + | |||
| + | #mw-panel { | ||
| + | font-size: 0.7em; | ||
| + | } | ||
| + | |||
| + | #toc { | ||
| + | font-size: 1em; | ||
} | } | ||
Version actuelle datée du 31 décembre 2015 à 14:55
/* CSS placed here will affect users of the Apex skin */
body {
max-width: 60em;
}
#p-logo a {
width: 450px;
}
#mw-panel {
font-size: 0.7em;
}
#toc {
font-size: 1em;
}
