MediaWiki:Common.css
Un article de Samba en France.
(Différences entre les versions)
Version du 10 mai 2007 à 12:59 (modifier) AlNo (Discuter | contributions) m (-style du logo) ← Différence précédente |
Version du 11 mai 2007 à 08:28 (modifier) (défaire) AlNo (Discuter | contributions) m (→Feuille de style globale - couleurs changeantes du menu) Différence suivante → |
||
Ligne 14: | Ligne 14: | ||
*/ | */ | ||
body { | body { | ||
- | background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif) white; | + | background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif) white; |
- | background-repeat: repeat-y ; /* répétition verticale seulement */ | + | background-repeat: repeat-y ; /* répétition verticale seulement */ |
} | } | ||
Ligne 21: | Ligne 21: | ||
/* | /* | ||
** general portlet styles (elements in the quickbar) | ** general portlet styles (elements in the quickbar) | ||
+ | ** change colors when the mouse passes over the items | ||
*/ | */ | ||
.portlet { | .portlet { | ||
- | margin-left: 10px; | + | margin-left: 10px; |
- | text-align: right; | + | text-align: right; |
- | text-color: #D0DDD0; /* dark green */ | + | } |
+ | .portlet:hover h5 { | ||
+ | background-color: #CCCCCC; | ||
+ | } | ||
+ | .portlet h5 { | ||
+ | background-color: #EEEEEE; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 10px; | ||
} | } | ||
.pBody { | .pBody { | ||
- | background-color: #F0FFF0; /* very light green */ | + | background-color: #E0FFE0; /* light green */ |
- | text-align: left; | + | text-align: left; |
+ | } | ||
+ | .pBody:hover{ | ||
+ | background-color: lightyellow; | ||
} | } | ||
.pBody ul { | .pBody ul { |
Version du 11 mai 2007 à 08:28
/*
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) ** change colors when the mouse passes over the items */ .portlet { margin-left: 10px; text-align: right; } .portlet:hover h5 { background-color: #CCCCCC; } .portlet h5 { background-color: #EEEEEE; padding-right: 10px; padding-left: 10px; } .pBody { background-color: #E0FFE0; /* light green */ text-align: left; } .pBody:hover{ background-color: lightyellow; } .pBody ul { margin-left: 0; padding-left: 0; } .pBody ul li { list-style-type: none; } .pBody ul li a:hover { background-color: lightgreen; } /* Anonymous user IP and talk page link are hidden */ #p-personal.portlet .pBody #pt-anonuserpage { display: none; } #p-personal.portlet .pBody #pt-anontalk { display: none; } /* ** footer */ #footer { background-color: transparent; }