User:Mononoke~enwiki/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Mononoke~enwiki/monobook.js. |
/* onglets en bas de page */
#mytabs {
margin: -0.3em 0 0.5em 11.5em;
white-space:nowrap;
line-height: 1.5em;
overflow: visible;
border-collapse: collapse;
padding: 0 0 0.5em 1em;
list-style: none;
font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
display: inline;
border: 1px solid #aaaaaa;
border-top: none;
padding: 0.2em 0 0.3em 0;
margin: 0 0.3em 0 0;
overflow: visible;
background: white;
}
#mytabs li.selected {
border-color: #fabd23;
padding: 0.2em 0 0.3em 0;
}
#mytabs li a {
background-color: white;
border: none;
padding: 0.3em 0.8em 0 0.8em;
text-decoration: none;
position: relative;
margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#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;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
/* coins ronds */
#mytabs li, #mytabs li a {
-moz-border-radius-bottomleft: 0.4em;
-moz-border-radius-bottomright: 0.4em;
}
/* onglets */
#mytabs li a, #p-cactions li a {color: #aaa;}
#mytabs li a:hover, #p-cactions li a:hover {color: #002bb8;}
#mytabs li.selected a, #p-cactions li.selected a {color: #002bb8 !important;}
#mytabs li.new a, #p-cactions li.new a {color: #ba0000 !important;}
#p-cactions li { padding: 0.1em 0 0.3em 0; }
#p-cactions li.selected { padding: 0.2em 0 0.3em 0; }
/* coins ronds pour mozilla */
#content, #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
input[type="text"], input[type="submit"], textarea, pre, #toc { -moz-border-radius: 2px; }
/* bordures des blocs pre */
#bodyContent pre { border: 1px solid #aaa; }
#content { margin: 2.8em 0 0 12.2em; }
#p-personal li a, #p-personal li a:visited {color: #888; background: transparent;}
#p-personal li a:hover {color: #002bb8; background: transparent;}
/* formulaire de recherche */
#p-search input:focus, #p-search input:hover { background-color: #fff; }
#searchInput {text-align: left; border: 1px solid #aaa; background-color: #eee;}
#p-search .pBody {text-align: left; padding-left: 0.5em}
/* formulaires */
input[type="radio"], input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea { border: 1px solid #aaa !important; }
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important;}
/* augmenter la marge entre la boite d'edition et le resume */
textarea { margin-bottom: 0.8em; }
/* titres de menus et d'onglets avec majuscule initiale */
.portlet h5, #pt-userpage, #pt-anonuserpage, #pt-mytalk, #pt-preferences, #pt-mycontris, #pt-login, #pt-logout, #p-cactions li a {text-transform: none}
/* augmente l'espace sous le logo */
#p-nav {margin-top: 0.8em}
/* titres des boites "navigation", "boite à outils" et "autres langues" en gras */
.portlet h5 {font-weight: bold;}
/* fond des boites "navigation", "boite à outils" et "autres langues" en blanc avec bordure */
.portlet h5 {background: transparent; border: 0}
/* suppression du bouton "Consulter" */
/* input[value = "Consulter"] {display: none} */
/* suppression du lien "Faire un don" */
li#n-sitesupport {display: none}
/* suppression du lien "Une page au hasard" */
/* li#n-randompage {display: none} */
/* suppression du bandeau de bas-de-page */
#footer {display: none}
/* suppression des messages système */
#siteNotice {display:none}
/* suppression de l'avertissement en bas dans la page d'édition */
div#editpage-copywarn {display: none}
/* suppression du lien page d'accueil */
/* #n-mainpage {display: none} */
/* suppression du lien actualites */
/* #n-currentevents {display: none} */
/* suppression du lien aide */
/* #n-help {display: none} */
/* boite categorie */
/* déplace la boite du lien de catégorie */
#catlinks {
border: 1px solid #aaa;
background: #fafafa;
margin: 1em 0 0 0;
padding: 0 0.5em 0 0.5em;
}
/* format le lien de catégorie lui-même */
p.catlinks {
color: #aaa;
font-size:67%;
text-align:left;
text-indent:0;
text-transform: none;
white-space:normal;
}
/* format du lien */
p.catlinks a {
color:#888;
}