MediaWiki:Common.css

Un article de Samba en France.

(Différences entre les versions)
Jump to: navigation, search
Version du 1 mars 2007 à 10:47 (modifier)
AlNo (Discuter | contributions)
m (vert clair pour les portlet)
← Différence précédente
Version du 1 mars 2007 à 10:49 (modifier) (défaire)
AlNo (Discuter | contributions)
m (+fond de page blanc par defaut)
Différence suivante →
Ligne 14: Ligne 14:
*/ */
body { body {
- background: url(http://sambistas.online.fr/en-france/images/fonds/fondSambaFr.gif);+ 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 */
} }

Version du 1 mars 2007 à 10:49

/*

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: 5px;
}
.pBody {
    background-color: #F0FFF0; /* very light green */
}


/*
** Logo properties
*/
 #p-logo a,
 #p-logo a:hover {
    height: 140px;
    width: 140px;
    margin-top: 1.2em;
    margin-left: 9px;
}

/*
** footer
*/
#footer {
	background-color: transparent;
}
Outils personnels