MediaWiki:Common.css
Un article de Samba en France.
(Différences entre les versions)
| Version du 12 juin 2009 à 08:47 (modifier) AlNo (Discuter | contributions) (fin du blackout) ← Différence précédente |
Version du 17 octobre 2010 à 20:47 (modifier) (défaire) AlNo (Discuter | contributions) m (allègement de l'image de fond) Différence suivante → |
||
| Ligne 26: | Ligne 26: | ||
| background: url(http://sambistas.online.fr/images/fonds/fondSambaFr.gif) white; | background: url(http://sambistas.online.fr/images/fonds/fondSambaFr.gif) white; | ||
| background-repeat: repeat-y ; /* répétition verticale seulement */ | background-repeat: repeat-y ; /* répétition verticale seulement */ | ||
| + | background-position: -5px 0; /* allègement de l'image */ | ||
| } | } | ||
Version du 17 octobre 2010 à 20:47
/*
Feuille de style globale
Cette page contrôle l'apparence, pour toutes les skins.
Les modifications devant s'appliquer à l'apparence Sambistas seulement doivent aller dans Sambistas.css
*/
/*
** Correction pour le rendu sous Firefox 3.0
*/
#column-content {
width: 99.4%;
float: right;
margin: 0 0 .6em -12.2em;
padding: 0;
}
/*
** fond de page
*/
body {
background: url(http://sambistas.online.fr/images/fonds/fondSambaFr.gif) white;
background-repeat: repeat-y ; /* répétition verticale seulement */
background-position: -5px 0; /* allègement de l'image */
}
/*
** 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: #FFFF80;
}
/* 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;
}

