Aller au contenu

Utilisateur:Gérard Mendes/Monobook.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
#content { background : #F8FCFF; }  // bleu ciel
#p-cactions li { background : #F8FCFF; }
#p-cactions li a { background : #F8FCFF; }

/* 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 : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* 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 : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond pages Wikipédia  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Couleur de fond des pages de discussion Wikipédia */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages de discussion Image */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/* 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 : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages de discussion Modèle */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Couleur de fond des pages Aide */
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }

/* Couleur de fond des pages de discussion Aide */
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background : #FFEEEE; }

/* Couleur de fond des pages de discussion Catégorie */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/* les nombre impairs sont discuter xxx (ou discussion xxx)
 '0': 'article',
 '2': 'utilisateur',
 '4': 'wikipedia',
 '6': 'image',
 '8': 'mediawiki',
 '10':   'modèle',
 '12':   'aide',
 '14':   'categorie'
*/

/* pour armoniser les exposant */
.exposant { vertical-align: text-top; }

/* correction du bug de bordure blanche en attendant une mise a jour du site */
div.floatleft, table.floatleft
{
    float: left;
    position: relative;
    margin: 0, 0.5em, 0.5em, 0;
    border: 0;
}

div.floatright, table.floatright
{
    clear: right;
    float: right;
    position: relative;
    margin: 0, 0, 0.5em, 0.5em;
    border: 0;
}
/*
div.thumb
{
    margin-bottom: 0.5em;
    border: 0;
    width: auto;
}

div.tright
{
    clear: right;
    float: right;
    margin: 0.5em, 0, 0.8em, 1.4em;
    border: 0
}

div.tleft
{
    float: left;
    margin: 0.5em, 1.4em, 0.8em, 0;
    border: 0;
}
*/
table.egyleft
{
    float: right; 
    margin: 0.5em 0.5em 1em 1em; 
    border: 1px solid #ccccaa; 
    background: #efefdd; 
    text-align: center; 
    width: 170px;
}

/* Forcer le logo par defaut sur les pages encyclopediques */
//body.ns-0 div#p-logo a { background-image: url(/upload/7/7e/Wiki_original.png) !important; }

/* Import de la palette de navigation de de: */
 
div.BoxenVerschmelzen, div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     font-size:95%;
}

div.BoxenVerschmelzen div.NavFrame {
     border-style:none;
     border-style:hidden;
}

div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
}

div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
}

div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
}

div.NavFrame p {
     font-size:100%;
}

div.NavFrame div.NavContent {
     font-size:100%;
}

div.NavFrame div.NavContent p {
     font-size:100%;
}

div.NavEnd {
     margin:0px;
     padding:0px;
     line-height:1px;
     clear:both;
}

/* Styles temporaires pour [[Prise de décision/Harmonisation des messages d'avertissement]] */

div.alerte#style1 { padding:0.5em; }
div.alerte#style2 { padding:0.5em; background:#FFFFDD; }
div.alerte#style3 { padding:0.5em; border:solid 1px #808080; background:#F0F0F0; }
div.alerte#style4 { padding:0.5em; background-color:#f7f8ff; border:1px solid #8888aa; border-right-width:2px; border-bottom-width:2px; }
div.alerte#style5 { padding:0.5em; border: 1px red dashed; }
div.alerte#style6 { padding:0.5em; background: peachpuff; border: 1px solid #cdcdcd; }
div.alerte#style7 { padding:0.5em; border:dotted 1mm red; }
div.alerte#style8 { padding:0.5em; border:dotted 1mm red; background:yellow; }
div.alerte#style9 { padding:0.5em; background:#f0f0ff; }

/* Localisation en francais des images en bas de l'interface */
/*
div#f-poweredbyico img { display:none; }
div#f-poweredbyico a { background-image:url(http://upload.wikimedia.org/wikipedia/fr/3/38/Poweredby_mediawiki_88x31-sfrancois.png); }
div#f-copyrightico img { display:none; }
div#f-copyrightico a { background-image:url(http://upload.wikimedia.org/wikipedia/fr/b/b7/Wikimedia-button1-sfrancois.png); }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}