Utilisateur:Nclm/monobook.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* Allégeons un peu l'ensemble */ 

body {
 background-color: #f2f2f2 !important;
 background-image: none !important;
 }

.pBody ul li, .pBody ul li a {
 background-color: transparent !important;
 border: none !important;
 }

.pBody, h5 {
 background-color: transparent !important;
 border: none !important;
 }

#content {
 background-color: white !important;
 border: none !important;
 }

/* Liens discrets */

a {
 color: dimgray !important;
 }

a:visited {
 color: darkgray  !important;
 }

a:hover, a:focus, a:active {
 color: black !important;
 }

a.new {
 color: firebrick !important;
 }

/* Logo simple */

#p-logo {
 height: 40px !important;
 }

#p-logo a, #p-logo a:hover {
 height: 40px !important;
 background-image: url(http://wwww.nicosmos.net/upload/wikipedia/logo/simple.png) !important;
 }

#p-search {
 top: -50px; 
 }

/* Un champs de recherche un peu plus joli */

.searchButton {
 width: 20px;
 height: 20px;
 border: none;
 font-size: 0 !important;
 background-color: transparent;
 } 

#searchGoButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=Address-book-new.svg&width=20px);
 }

#mw-searchButton {
 background-image: url(http://commons.wikimedia.org/w/thumb.php?f=View-zoom-in.svg&width=20px);
 }

#searchInput {
 display: block;
 border: none;
 -moz-border-radius: 10px;
 padding: 3px 10px;
 margin: 5px auto;
 width: 100px;
 background-color: #e5e5e5;
 }

#searchInput:hover {
 background-color: white;
 border: 1px solid gray;
 padding: 2px 9px;
 }

#searchInput:focus, #searchInput:hover:focus {
 background-color: white;
 border: none;
 padding: 3px 10px;
 }

/* Liste des liens inter-wiki plus court */

#p-lang .pBody ul {   
 max-height: 10em;
 overflow: auto;
 }

/* Suppression de tout un tas de truc */

#editpage-copywarn, #wpSummaryLabel, .editHelp, #footer, .mw-tos-summary {
 display: none;
 }