Pour pouvoir importer des images sur le serveur et consulter le wiki sans publicité, vous devez vous connecter.

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

Guild Wars Wiki en français
Aller à la navigation Aller à la recherche
m (Merci Add pour la petite correction^^)
Ligne 75 : Ligne 75 :
  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.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
/* 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.6em}     
/* Tableaux */
table {-moz-border-radius: 0.6em}     
/* 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;
}

Version du 23 janvier 2008 à 20:48

/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
 
.pBody {
   padding: 0.3em 0.3em;
   -moz-border-radius-topright: 0.5em;
}
 
.portlet h5 {
   -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;
}

/************   Modifications récentes  ************/
/* Colorier le nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
.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; }

/************* Bouton rechercher **************/ 
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
	height: 15px;
	width: 86px;
	font-weight: bold;
	color:white;
	background-image: url(http://bodin.samuel.free.fr/skins/monobook/images/search.png);
	background-repeat: no-repeat;
	border: none;
}
  
/************* Bouton consulter **************/
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bold;
	height: 15px;
	width: 85px;
	color:white;
	background-image: url(http://bodin.samuel.free.fr/skins/monobook/images/consulter.png);
	background-repeat: no-repeat;
	border: none;
  }

/************* Bouton rechercher *************/
input#searchInput {
	width: 10.9em;
	font-size: 95%;
	padding: 3px;
	margin: 5px;
	background-color: #F0F0F0;
	color: black;
	-moz-border-radius-topleft: 1em; 
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-bottomright: 1em;
}
input#searchInput:hover,input#searchInput:focus {
	background-color: #FFF;
	color: black;
}
#searchInput ul li:before {
	color: orange;
	content: "\00BB \0020";
}

h1 {
 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.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }

/* 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.6em}       

/* Tableaux */
table {-moz-border-radius: 0.6em}      

/* 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;
}