Utilisateur:Wiz/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) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/***********************************************************************************/
/*                                                                                 */
/*                        Déplacer les liens de catégorie                          */
/*                                                                                 */
/***********************************************************************************/


/* déplace la boîte des catégories dans le coin en bas à droite de l'écran */

div#catlinks {  
  position:fixed;
  z-index:1;
  border: 2px solid #c0d0d0; 
  border-bottom-style:hidden;
  border-right-style:hidden;
  background: #e0f0f0;
  right:-3px; 
  bottom:-3px;
  max-width:12cm;
  overflow:visible;
  padding:0.3em;
}

p.catlinks {
  color: #888888;
  font-family: Verdana,sans-serif;
  font-size:80%;
  line-height: 1.5em;
  text-align:center;
  text-indent:0;
  text-transform: none;
  text-decoration:none;
  white-space:normal;
}

/***********************************************************************************/
/*                                                                                 */
/*                             Couleurs des liens                                  */
/*                                                                                 */
/***********************************************************************************/

div#column-one a:visited, a:link, a:active {
  color: #0050c0;
  text-decoration:none;
}

div#bodyContent a:visited {
  color: #5090f0;
  text-decoration:none;
}

div#bodyContent a:hover {
  text-decoration:underline;
}


div#bodyContent a.new {
  color: #909010;
}

div#bodyContent a.external {
  color: #30e040;
}

a.interwiki {
  color: #60d0b0;
  text-decoration:none;
}

a.stub {
  color: #772233;
}

/* Couleurs des liens vers les catégories */

div#catlinks a:link, div#catlinks a:active {
  color:#888888;
  text-decoration:none;
}

div#catlinks a:hover, div#catlinks a:focus {
  color:#d0a060;
  text-decoration:none;
}

div#catlinks a:visited {
  color:#a0a0a0;
  text-decoration:none;
}

/***********   Aspect du lien de « page-racine » */
#contentSub {
  font-size: 100%;
  color:#888888;}


/***********   Aspect du lien "modifier" (sections) */
div.editsection, div.editsection a {
  font-size: 0.8em;
  color:#888888;
  text-decoration:none;
}

div#p-personal ul li a {
  text-transform:none;
}

/***********************************************************************************/
/*                                                                                 */
/*                               Titre de la page                                  */
/*                                                                                 */
/***********************************************************************************/

h1.firstHeading  {
  font-family: "Palatino Linotype";
  font-size: 22pt;
  text-align: center;
}

/***********************************************************************************/
/*                                                                                 */
/*                           Indentation des sections                              */
/*                                                                                 */
/***********************************************************************************/

#bodyContent h1 {
  text-align: center;
}

#bodyContent h2 {
  margin-left: 0px;
}

#bodyContent h3 {
  margin-left: 4em;
}

#bodyContent h4 {
  margin-left: 8em;
}

#bodyContent h5 {
  margin-left: 12em;
}

#bodyContent h6 {
  margin-left: 16em;
}


/*textarea {  font-family: "Palatino Linotype";} mauvaise idée ça*/

/****************************************************************/
/*                                                              */
/*                      Style pour les diffs                    */
/*                                                              */
/****************************************************************/
td.diff-context {
  background-color: #f8f8f8;
}

td.diff-deletedline {
  background-color: #faffff;
}

td.diff-addedline {
  background-color: #fafff0;
}

td.diff-deletedline span.diffchange{
  font-size: larger;
  background-color: #30ffff;
  color: #000000;
}


td.diff-addedline span.diffchange{
  font-size: larger;
  background-color: #30ff30;
  color: #000000;
}


/****************************************************************/
/*                                                              */
/*                         Mode Édition                         */
/*                                                              */
/****************************************************************/

/*****      Masquer les mises en garde, ainsi que les modèles   */
div#editpage-copywarn, div#edittoolsinfo, div.templatesUsed {display: none}


/***********************************************/
/* Ajustements de la barre latérale            */
/***********************************************/


/* styliser la boite de recherche et ses boutons */
input.searchButton {
  background-color: #efefef !important;
  border: 1px outset !important;
}
#searchInput {
  border: 1px inset !important;
}


/* titres des boîtes  "navigation", "boîte à outils" et "autres langues" en gras */
.portlet h5 {
  font-weight: bold;
  }


/* suppression du titre "rechercher" */
#p-search h5 {display: none}


/* suppression du bouton "Consulter" */
input[value = "Consulter"] {display: none}


/* non-affichage de certains liens du menu : page au hasard, aide financière, avertissements */
/*#n-randompage, page au hasard : essentiel, je pourrais pas m'en passer !! */
#n-sitesupport, #n-avertissements {display: none}



/*******************************************************************/
/* Arrondir les coins (pour Mozilla)                               */
/*******************************************************************/

/* Onglets du haut */
#p-cactions ul li   {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}
#p-cactions ul li a {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}


/* Onglets du bas */
#mytabs ul li       {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}
#mytabs ul li a     {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}

/* Page principale */
#content            {-moz-border-radius-topleft: 0.4em; -moz-border-radius-bottomleft: 0.4em}
#content            {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}
div.pBody           {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}

/* Boîte de catégorie */
/*#catlinks {-moz-border-radius: 0.6em}  catégories traitées à part*/

/* Boîtes de raccourci */
.boite-raccourci {-moz-border-radius: 0.6em} 

/* Zones de texte préformaté */
pre {-moz-border-radius: 0.6em}       

/* Tableaux */
table {-moz-border-radius: 0.6em}      

/* Vignettes */
div.thumb div {-moz-border-radius: 0.6em}


/* Les boutons aussi : */
/* Sauvegarder, Prévisualiser, Changements en cours */
#wpSave, #wpSave:hover, #wpPreview, #wpPreview:hover, #wpDiff, #wpDiff:hover {
     -moz-border-radius: 0.4em;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
}


/* Rechercher */
.searchButton, .searchButton:hover {
     -moz-border-radius: 0.4em;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
}

/* Recherche */
#searchInput {
     -moz-border-radius: 0.4em;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
}

/* Résumé */
input[name="wpSummary"] {
     -moz-border-radius: 0.4em;
     margin-top: 0.5em;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
}

/***********************************************************************************/
/*                                                                                 */
/*                    Affichage de certaines boîtes et liens                       */
/*                                                                                 */
/***********************************************************************************/

/*******************************************************************/
/* Effets de relief                                                */
/*******************************************************************/

/* Pour les vignettes */
div.thumb div {
     border: 1px solid #999;
     border-right: 2px solid #999;
     border-bottom: 2px solid #999;
}


/* Pour les zones de texte préformaté */
pre {
     border: 1px solid #2f6fab;
     border-right: 2px solid #2f6fab;
     border-bottom: 2px solid #2f6fab;
     background: #d0f090;
}


/********************************************/
/*  arrière-plan pour le code               */
/********************************************/
code {
      background-color: #a0e0ff;
}     /* marre de la grisaille ! */


/***********************************************************************************/
/*                                                                                 */
/*                           Masquer la boîte de navigation                        */
/*                                                                                 */
/***********************************************************************************/
#p-navigation {display: none}


/***********************************************************************************/
/*                                                                                 */
/*                         Affichage (ou non) de messages                          */
/*                                                                                 */
/***********************************************************************************/

/* désactiver l'affichage du message d'information de la fondation Wikimedia */
#siteNotice {display: none}


/* désactivation de l'appel de fonds */
#fundraising {display: none}


/* désactiver le message "nouvel article" en mode Édition */
#nouvel_article {display: none}


/* Affichage plus discret de la notification de message */
/*
.usermessage {background-color: transparent; border: 0; font-weight: normal;
margin: 0 0 1em 0; padding: 0 0 0.5em 0; border-bottom: 1px solid #999}
*/

/* non-affichage de la phrase « Un article de Wikipédia, l'encyclopédie libre. » */
/* non-visible sur le wiki français, mais visible dans d'autres langues */
#siteSub {display: none}


/* supprimer l'affichage du symbole graphique de lien externe */
#bodyContent a[href ^="http://"] {background: url(); padding-right: 0}


/* Écrémage du pied de page */
/* Il ne reste plus que la date de dernière modification */
#footer {background-color: transparent; border: 0}
#f-poweredbyico {display: none}
#f-copyrightico {display: none}
li#f-copyright {display: none}
li#f-about {display: none}
li#f-disclaimer {display: none}



/***********************************************************************************/
/*                                                                                 */
/*                    Affichage de certaines boîtes et liens                       */
/*                                                                                 */
/***********************************************************************************/


/***********   Table des matières */
.tocline, .tocindent p {display: inline}
.tocline:after,  .tocindent a:after {content: " | "}
.tocline br, .tocindent br {display:none}
.tocindent {display: inline; margin: 0}


/***********   Visualisation des smileys */
.emoticon {display: inline}



/*******************************************************************/
/* Doublement des onglets en bas de page (voir aussi monobook.js)  */
/*******************************************************************/

#mytabs {
   margin: -0.3em 0 0  11.5em;
   white-space:nowrap;
   line-height: 1.1em;
   overflow: visible;
   border-collapse: collapse;
   padding: 0 0 0 1em;
   list-style: none;
   font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
   display: inline;
   border: 1px solid #aaaaaa;
   border-top: none;
   padding: 0.1em 0 0 0;
   margin: 0 0.3em 0 0;
   overflow: visible;
   background: White;
}
#mytabs li.selected {
   border-color: #fabd23;
   padding: 0.2em 0 0 0;
}
#mytabs li a {
   background-color: White;
   color: #1100FF;
   border: none;
   padding: 0.3em 0.8em 0 0.8em;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
   z-index: 3;
   text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
   padding-left: 0.4em;
   padding-right: 0.4em;
}
/* Décalage pour distinguer les groupes d'onglets */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }


/***********************************************************************************/
/*                                                                                 */
/*             Couleurs d'arrière-plan pour chaque type de pages                   */
/*                                                                                 */
/***********************************************************************************/


/* Classes à modifier, pour qui ne veut pas de couleur pour les pages spéciales... */
/* .ns-6, .ns-10 et .ns-14 actuellement non modifiées dans /wiki/MediaWiki:Monobook.css */


/***********   Articles */ 
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {background: #ffffff}


/***********   Pages de discussion des articles */
.ns-1 * #content, .ns-1 * #p-cactions li, .ns-1 * #p-cactions li a {background: #f0e0b0}


/***********   Pages Utilisateur */
.ns-2 * #content, .ns-2 * #p-cactions li, .ns-2 * #p-cactions li a {background: #d0ffff}


/***********   Pages de discussion Utilisateur */
.ns-3 * #content, .ns-3 * #p-cactions li, .ns-3 * #p-cactions li a {background: #d0f0f0}


/***********   Pages Wikipédia */
.ns-4 * #content, .ns-4 * #p-cactions li, .ns-4 * #p-cactions li a {background: #f0e0a0;}


/***********   Pages de discussion Wikipédia */
.ns-5 * #content, .ns-5 * #p-cactions li, .ns-5 * #p-cactions li a {background: #f0c0a0;}


/***********   Pages Image */
.ns-6 * #content, .ns-6 * #p-cactions li, .ns-6 * #p-cactions li a {background: #ffffd0;}


/***********   Pages de discussion Image */
.ns-7 * #content, .ns-7 * #p-cactions li, .ns-7 * #p-cactions li a {background: #fff0d0;}


/***********   Pages MediaWiki */
.ns-8 * #content, .ns-8 * #p-cactions li, .ns-8 * #p-cactions li a {background: #ffffff;}


/***********   Pages de discussion MediaWiki */
.ns-9 * #content, .ns-9 * #p-cactions li, .ns-9 * #p-cactions li a {background: #ffffff;}


/***********   Pages Modèle */
.ns-10 * #content, .ns-10 * #p-cactions li, .ns-10 * #p-cactions li a {background: #f0ff70;}


/***********   Pages de discussion Modèle */
.ns-11 * #content, .ns-11 * #p-cactions li, .ns-11 * #p-cactions li a {background: #f0f060;}


/***********   Pages Aide */
.ns-12 * #content, .ns-12 * #p-cactions li, .ns-12 * #p-cactions li a {background: #f0f0f0;}


/***********   Pages de discussion Aide */
.ns-13 * #content, .ns-13 * #p-cactions li, .ns-13 * #p-cactions li a {background: #f0e0e0;}


/***********   Pages Catégorie */ 
.ns-14 * #content, .ns-14 * #p-cactions li, .ns-14 * #p-cactions li a {background: #d0ffd0;}


/***********   Pages de discussion Catégorie */
.ns-15 * #content, .ns-15 * #p-cactions li, .ns-15 * #p-cactions li a {background: #d0f0c0;}



/***********************************************************************************/
/*                                                                                 */
/*                     Indentations des pages de discussion                        */
/*                                                                                 */
/***********************************************************************************/




/* pour désactiver fond et bordure des discussions indentées dans les pages de discussion */
.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl
{ border: none}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl 
{ background-color: transparent }

.ns-1 dl dl, .ns-3 dl dl, .ns-5 dl dl, .ns-7 dl dl, .ns-9 dl dl, .ns-11 dl dl, .ns-13 dl dl, .ns-15 dl dl
{ background-color: transparent }

.ns-1 dl dl dl, .ns-3 dl dl dl, .ns-5 dl dl dl, .ns-7 dl dl dl, .ns-9 dl dl dl, .ns-11 dl dl dl, .ns-13 dl dl dl, .ns-15 dl dl dl 
{ background-color: transparent }

.ns-1 dl dl dl dl, .ns-3 dl dl dl dl, .ns-5 dl dl dl dl, .ns-7 dl dl dl dl, .ns-9 dl dl dl dl, .ns-11 dl dl dl dl, .ns-13 dl dl dl dl, .ns-15 dl dl dl dl
{ background-color: transparent }

.ns-1 dl dl dl dl dl, .ns-3 dl dl dl dl dl, .ns-5 dl dl dl dl dl, .ns-7 dl dl dl dl dl, .ns-9 dl dl dl dl dl, .ns-11 dl dl dl dl dl, .ns-13 dl dl dl dl dl, .ns-15 dl dl dl dl dl
{ background-color: transparent }

.ns-1 dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl
{ background-color: transparent }

.ns-1 dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl, 
.ns-11 dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl
{ background-color: transparent }

.ns-1 dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl
{ background-color: transparent }

.ns-1 dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl 
{ background-color: transparent }

.ns-1 dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl
{ background-color: transparent }

/* fin du listing de désactivation */


/***********************************************************************************/
/*                                                                                 */
/*                                 Divers                                          */
/*                                                                                 */
/***********************************************************************************/



/* légère marge et bordure à droite pour le bloc de contenu */
#content {margin-right: 0.5em; border-right: 1px solid #aaaaaa}


/* maintien de la "capitalisation" normale */
.portlet h5, #p-cactions li a {text-transform: none}
#mytabs ul li a {text-transform: none}
#pt-userpage, #pt-anonuserpage, #pt-login, #pt-logout {text-transform: none}
#pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris {text-transform: none}