Jump to content

User:Henrique Diaz/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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;
 

}