Différences entre les versions de « MediaWiki:Monobook.css »

4 861 octets supprimés ,  7 mai 2007 à 11:37
aucun résumé de modification
Ligne 368 : Ligne 368 :
}
}


/* Divers */
/* APPARENCE DES MESSAGES D'ALERTE */
.alerte {
  padding:0.2em;
  background:#FFFFDD;
  margin-bottom:0.4em;
  font-style: italic;
}
.alerte2 {
  padding:0.2em;
  background:#FFB6C1;
  margin-bottom:0.4em;
  font-style: italic;
}


/* Style des boites de l'accueil */
/* Style des boites de l'accueil */
Ligne 400 : Ligne 383 :
   -moz-border-radius-topleft: 0.5em;
   -moz-border-radius-topleft: 0.5em;
}
}
/* Classes pour portails modulaires */
/* une case typique pour portail modulaire */
.portailCase {
  border: 1px solid #aaaaaa;
  display: block;
  margin: 5px 0;
  padding:0px;
  padding-bottom:1px;
  vertical-align: top;
  width: 100%;
}
/* le titre de cette case, apparaissant sur un fond différent */
.portailCase h2 {
  font-weight:bold;
  font-size:100%;
  margin:0 0;
  margin-bottom:5px;
  padding:4px;
  text-align:center;
}
/*le lien editer (en bas) tout à droite */
.portailLienEdition {
  display:block;
  font-size:x-small;
  text-align:right;
  clear:both;
}
/*la classe suivantes est destinee a remplacer la classe portailCase */
.portailCase_v2 {
  border:1px solid #AAAAAA;
  color:#000000;
  font-size:100%;
}
h2.portailCase_v2 {
  font-weight:bold;
  margin:0px;
  padding:3px;
  text-align:center;
}
div.portailCase_v2 {
  border-top:0px solid white;
  margin-bottom:1ex;
  padding:5px 5px 0 5px;
}
/* enlever les liens modifer (encadrez la zone de <div class=noeditsection></div>). Voir notamment [[Portail:Biologie/Les articles]] */
div.noeditsection div.editsection {
  display: none;
}
/************************************************************/
/* styles pour changer la couleur de liens (encadrez les liens de <div class=lienNoir></div>). Voir notamment [[Portail:Biologie/Les articles]] */
.lienNoir a {
  color: black;
}
.lienNoir a:visited {
  color: #707070;
}
/************************************************************/
/*div.thumb div { background:none; }
div.thumb div div { background:rgb(249, 249, 249); }*/
/************************/
/* styles CommonsTicker */
/************************/
/* liens */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
/* suppression des puces des listes */
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
/* styles par types */
.tickerEntry_deleted    { }  /* entry for image deletion */
.tickerEntry_restored    { }  /* entry for restored image */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed    { }  /* entry for generic change */
/* styles par statut */
.tickerStatus_done, .tickerStatus_fait, .tickerStatus_traite { text-decoration:line-through; } /* barre une entrée traitée */
/* styles par actions */
.tickerAction_deleted:before    { content:" SUPPRIMÉ "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before    { content:" RESTAURÉ "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_replaced:before    { content:" REMPLACÉ "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_replacedOwn:before { content:" MÀJ "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_addedBad:before    { content:" +PàS "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_removedBad:before  { content:" -PàS "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
/* liste d'utilisation */
.tickerUsage  { font-size:80%; } 
/* entry applies to a template used by multiple images */
.tickerTemplateEntry    { font-weight: bold; }
/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry        { }                     
/* divers styles */
.tickerMinorEntry  { color:#666; }    /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }