Différences entre les versions de « Utilisateur:Ratchet Ranger/monobook.css »

m
aucun résumé de modification
m
m
 
(8 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
/* '''Afficher les liens déjà visités en une autre couleur''' */
a:visited {
  color:Darkgreen;
}
/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
.pBody {
.pBody {
   padding: 0.3em 0.3em;
   padding: 0.3em 0.3em;
Ligne 57 : Ligne 61 :
margin: 5px;
margin: 5px;
background-color: #F0F0F0;
background-color: #F0F0F0;
color: 1px solid #3C3F3E;
color: black;
-moz-border-radius-topleft: 1em;  
-moz-border-radius-topleft: 1em;  
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomleft: 1em;
Ligne 65 : Ligne 69 :
input#searchInput:hover,input#searchInput:focus {
input#searchInput:hover,input#searchInput:focus {
background-color: #FFF;
background-color: #FFF;
color: 1px solid #3C3F3E;
color: black;
}
}
#searchInput ul li:before {
#searchInput ul li:before {
Ligne 75 : Ligne 79 :
  font-family: Comic Sans MS;
  font-family: Comic Sans MS;
  }
  }
#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.9em; }
li#mytabs-ca-watch { margin-left: 1.9em; }
/* Onglets du haut */
#p-cactions ul li  {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}
#p-cactions ul li a {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}
/* Onglets du bas (si activés) */
#mytabs ul li      {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}
#mytabs ul li a    {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}
/* Page principale */
#content            {-moz-border-radius-topleft: 0.4em; -moz-border-radius-bottomleft: 0.4em}
#content            {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}
div.pBody          {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}
/* Boîte de catégorie */
#catlinks {-moz-border-radius: 0.6em} 
/* Boîtes de raccourci */
#raccourci {-moz-border-radius: 0.6em}
/* Zones de texte préformaté */
pre {-moz-border-radius: 0.7em}     
/* Tableaux */
table {-moz-border-radius: 0.4em}     
/* Vignettes */
div.thumb div {-moz-border-radius: 0.6em}
/* Les boutons aussi : */
/* Sauvegarder */
#wpSave, #wpSave:hover {
    -moz-border-radius: 0.4em;
    border-right: 2px solid #2f6fab;
    border-bottom: 2px solid #2f6fab;
}
/* Prévisualiser */
#wpPreview, #wpPreview:hover {
    -moz-border-radius: 0.4em;
    border-right: 2px solid #2f6fab;
    border-bottom: 2px solid #2f6fab;
}
/* Rechercher */
.searchButton, .searchButton:hover {
    -moz-border-radius: 0.4em;
    border-right: 2px solid #2f6fab;
    border-bottom: 2px solid #2f6fab;
}
/* Recherche */
#searchInput {
    -moz-border-radius: 0.4em;
    border-right: 2px solid #2f6fab;
    border-bottom: 2px solid #2f6fab;
}
/* Résumé */
input[name="wpSummary"] {
    -moz-border-radius: 0.4em;
    margin-top: 0.5em;
    border-right: 2px solid #2f6fab;
    border-bottom: 2px solid #2f6fab;
}
/* supprimer l'affichage du symbole graphique de lien externe */
#bodyContent a[href ^="http://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="gopher://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="https://"], .link-https {background: url(); padding-right: 0}
#bodyContent a[href ^="mailto:"], .link-mailto {background: url(); padding-right: 0}
#bodyContent a[href ^="news://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="ftp://"], .link-ftp {background: url(); padding-right: 0}
#bodyContent a[href ^="irc://"], .link-irc {background: url(); padding-right: 0}
/************* Contient le titre du menu *************/
.pBody{
background-color: #FFFFFF ;
color:#EDEDED;
-moz-border-radius-topleft: 0.3em;
-moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
#p-personal .pBody{
background-color: #FFFFFF ;
color:#EDEDED;
}
.portlet h5 {
padding-left: 10px;
display: inline;
height: 100%;
font-size: 90%;
color: black;
width: 100%;
border: none;
margin: 10px;
float: none;
overflow: hidden;
font-weight: bold;
background-image:url(http://bodin.samuel.free.fr/skins/monobook/images/subsite.gif);
background-position: left;
background-repeat: no-repeat;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/user.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
li#pt-mytalk {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/discussion.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
li#pt-preferences {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/prf.png);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
li#pt-watchlist {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/suivie.png);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
li#pt-mycontris {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/contrib.png);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
li#pt-logout {
background-image: url(http://bodin.samuel.free.fr/skins/monobook/deco.png);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
text-transform: none;
}
.history-user-normal { background-color: #DBDBFF;}
.history-user-sysop { background-color: #FFFF99;}
.history-user-bot { background-color: #C6FFB3;}
.history-user-ip { background-color: #FFCCCC;}
Moderateur
1 943

modifications