
/* Custom styles for Confluence (included for all themes by default) */

body, p, td, table, tr, th, .bodytext, .stepfield {
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
}

.wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li, .panelContent {
    font-size: 12px;
}

/* Taille de la police dans les cadres {code} */
.pdl .syntaxhighlighter {
    font-size: 12px !important;
    line-height: 15px!important;
}

.pdl .syntaxhighlighter code {
    font-size: 12px !important;
    line-height: 15px!important;
}

.pdl .syntaxhighlighter div {
    font-size: 12px !important;
    line-height: 15px!important;
}

/* Pour réduire les marges dans les cadres {code} */
.pdl .syntaxhighlighter table td.code .container {
    margin-top: 5px!important;
    padding-bottom: 5px!important;
}
.pdl .codeContent .syntaxhighlighter > table td:first-child {
    padding-left: 5px!important;
}

/* Pour ne pas avoir de barre de scroll sous Chrome */
.syntaxhighlighter {
    overflow: inherit!important;
}


