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

@media print { 
  #mytabs { 
   display: none
  } 
 }
 
 @media screen {
  #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: #005189;
    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;
  }
 }
 /* offsets to distinguish the tab groups */
 li#mytabs-ca-talk { margin-right: 1.6em; }
 li#mytabs-ca-watch { margin-left: 1.6em; }
 
 /* comment out if bottom tabs should be rounded as well in moz */
 /* utile aux seuls utilisateurs des divers Mozilla */
 /* #mytabs li, #mytabs li a { 
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
 }*/
 
 
*/
 
.mw-plusminus-pos { color: #00B000; } /* vert */
.mw-plusminus-neg { color: #FF2050; } /* rouge */
.mw-plusminus-null { color: #999999; } /* gris */
 
/* couleur plus discrète pour le symbole de modification non vérifiée, dans les modifications récentes ou la liste de suivi, au lieu du rouge agressif */
span.unpatrolled { color: #999 }
 
/*
 
*/
 
.portlet li, li.IW {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
li.AdQ {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/fr/4/4c/Icone_AdQ.png");
}
li.BA {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png");
}
 
/*
 
 
loadJs('Utilisateur:Spooky/JSScripts/Navigation popups');
popupFixDabs = true;
 
 
#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; }
 
#p-lang .pBody ul{   
    height: 6em;
    overflow: auto;
}
 
/* transformer la barre utilisateur en boîte */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}
 
#p-personal .pBody {
    width: 10.8em;
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}
 
#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");
 
    font-size:95%;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
 
#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}
 
/* supprime l'icône à côté du nom d'utilisateur */
li#pt-userpage { background: none }
 
 
@media print { 
  #mytabs { 
   display: none
  } 
 }
 
 @media screen {
  #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: #005189;
    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;
  }
 }
 /* offsets to distinguish the tab groups */
 li#mytabs-ca-talk { margin-right: 1.6em; }
 li#mytabs-ca-watch { margin-left: 1.6em; }
 
 /* comment out if bottom tabs should be rounded as well in moz */
 /* utile aux seuls utilisateurs des divers Mozilla */
 /* #mytabs li, #mytabs li a { 
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
 }*/
 
/*****
** styles for Template:Creator (use on commons.wikimedia)
*****/ 
 table.creator    { background-color:#F0F0FF; text-align:left; border-collapse:collapse; }
 table.creator th { background-color:#E0E0EE; vertical-align:top; }
 table.creator td { background-color:#F0F0FF; vertical-align:top; }
 table.creator td.creator-name { font-weight:bold; }
 
 
/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
 
.pBody {
   padding: 0.3em 0.3em;
   -moz-border-radius-topright: 0.5em;
}
 
.portlet h5 {
   text-transform:none;
   font-variant:normal;
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
 
/* Style sur la page d'accueil */
.boite-accueil-haut {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
 
/*Style pour les images en "thumb" */
div.thumb {
    -moz-border-bottom-colors: transparent;
    -moz-border-left-colors: transparent;
    -moz-border-right-colors: transparent;
    -moz-border-top-colors: transparent;
}