Utilisateur:Elemiah/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.

/*--------------------Elements à ne pas afficher----------------------------------*/
  /*case navigation : "Annonces" "Actualités" "une page au hazard"
    "pour nous contacter" "faire un don" "avertissements"   */
  #n-Annonces, #n-currentevents, #n-randompage, 
  #n-contact, #n-sitesupport, #n-avertissement, #n-aboutwp,
  #n-help, #n-portal, #n-alphindex {
      display:none;
  }
 
  /*case  rechercher : bouton consulter */
  #searchGoButton { display:none; }
 
  /* case boite à outils : "version imprimable" */
  #t-print { display:none; }
  /* Cacher plein de truc inutile */
  /* div#toolbar { display:none } */
  /* div#edittoolsinfo { display:none }*/
  /* div#editpage-copywarn { display:none }
  span.editHelp { display:none } 
  span#wpSummaryLabel { display:none }
  div#nouvel_article { display:none } */
 
 
/* Permet de mettre des liens dans la barre de navigation côte à côte ! */
#p-navigation a {
        display: inline;
}
#p-contribuer a {
        display: inline;
}
 
/*
 * FONTE DES TITRES
 */
 
h1 { font-weight:bold; font-size: 200%; font-family: Times, Fantasy; border-bottom: 1px solid #DDDDDD; }
h2 { font-weight:bold; font-size: 180%; font-family: Times, Fantasy; border-bottom: 1px solid #AAAAAA; }
h3 { font-weight:normal; font-size: 160%; font-family: Times, Fantasy; border-bottom: 1px solid #CCCCCC; }
h4 { font-weight:normal; font-size: 140%; font-family: Times, Fantasy; border-bottom: 1px solid #EEEEEE; }
h5 { font-weight:normal; font-size: 120%; font-family: Times, Fantasy; color:#555555; font-style:italic; }
 
/* Floating sidebar */
 
/*#p-logo         { position:fixed; }
#p-personal     { position:fixed;  top:0em;}
#p-navigation   { position:fixed;  top:12em; }*/
/* #p-goodies   { position:fixed;  top:16.5em; } */
/*#p-support      { position:fixed;  top:28.5em; }
#p-search       { position:fixed;  top:27em; }
#p-tb           { position:fixed;  top:34em; z-index:3; }*/
/* #p-tbx       { position:fixed;  top:35em; z-index:3; } */
/*#p-lang         { top:36em; z-index:3; }
#footer         { display:none; }*/
 
/*--------------------------------------------------------------------------------*/
 
 
/* ------------------------- Pour améliorer les sommaires ------------------------- */
 
 .tocline, .tocindent p {display: inline}
 .tocline:after,  .tocindent a:after {content: " | "}
 .tocline br, .tocindent br {display:none}
 .tocindent {display: inline; margin: 0}
/*--------------------------------------------------------------------------------*/
 
/*******************************************************************/
/* 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;
}
 
/* BEGIN Diff rendering */
/* table.diff {background: #FEFEFE; border: 1px solid #cccccc; padding: 0.5em}
table.diff td {vertical-align: top;}
td.diff-otitle a, td.diff-ntitle a, td.diff-otitle a:visited, td.diff-ntitle a:visited {color: #2153B0;}
td.diff-otitle a:hover, td.diff-ntitle a:hover {text-decoration: underline;}
td.diff-otitle {}
td.diff-ntitle {} */
td.diff-addedline {background:#ffffcc; border: 5px;}
td.diff-addedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80; padding: 2px;
	color: green;
	font-weight: bold;
	}
td.diff-deletedline {background:#ffffcc;}
td.diff-deletedline span.diffchange {
	background: #FFE9CB;
	border: 1px dashed #676F80; padding: 2px;
	color: red;
	font-weight: bold;
	}
td.diff-context {background:#eeeeee;}
.newpage {color: green;	font-weight: bolder;}
/* END Diff rendering */
 
 
/* Décalage pour distinguer les groupes d'onglets */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
 
/* utile aux seuls utilisateurs des divers Mozilla */
#mytabs li, #mytabs li a { 
 -moz-border-radius-bottomleft: 1em;
 -moz-border-radius-bottomright: 1em;
}
 
/* ---------------- */
/* Corps de la page */
/* ---------------- */
 
/* Désactiver l'affichage de l'appel de fonds */
#fundraising { display:none; }
/* #siteNotice hr { height:0; } */
 
/* Modifier l'avertissement de prévisualisation */
.previewnote {
    display:none;
    border-bottom:0;
    padding-bottom:0;
}
 
/* Enlever l'avertissement en bas des pages de modification */
#cpwarn { display:none; }
 
/* Enlever la prévisualisation rapide (je m'en sers pas) */
#wpQuick, #wpHide { display:none; }
 
/* ---------------------------- */
/* Haut de page et pied de page */
/* ---------------------------- */
 
/* Pied de page */
/* li#copyright { display:none; }
li#privacy { display:none; }
li#disclaimer { display:none; } */
 
/* #siteNotice {display: none}
#n-sitesupport {display: none}
#f-disclaimer {display: none}
#t-recentchangeslinked {display: none} */