MediaWiki:Common.css
Un article de Samba en France.
/*
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: darkgreen; /* dark green */
}
.pBody {
background-color: #F0FFF0; /* very light green */
}
/*
** 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;
}

