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 13legend { 14 #font-family: 'Droid Sans','Liberation Sans',Arial,Helvetica,sans-serif; /* fix MSIE 6/7 */ 15} 16* html pre, 17* html code { 18 width: 100%; /* fix MSIE 6 */ 19} 20 21.dokuwiki table.inline { 22 #border: 1px solid #606060; /* fix MSIE 6/7 */ 23} 24#tmpl_footer { 25 #zoom: 1; /* fix MSIE 6/7 */ 26} 27* html .dokuwiki div.toc span.toc_open, 28* html .dokuwiki div.toc span.toc_close { 29 border-color: #fff; /* fix MSIE 6 */ 30} 31 32 33.dokuwiki input.button, 34.dokuwiki button.button { 35 #line-height: 1em; /* fix MSIE 6, 7 */ 36} 37* html .dokuwiki input.button, 38* html .dokuwiki button.button { 39 height: 28px; /* fix MSIE 6 */ 40} 41 42 43* html .dokuwiki textarea.edit { 44 width: 100%; /* fix MSIE 6 */ 45} 46 47 48/* bureaucracy plugin */ 49.dokuwiki form.bureaucracy__plugin fieldset { 50 border-style: solid\9; /* fix MSIE 6/7/8 */ 51} 52