Utilisateur:Khardan/monobook.css

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

/* pas de logo, les boites sont remontées d'autant */
#p-logo { display: none }
#column-one { padding-top: 0; }
 
.emoticon {display: inline}
 
/* Sommaires */ 
/*.tocline, .tocindent p {display: inline}
.tocline:after,  .tocindent a:after {content: " | "}
.tocline br, .tocindent br {display:none}
.tocindent {display: inline; margin: 0}
*/
 
/* Désactiver les messages système (demande de fonds, etc.) */
siteNotice {display:none}
 
/******************************************************************/
/* moving catlinks to the right                                   */
/******************************************************************/
 
/* déplace la boite du lien de catégorie */
#catlinks {  
  position:absolute;
  z-index:1;
  border: 1px solid #aaaaaa; 
  /*background: #fafaff;*/ 
  right:1em; 
  top:-0.25em;
  width:45.5em;
  float:right;
  margin: 0.2em;
  padding:0.2em;
}
 
/* format le lien de catégorie lui-même */
p.catlinks {
  /*color: #aaaaaa;*/
  font-family: Verdana,sans-serif;
  font-size:85%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}
 
/* format du lien */
p.catlinks a {
  /*color:#888888;*/
}
.portlet h7 { 
    background: #FFF36F;
}