1/****************************************************************************** 2 ******************************** ATTENTION ********************************* 3 DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES! 4 ****************************************************************************** 5 If you want to add some own screen CSS, have a look at the README of this 6 template and "/user/screen.css". You have been warned! 7 *****************************************************************************/ 8 9/* This file get loaded by a conditional comment. The style.ini is not used as 10 DokuWiki's internal CSS handling stumbles upon most of these Internet 11 Explorer specific browser hacks and corrections. */ 12 13* html .dokuwiki div#tmpl_sidebar { 14 padding-top: 28px; /* fix MSIE 6 - if we can't kill the top margin of 15 headlines, we move the sidebar. Better than nothing. */ 16} 17 18legend { 19 #font-family: Arial,Helvetica,'Liberation Sans',sans-serif; /* fix MSIE 6/7 */ 20} 21 22* html pre, 23* html code { 24 width: 100%; /* fix MSIE 6 */ 25} 26 27.dokuwiki table.inline { 28 #border: 1px solid #606060; /* fix MSIE 6/7 */ 29} 30 31* html div#pagewrap { 32 width: 890px; /* fix MSIE 6 */ 33} 34 35#tmpl_header #tmpl_header_nav ul li.level1 { 36 background-color: #000; /* fix MSIE 6 */ 37} 38 39#tmpl_header #tmpl_header_nav #tmpl_header_nav_search { 40 padding-top: 13px\9; /* Fix MSIE 6,7,8 */ 41} 42 43#tmpl_footer { 44 #zoom: 1; /* fix MSIE 6/7 */ 45} 46 47* html .dokuwiki div.toc span.toc_open, 48* html .dokuwiki div.toc span.toc_close { 49 border-color: #fff; /* fix MSIE 6 */ 50} 51 52* html div.insitu-footnote { 53 width: 40%; /* fix MSIE6 */ 54} 55 56.dokuwiki input.button, 57.dokuwiki button.button { 58 #line-height: 1em; /* fix MSIE 6, 7 */ 59} 60* html .dokuwiki input.button, 61* html .dokuwiki button.button { 62 height: 28px; /* fix MSIE 6 */ 63} 64 65* html .dokuwiki textarea.edit { 66 width: 100%; /* fix MSIE 6 */ 67} 68 69.dokuwiki #wiki__editbar .editButtons, 70.dokuwiki #wiki__editbar .summary { 71 #display: block; /* Fix MSIE 6, 7 */ 72 #margin-top: 25px; 73} 74 75/* bureaucracy plugin */ 76.dokuwiki form.bureaucracy__plugin fieldset { 77 border-style: solid\9; /* fix MSIE 6/7/8 */ 78} 79