MediaWiki:Chameleon.css : Différence entre versions
De Bayoen ! (wiki)
| Ligne 67 : | Ligne 67 : | ||
#content { | #content { | ||
| − | padding-left: | + | padding-left: 8px; |
| − | padding-right: | + | padding-right: 8px; |
| + | |||
| + | border-color: #eee; | ||
| + | border-width: 1px; | ||
| + | border-left-style: solid; | ||
| + | border-right-style: solid; | ||
| − | |||
| − | |||
-webkit-border-image: | -webkit-border-image: | ||
| − | -webkit-gradient(linear, 0 0, 0 100%, from(rgba( | + | -webkit-gradient(linear, 0 0, 0 100%, from(rgba(91, 192, 222, 1)), to(rgba(0, 0, 0, 0))) 1 100%; |
| + | |||
-webkit-border-image: | -webkit-border-image: | ||
| − | -webkit-linear-gradient(rgba( | + | -webkit-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%; |
| + | /* | ||
-o-border-image: | -o-border-image: | ||
| − | + | -o-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%; | |
| + | |||
-moz-border-image: | -moz-border-image: | ||
| − | + | -moz-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%; | |
| + | */ | ||
} | } | ||
Version du 9 mars 2014 à 11:44
.spoiler {
color: #d9edf7;
}
.spoiler div {
visibility: hidden;
}
.spoiler:before {
content: "SPOILER (cliquez sur cette section pour révéler le contenu)";
color: #31708f;
background-color: #FFF;
margin-left: -16px;
margin-top: -16px;
float: left;
padding-left: 8px;
padding-right: 8px;
border-color: inherit;
border-right-style: solid;
border-bottom-style: solid;
border-width: 1px;
position: inherit;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: x-small;
}
.thumb {
border-style: solid;
border-width: 1px 3px 1px 3px;
padding: 8px;
margin: 8px;
background-color: #d9edf7;
border-color: #5bc0de;
color: #31708f;
font-size: smaller;
text-align: center;
}
ul.gallery {
text-align: center;
}
.gallerytext > p {
text-align: center;
}
li.gallerybox div.thumb {
text-align: center;
border: 1px solid #5bc0de;
border-left-width: 3px;
border-right-width: 3px;
border-top-style: none;
border-bottom-style: none;
background-color: #d9edf7;
margin: 2px;
}
#p-contentnavigation > li > ul > li > a {
font-size: smaller;
}
#p-contentnavigation {
margin-top: 10px;
}
#content {
padding-left: 8px;
padding-right: 8px;
border-color: #eee;
border-width: 1px;
border-left-style: solid;
border-right-style: solid;
-webkit-border-image:
-webkit-gradient(linear, 0 0, 0 100%, from(rgba(91, 192, 222, 1)), to(rgba(0, 0, 0, 0))) 1 100%;
-webkit-border-image:
-webkit-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%;
/*
-o-border-image:
-o-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%;
-moz-border-image:
-moz-linear-gradient(rgba(91, 192, 222, 1), rgba(0, 0, 0, 0)) 1 100%;
*/
}
body > hr:nth-child(2) {
margin-bottom: 0px;
}
.p-tb {
min-height: 0px;
margin-top: -8px;
margin-bottom: 0px;
}
.toc {
margin-right: -13px;
margin-left: -13px;
}
