Différences entre les versions de « Utilisateur:Jluc/monobook.css »
De Entre Amis
| Ligne 9 : | Ligne 9 : | ||
/* =========== Centrage de différents éléments ================== */ | /* =========== Centrage de différents éléments ================== */ | ||
| + | |||
| + | |||
| + | /* ======================= Bord arrondis ======================== */ | ||
| + | /* Cela ne marche qu'avec les navigaturs de la famille mozilla */ | ||
| + | /* dont firefox... */ | ||
| + | /* ============================================================== */ | ||
| + | |||
| + | /* 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 4 mai 2008 à 11:24
/* ========================= Essai ============================== */
div.navigation_cr {
text-align : right;
background : #EEE;
padding : 0px 10px;
font-size : smaller;
}
/* =========== Centrage de différents éléments ================== */
/* ======================= Bord arrondis ======================== */
/* Cela ne marche qu'avec les navigaturs de la famille mozilla */
/* dont firefox... */
/* ============================================================== */
/* 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;
}
