Utilisateur:Delhovlyn/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.
/* Alternance gris/blanc dans liste de suivi + RC */
.mw-line-even
  {
  background-color: #F5F5F5;
  }

/* Justification du texte */
.ns-0 #bodyContent > p, .ns-2 #bodyContent > p, .ns-12 #bodyContent > p, .ns-100 #bodyContent > p
  {
  text-align: justify;
  }

/* Crochets autour des références :
.cite_crochet { display: inline; } */

/* Parenthèses ou autres : */
sup.reference a:before { content:"("; }
sup.reference a:after  { content:")"; }

/* Ne pas afficher le message « La page a été ajoutée à votre liste de suivi... »
## Marche plus, le "display:block" est maintenant dans un style inline =( */
div#mw-js-message.mw-js-message-watch { display: none; }

/* Liens inter-langues dans liste déroulante si trop long */
#p-lang .pBody
  {
  max-height: 300px;
  overflow: auto;
  }

/* Liens vers redirections */
a.mw-redirect { border-bottom: 1px dotted green; }

/* Selflinks */
strong.selflink { border-bottom: 1px solid red; }

/* Indentation des titres de sections */
h3 .mw-headline {margin-left: 1em;}
h4 .mw-headline {margin-left: 2.5em;}
h5 .mw-headline {margin-left: 4em;}
h6 .mw-headline {margin-left: 5em;}

/*** TOC ***/
#toc, .toc, .mw-warning
  {
  border: 1px dotted #aaa;
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 95%;
  margin-left:15px;
  }
#toc h2, .toc h2
  {
  display: inline;
  border-bottom: 1px solid #aaa;
  padding:0px;
  font-size: 110%;
  font-weight: bold;
  font-variant:small-caps;
  }
.toc #toctitle
  {
  text-align: left !important;
  position: relative;
  padding-right: 80px;
  }

#toc ul, .toc ul
  {
  list-style-type: circle;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 15px;
  text-align: left;
  }
#toc ul ul, .toc ul ul { margin: 0 0 0 2em; }

#toc .toctoggle, .toc .toctoggle
  {
  font-size: 80%;
  position: absolute;
  right: 5px;
  top: 0px;
  }
#toc .toctoggle:before, .toc .toctoggle:before
  {
  content:"\2192";
  padding-right:3px;
  }

/* Certains onglets en gris */
#ca-move a, #ca-watch a, #ca-unwatch a, #ca-purge a, #ca-stats a { color:#aaa !important; }

#p-personal ul li:hover { background-color:#FFFFFF; }

/* Listes de définitions */
dt
  {
  font-weight: bold;
  margin-bottom: 0.1em;
  padding: 0px 0px 1px 3px ;
  border-bottom:1px #D9D9D9 dotted;
  border-left:1px #D9D9D9 dotted;
  width:40%;
  margin-top:20px;
  margin-left:5px;
  }