User:Henrique Diaz/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:Henrique Diaz/monobook.js. |
/* edit this file to customize the monobook skin for the entire site arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
body {background : #FFFFFF;}
a {
text-decoration: none;
color: #36b;
background: none;
}
a:visited {
color: #36b;
}
a:active {
color: #36b;
}
a:hover {
text-decoration: underline;
}
a.stub {
color: #772233;
}
a.new, #p-personal a.new {
color: #772233;
}
a.new:visited, #p-personal a.new:visited {
color: #772233;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
p img {
margin: 0;
}
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: #6495ED;
background: none;
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
h1 { font-size: 200%;
font-family: Times, serif;
font-variant: small-caps;
font-weight: bold;
margin-top: 2%;
}
h2 { font-size: 150%; }
h3, h4, h5, h6 {
border-bottom: dashed 1px;
font-weight: bold;
}
h3 { font-size: 132%; margin-left: 5px;}
h4 { font-size: 116%; margin-left: 5px;}
h5 { font-size: 100%; margin-left: 5px;}
h6 { font-size: 80%; margin-left: 5px;}
#content {background: White; -moz-border-radius: 0.4em;}
#footer{background: #e5f6ff; -moz-border-radius: 0.4em;}
#p-personal li a {
background-color: #e5f6ff;
color:#a6a6a6;
}
#p-personal li a:hover {
background-color: #00BFFF;
color:#ffffff;
text-decoration: none;
}
#p-cactions li a {background: #F8F8FF;}
#p-cactions li.selected a, #p-cactions li a:hover {background-color: white;}
.pBody {background: #F0F8FF; border: none;}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: none;
}
div#p-nav>h5, div#p-search>h5, div#p-tb>h5 {background: #87CEEB; border: none; -moz-border-radius-topright: 1em;}
#p-cactions ul li,
#p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* Arrondir quelques boutons */
#wpSave, #wpSave:hover {-moz-border-radius: 1em}
#wpPreview, #wpPreview:hover {-moz-border-radius: 1em}
.searchButton, .searchButton:hover {-moz-border-radius: 1em}
/* coins arrondis pour les vignettes + effet de relief */
div.thumb div {
border: 1px solid #999;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
-moz-border-radius: 0.6em
}
/* coins arrondis pour les zones de texte préformaté */
pre {-moz-border-radius: 0.6em}
/* coins arrondis pour les tables */
table {-moz-border-radius: 0.6em}
/* Rendre plus discret le lien "modifier" */
.editsection {font-size: 0.8em; color: gray}
.editsection a {color: gray; margin: 0.5em}
/* Popups */ .navpopup {
background-color: #F0F8FF !important;
font-family: sans-serif !important;
color: #404 !important;
-moz-border-radius: 0.6em !important;
}