/* Feuille de style appliquée sur platform/documentation */ #wikipage.trac-content { margin-right: 300px; } #wikipage.trac-content p { margin-right: 25px; } 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: 25px; margin-top: 30px; } h2 { border-style: solid; border-color: #DCDCDC; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999; width: 80%; margin-top: 20px; } h3 { border-style: dotted; border-color: #DCDCDC; border-radius: 0.25em; box-shadow: .1em .1em .6em 0 #999; width: 80%; margin-top: 20px; } 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; } */