/* moin overrides to monobook styles */ /* moin uses #page rather than #content for the main page content. setup #page as #content from the monobook.css and remove margins and paddings from #content */ /* IMPORTS /!\ les imports doivent imperativement se faire avant toute autre regle css !!! */ @import url('/wiki/common/toc/toc.css'); @import url('/wiki/common/boxes/boxes.css'); @import url('/wiki/common/EventCalendar/EventCalendar.css'); @import url('/wiki/common/pagesPersos.css'); /**/ /* on ne change que ce qu'on veut changer */ #tableOfContents { background:transparent url(../img/translucide2.png) repeat; border:1px solid #232323; } pre { overflow:auto; background:transparent url(../img/translucide2.png) repeat; } /* */ /* message set as usermessage from base css */ #message { background:transparent url(../img/translucide2.png) repeat; border:1px solid #232323; margin:0 auto; padding:5px; } .buttons { text-align:right; } /* diff styling copied from modern theme */ /* .diff { width:99%; } .diff-header { font-weight: bold; } .diff-title { background-color: #C0C0C0; } .diff-added { background-color: #E0FFE0; vertical-align: sub; } .diff-removed { background-color: #FFFFE0; vertical-align: sub; } .diff-added span { background-color: #80FF80; } .diff-removed span { background-color: #FFFF80; } /* copied from the modern theme */ #credits, #version, #timings{ margin: 5px 10px; padding: 0; text-align: center; font-size: 0.88em; background-color:transparent; color: #6C7680; font-size: 12px; } #credits li, #timings li { display: inline; padding: 0 2px; margin: 0 4px; } /* We use here dumb css1 ids because of IE suckiness */ #editor-textarea, #editor-comment { width: 100%; } div.codearea { /* the div makes the border */ border: 1px dashed #2f6fab; } /* Search form */ #searchInput { padding: 2px 2px 2px 18px; background: #fff url(../img/q.png) no-repeat 4px center; font: 0.9em "Trebuchet MS", helvetica, sans-serif; border:thin gray solid; margin: 4px 0; }