MediaWiki:Monobook.css
De Lgmaths.
(Différences entre les versions)
Ligne 18 : | Ligne 18 : | ||
.editsection {font-size: 0.8em; color: gray} | .editsection {font-size: 0.8em; color: gray} | ||
.editsection a {color: gray; margin: 0.5em} | .editsection a {color: gray; margin: 0.5em} | ||
+ | |||
+ | |||
+ | /* styliser la boite de recherche et ses boutons */ | ||
+ | input.searchButton { | ||
+ | background-color: #efefef !important; | ||
+ | border: 1px outset !important; | ||
+ | } | ||
+ | #searchInput { border: 1px inset !important; } |
Version du 3 juillet 2010 à 12:09
/* 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; } /* Rendre plus discret le lien "modifier" */ .editsection {font-size: 0.8em; color: gray} .editsection a {color: gray; margin: 0.5em} /* styliser la boite de recherche et ses boutons */ input.searchButton { background-color: #efefef !important; border: 1px outset !important; } #searchInput { border: 1px inset !important; }