|
|
| (Une version intermédiaire par le même utilisateur non affichée) |
| Ligne 1 : |
Ligne 1 : |
| − | /* Suppression du logo Facebook (qui me fait ralentir la page :s) */
| |
| − | #fan {
| |
| − | display: none;
| |
| − | }
| |
| | | | |
| − | /* Semi-transparence des éléments de la page */
| |
| − | #footer, #footer a {
| |
| − | background-color: transparent;
| |
| − | }
| |
| − |
| |
| − | #p-Navigation .pBody, #p-Navigation .pBody a {
| |
| − | background-color: transparent;
| |
| − | color: yellow;
| |
| − | }
| |
| − |
| |
| − | #p-Help .pBody, #p-Help .pBody a {
| |
| − | background-color: transparent;
| |
| − | color: yellow;
| |
| − | }
| |
| − |
| |
| − | #p-search .pBody, #p-search .pBody a {
| |
| − | background-color: transparent;
| |
| − | color: yellow;
| |
| − | }
| |
| − |
| |
| − | #p-tb .pBody, #p-tb .pBody a {
| |
| − | background-color: transparent;
| |
| − | color: yellow;
| |
| − | }
| |
| − |
| |
| − | /* Placement des liens utilisateur vers le côté
| |
| − | ATTENTION : Il faut masquer l'image "utilisateur" (avec AdBlock Plus, par exemple, si vous utilisez Firefox) */
| |
| − |
| |
| − | #p-personal {
| |
| − | position:relative;
| |
| − | /* z-index:3;
| |
| − | width: 11.6em; */
| |
| − | background-color: transparent;
| |
| − | /* background-image: url('http://img408.imageshack.us/img408/4781/rhfjdjejda.png'); */
| |
| − | }
| |
| − |
| |
| − | #p-personal .pBody, #p-personal .pBody a {
| |
| − | float:none;
| |
| − | margin:0 0 0.5em;
| |
| − | padding:0;
| |
| − | width:11.6em;
| |
| − | float: none;
| |
| − | overflow: hidden;
| |
| − | font-size: 95%;
| |
| − | border-collapse: collapse;
| |
| − | background-color: transparent;
| |
| − | /* background-image: url('http://img408.imageshack.us/img408/4781/rhfjdjejda.png'); */
| |
| − | border: 1px solid #aaaaaa;
| |
| − | color: yellow;
| |
| − | }
| |
| − |
| |
| − | #pt-userpage { font-weight: bold; }
| |
| − |
| |
| − | #p-personal ul {
| |
| − | /* line-height: 0em;
| |
| − | list-style-type: square;
| |
| − | list-style-image: url("bullet.gif");
| |
| − | font-size:95%;
| |
| − | margin: 0.5em 0 0 1.5em;
| |
| − | padding:0;
| |
| − | text-transform: none;
| |
| − | border: none; */
| |
| − | margin:0.3em 0 0 1.5em;
| |
| − | text-align:left;
| |
| − | padding:0;
| |
| − | font-size:95%;
| |
| − | line-height:1.5em;
| |
| − | list-style-image:url("bullet.gif");
| |
| − | list-style-type:square;
| |
| − | }
| |
| − |
| |
| − | #p-personal li {
| |
| − | display: list-item;
| |
| − | padding:0;
| |
| − | margin: 0 0 0 0;
| |
| − | margin-bottom: 0.1em;
| |
| − | border: none;
| |
| − | }
| |
| − |
| |
| − | /* Bonux général */
| |
| − |
| |
| − | body {
| |
| − | background-image: none;
| |
| − | background-color: #87591A;
| |
| − | }
| |
| − |
| |
| − | h1 {
| |
| − | text-align: center;
| |
| − | color: black;
| |
| − | border-bottom: 2px dotted black;
| |
| − | font-size: 1.8em;
| |
| − | }
| |
| − |
| |
| − | h2 {
| |
| − | text-align: center;
| |
| − | color: black;
| |
| − | border-bottom: 1px dotted black;
| |
| − | font-size: 1.5em;
| |
| − | }
| |
| − |
| |
| − | h3 {
| |
| − | text-align: left;
| |
| − | color: black;
| |
| − | border-bottom: 1px dotted grey;
| |
| − | font-size: 1.2em;
| |
| − | }
| |
| − |
| |
| − | #pub_menu_google {
| |
| − | display: none;
| |
| − | }
| |
| − |
| |
| − | /* '''Afficher les liens déjà visités en une autre couleur''' */
| |
| − | a:visited {
| |
| − | color:Darkgreen;
| |
| − | }
| |
| − |
| |
| − | /************ 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: #277C27; } /* 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; }
| |