497
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
*/ | /* edit this file to customize the monobook skin for the entire site */ | ||
/* | |||
== Styles == | |||
<pre> */ | |||
/* --- GÉNÉRAL --- */ | /* --- GÉNÉRAL --- */ | ||
Ligne 133 : | Ligne 138 : | ||
} | } | ||
/*</pre> | |||
== Espaces wikisources == | |||
<pre>*/ | |||
/* | /* | ||
'0': 'Article', '1' : 'Discuter' | |||
'2': 'Utilisateur', '3' : 'Discussion utilisateur' | |||
'4': 'Wikisource', '4' : 'Discussion Wikisource' | |||
'6': 'Image', '5' : 'Discuter Image' | |||
'8': 'MediaWiki', '9' : 'Discussion MediaWiki' | |||
'10': 'Modèle', '10' : 'Discuter Modèle' | |||
'12': 'aide', '13' : 'Discuter Aide' | |||
'14': 'categorie' '15' : 'Discuter Catégorie' | |||
'100': 'Transwiki' '101' : 'Transwiki Catégorie' | |||
*/ | |||
/* Couleur par défaut */ | |||
#content { background : white; } /* blanc */ | |||
#p-cactions li { background : white; } | |||
#p-cactions li a { background : white; } | |||
/* Couleur de fond des articles */ | |||
.ns-0 * #content { background : white; } | |||
.ns-0 * #p-cactions li { background : white; } | |||
.ns-0 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages de discussion des articles */ | |||
.ns-1 * #content { background : white; } | |||
.ns-1 * #p-cactions li { background : white; } | |||
.ns-1 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Utilisateur */ | |||
.ns-2 * #content { background : white; } | |||
.ns-2 * #p-cactions li { background : white; } | |||
.ns-2 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages de discussion Utilisateur */ | |||
.ns-3 * #content { background : white; } | |||
.ns-3 * #p-cactions li { background : white; } | |||
.ns-3 * #p-cactions li a { background : white; } | |||
/* Couleur de fond pages Wikisource */ | |||
.ns-4 * #content { background : white; } | |||
.ns-4 * #p-cactions li { background : white; } | |||
.ns-4 * #p-cactions li a { background : #F4F4F4; } | |||
/* Couleur de fond des pages de discussion Wikisource */ | |||
.ns-5 * #content { background : white; } | |||
.ns-5 * #p-cactions li { background : white; } | |||
.ns-5 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Image */ | |||
.ns-6 * #content { background : white; } | |||
.ns-6 * #p-cactions li { background : white; } | |||
.ns-6 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages de discussion Image */ | |||
.ns-7 * #content { background : white; } | |||
.ns-7 * #p-cactions li { background : white; } | |||
.ns-7 * #p-cactions li a { background : white; } | |||
/* Couleur de fond pages MediaWiki */ | |||
.ns-8 * #content { background : #EEEEFF; } | |||
.ns-8 * #p-cactions li { background : #EEEEFF; } | |||
.ns-8 * #p-cactions li a { background : #EEEEFF; } | |||
/* Couleur de fond des pages de discussion MediaWiki */ | |||
.ns-9 * #content { background : white; } | |||
.ns-9 * #p-cactions li { background : white; } | |||
.ns-9 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Modèle */ | |||
.ns-10 * #content { background : white } | |||
.ns-10 * #p-cactions li { background : white } | |||
.ns-10 * #p-cactions li a { background : white } | |||
/* Couleur de fond des pages de discussion Modèle */ | |||
.ns-11 * #content { background : white; } | |||
.ns-11 * #p-cactions li { background : white; } | |||
.ns-11 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Aide */ | |||
.ns-12 * #content { background : white; } | |||
.ns-12 * #p-cactions li { background : white; } | |||
.ns-12 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages de discussion Aide */ | |||
.ns-13 * #content { background : white; } | |||
.ns-13 * #p-cactions li { background : white; } | |||
.ns-13 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Catégorie */ | |||
.ns-14 * #content { background : white; } | |||
.ns-14 * #p-cactions li { background : white; } | |||
.ns-14 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages de discussion Catégorie */ | |||
.ns-15 * #content { background : white; } | |||
.ns-15 * #p-cactions li { background : white; } | |||
.ns-15 * #p-cactions li a { background : white; } | |||
/* Couleur de fond des pages Transwiki */ | |||
.ns-100 * #content { background : #EEFFEE; } | |||
.ns-100 * #p-cactions li { background : #EEFFEE; } | |||
.ns-100 * #p-cactions li a { background : #EEFFEE; } | |||
/* Couleur de fond des pages Discussion Transwiki */ | |||
.ns-101 * #content { background : #F5FFEE; } | |||
.ns-101 * #p-cactions li { background : #F5FFEE; } | |||
.ns-101 * #p-cactions li a { background : #F5FFEE; } | |||
/*</pre>*/ |