MediaWiki:Common.css
Un article de Samba en France.
(Différences entre les versions)
| Version du 1 mars 2007 à 10:11 (modifier) AlNo (Discuter | contributions) (répétition verticale seulement de l'img de fond) ← Différence précédente |
Version du 1 mars 2007 à 10:28 (modifier) (défaire) AlNo (Discuter | contributions) (+footer +portlet & simplification) Différence suivante → |
||
| Ligne 10: | Ligne 10: | ||
| <pre> */ | <pre> */ | ||
| - | /** Style du fond de page */ | + | /* |
| + | ** fond de page | ||
| + | */ | ||
| body { | body { | ||
| - | font: x-small sans-serif; | ||
| background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif); | background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif); | ||
| background-repeat: repeat-y ; /* répétition verticale seulement */ | background-repeat: repeat-y ; /* répétition verticale seulement */ | ||
| - | color: black; | + | } |
| - | margin: 0; | + | |
| - | padding: 0; | + | |
| + | /* | ||
| + | ** general portlet styles (elements in the quickbar) | ||
| + | */ | ||
| + | .portlet { | ||
| + | margin-left: 5px; | ||
| + | } | ||
| + | |||
| + | /* | ||
| + | ** footer | ||
| + | */ | ||
| + | #footer { | ||
| + | background-color: transparent; | ||
| } | } | ||
Version du 1 mars 2007 à 10: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);
background-repeat: repeat-y ; /* répétition verticale seulement */
}
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
margin-left: 5px;
}
/*
** footer
*/
#footer {
background-color: transparent;
}

