Version 51 (modified by labetoulle, 11 years ago) (diff) |
---|
/* Feuille de style appliquée sur platform/documentation */
#wikipage.trac-content:not(h1, h2, h, h4, h5) {
margin-right: 300px; padding-right: 50px;
} /* #wikipage.trac-content p, #wikipage.trac-content li {
margin-right: 50px;
} */ h1 {
font-size: 25px; font-family: Arial, Helvetica, sans-serif; color: grey; background-color: #EEEEEE; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999;
/* width: 100%;*/
padding: 0.2em 0.5em; margin-top: 30px; margin-right: 25px;
}
h2 {
border-style: solid; border-color: #DCDCDC; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999;
/* width: 80%;*/
padding: 0.2em 0.5em; margin-top: 20px; margin-right: 25px;
}
h3 {
border-style: dotted; border-color: #DCDCDC; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999;
/* width: 80%;*/
padding: 0.2em 0.5em; margin-top: 20px; margin-right: 25px;
}
blockquote:not(.citation) p {
width: 80%; background: #f6f6f6; padding: 1em; margin: 1em; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999;
}
.wiki-toc {
position: fixed; top: 300px; right: 25px; width: 250px;
}
.wiki-toc ol, .wiki-toc-inline ol {
list-style-type: none;
} /* notebox-warn p, p..notebox-tip p, .notebox-note p {
width: 200px; border-radius: 1em;
} */