summaryrefslogtreecommitdiffstats
path: root/c3hl/css/msie.css
blob: 6aea98601c0826fef0fa60657899364e63be40e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*  msie.css - MoinMoin MS Internet explorer bug workarounds */

/* IE6 and IE7 both suck with :before */
a.www { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; }
a.http { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; }
a.https { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; }
a.file { padding-left: 19px; background: url(../img/moin-ftp.png) left center no-repeat; }
a.ftp { padding-left: 19px; background: url(../img/moin-ftp.png) left center no-repeat; }
a.nntp { padding-left: 19px; background: url(../img/moin-news.png) left center no-repeat; }
a.news { padding-left: 19px; background: url(../img/moin-news.png) left center no-repeat; }
a.telnet, a.ssh { padding-left: 19px; background: url(../img/moin-telnet.png) left center no-repeat; }
a.irc, a.ircs  { padding-left: 19px; background: url(../img/moin-telnet.png) left center no-repeat; }
a.mailto { padding-left: 19px; background: url(../img/moin-email.png) left center no-repeat; }
a.attachment { padding-left: 19px; background: url(../img/moin-attach.png) left center no-repeat; }
a.badinterwiki { padding-left: 19px; background: url(../img/moin-inter.png) left center no-repeat; }
a.interwiki { padding-left: 19px; background: url(../img/moin-inter.png) left center no-repeat; }
#message .warning { padding-left: 21px; background: url(../img/alert.png) left center no-repeat; }
#message .error { padding-left: 21px; background: url(../img/icon-error.png) left center no-repeat; }

#pagetrail li, #pagelocation li {
    border-left: 1px solid #AAA;
    padding: 0 0.3em;
}

/* Spans for line-anchors - needed for IE6 and IE7 where omitting the "display: none" triggers rendering bugs. */
span.anchor { display: none; }

/* Some * html hacks for IE6 and below only (IE7 ignores * html) */

/* IE6 has a bug with rendering of float elements. We workaround this bug by
 * assigning those elements a height attribute because we currently don't know
 * a better solution. This results in IE calculating the correct height of the
 * characters and displaying them correctly. We don't know any negative side
 * effects of this workaround:
 */
* html div#page, * html div#header { height: 0.001%; }