|
|
(12 versions intermédiaires par le même utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
− | /* '''Afficher les liens déjà visités en une autre couleur''' */
| |
− | a:visited {
| |
− | color:Darkgreen;
| |
− | }
| |
| | | |
− | /* 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.9em; }
| |
− | li#mytabs-ca-watch { margin-left: 1.9em; }
| |
− |
| |
− | /* 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.7em}
| |
− |
| |
− | /* Tableaux */
| |
− | table {-moz-border-radius: 0.4em}
| |
− |
| |
− | /* 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;
| |
− | }
| |
− | /* supprimer l'affichage du symbole graphique de lien externe */
| |
− | #bodyContent a[href ^="http://"] {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="gopher://"] {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="https://"], .link-https {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="mailto:"], .link-mailto {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="news://"] {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="ftp://"], .link-ftp {background: url(); padding-right: 0}
| |
− | #bodyContent a[href ^="irc://"], .link-irc {background: url(); padding-right: 0}
| |
− |
| |
− | /************* Contient le titre du menu *************/
| |
− | .pBody{
| |
− | background-color: #FFFFFF ;
| |
− | color:#EDEDED;
| |
− | -moz-border-radius-topleft: 0.3em;
| |
− | -moz-border-radius-bottomleft: 0.3em;
| |
− | -moz-border-radius-topright: 1em;
| |
− | -moz-border-radius-bottomright: 1em;
| |
− |
| |
− | }
| |
− | #p-personal .pBody{
| |
− | background-color: #FFFFFF ;
| |
− | color:#EDEDED;
| |
− |
| |
− | }
| |
− | .portlet h5 {
| |
− | padding-left: 10px;
| |
− | display: inline;
| |
− | height: 100%;
| |
− | font-size: 90%;
| |
− | color: black;
| |
− | width: 100%;
| |
− | border: none;
| |
− | margin: 10px;
| |
− | float: none;
| |
− | overflow: hidden;
| |
− | font-weight: bold;
| |
− | background-image:url(http://bodin.samuel.free.fr/skins/monobook/images/subsite.gif);
| |
− | background-position: left;
| |
− | background-repeat: no-repeat;
| |
− | }
| |
− |
| |
− | li#pt-userpage,
| |
− | li#pt-anonuserpage,
| |
− | li#pt-login {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/user.gif);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− | li#pt-mytalk {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/discussion.gif);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− | li#pt-preferences {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/prf.png);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− | li#pt-watchlist {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/suivie.png);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− | li#pt-mycontris {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/contrib.png);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− | li#pt-logout {
| |
− | background-image: url(http://bodin.samuel.free.fr/skins/monobook/deco.png);
| |
− | background-position: top left;
| |
− | background-repeat: no-repeat;
| |
− | padding-left: 18px;
| |
− | text-transform: none;
| |
− | }
| |
− |
| |
− | .history-user-normal { background-color: #DBDBFF;}
| |
− | .history-user-sysop { background-color: #FFFF99;}
| |
− | .history-user-bot { background-color: #C6FFB3;}
| |
− | .history-user-ip { background-color: #FFCCCC;}
| |