MediaWiki:Modern.css : Différence entre versions
De Nolife-Wiki
m |
|||
(Une révision intermédiaire par le même utilisateur non affichée) | |||
Ligne 3 : | Ligne 3 : | ||
{ | { | ||
position:fixed; | position:fixed; | ||
+ | } | ||
+ | |||
+ | #p-cactions | ||
+ | { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | .mw-topboxes | ||
+ | { | ||
+ | margin-top: 20px; | ||
} | } |
Version actuelle datée du 5 janvier 2013 à 23:25
/* Le CSS placé ici affectera les utilisateurs de l’habillage Modern. */ #mw_header, #mw_portlets, #p-personal, #p-cactions { position:fixed; } #p-cactions { background-color: white; } .mw-topboxes { margin-top: 20px; }