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: #D0DDD0; /* dark 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; } /* Anonymous user IP and talk page link are hidden */ .pBody.pt-anonuserpage { display:none; } .pBody.pt-anontalk .pBody.pt-preferences{ display:none; } /* ** footer */ #footer { background-color: transparent; }