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/* buttons */
14div.dokuwiki input.button,
15div.dokuwiki button.button {
16  #line-height: 1em; /* fix MSIE 6, 7 */
17}
18
19div.dokuwiki button.toolbutton {
20  height: 22px\9; /* fix MSIE 6, 7, 8 */
21}
22/* media manager popup */
23* html.popup #media__manager {
24  height: 465px; /* fix MSIE 6 */
25}
26/* MSIE 7: renders the anchor in headlines in two lines?! */
27*:first-child+html div#content .dokuwiki h1 a,
28*:first-child+html div#content .dokuwiki h2 a,
29*:first-child+html div#content .dokuwiki h3 a {
30  display: inline-block;
31}
32*:first-child+html div#content .dokuwiki h1 a {
33  padding-bottom: 2px;
34}
35*:first-child+html div#content .dokuwiki h2 a,
36*:first-child+html div#content .dokuwiki h3 a {
37  padding-bottom: 1px;
38}
39/* MSIE 7: media manager */
40*:first-child+html #mediamanager__page .panelContent li {
41  list-style: none !important;
42  list-style-image: none !important;
43}
44*:first-child+html #mediamanager__page .panelContent ul.thumbs dl {
45  margin-left: 0;
46}
47/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
48textarea,
49.dokuwiki #dw__editform textarea.edit {
50  /* fix scrollbar flickers in IE8 standards mode, see
51     http://j.mp/bHExde and http://j.mp/ad7Abj for details */
52  width: 450px\9;
53  max-width: 100%\9;
54  min-width: 100%\9;
55  /* overwrite original monobook with fixes for IE6/7 */
56  #width: 100% !important;
57  border: auto;
58}
59/* MSIE 6/7: admin menu icons  */
60.dokuwiki ul.admin_tasks li div.li {
61  #font-weight: bold;
62  #border-left: 1px dashed __background__; /* invisible border triggers IE to render the stuff */
63}
64/* MSIE 6/7: take care about hiding the bottom border when tab is selected */
65#p-cactions .selected,
66#p-cactions .selected a,
67#p-cactions .selected span {
68  #padding-bottom: 0.17em;
69}
70
71