MediaWiki:Common.css
Un article de Samba en France.
(Différences entre les versions)
Version du 15 mars 2007 à 20:12 (modifier) AlNo (Discuter | contributions) m (présentation) ← Différence précédente |
Version du 15 mars 2007 à 20:14 (modifier) (défaire) AlNo (Discuter | contributions) m (présentation) Différence suivante → |
||
Ligne 23: | Ligne 23: | ||
*/ | */ | ||
.portlet { | .portlet { | ||
- | margin-left: 10px; | + | margin-left: 10px; |
- | text-align: right; | + | text-align: right; |
- | text-color: darkgreen; /* dark green */ | + | text-color: green; /* green */ |
} | } | ||
.pBody { | .pBody { | ||
background-color: #F0FFF0; /* very light green */ | background-color: #F0FFF0; /* very light green */ | ||
+ | text-align: left; | ||
} | } | ||
Version du 15 mars 2007 à 20:14
/*
Feuille de style globale
Cette page contrôle l'apparence, pour toutes les skins.
Les modifications devant s'appliquer à l'apparence Monobook seulement doivent aller dans Monobook.css
*/ /* ** fond de page */ body { background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif) white; background-repeat: repeat-y ; /* répétition verticale seulement */ } /* ** general portlet styles (elements in the quickbar) */ .portlet { margin-left: 10px; text-align: right; text-color: green; /* green */ } .pBody { background-color: #F0FFF0; /* very light green */ text-align: left; } /* ** Logo properties */ #p-logo a, #p-logo a:hover { height: 110px; width: 110px; margin-top: 1.2em; margin-left: 9px; } /* ** footer */ #footer { background-color: transparent; }