]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Hawaiian/Hawaiian-heavy.css
Clean up <br clear="all" style="clear: both;" /> tags.
[SourceForge/phpwiki.git] / themes / Hawaiian / Hawaiian-heavy.css
1 /* 
2  * $Id: Hawaiian-heavy.css,v 1.9 2002-02-11 02:30:10 carstenklapp Exp $
3  *
4  * Hawaiian-heavy.css
5  *
6  * This is stuff which should be in Hawaiian.css, but which breaks NS4.
7  */
8
9 /* This makes spacings in NS4 too big. */
10 .toolbar, div.toolbar { margin: 0.5ex 0ex; }
11
12 /* Link icons */
13 img.linkicon { vertical-align: middle; }
14
15
16 /* This break NS4 (display does not go full width), but is necessary for IE4. */
17 div.wikitext {
18   width: auto;
19   /* NS4 doesn't know about png with transparency so it renders the whole image solid black */
20   background: url("images/tchecker-white.png") repeat;
21 }
22 .wiki-edithelp {
23   /* NS4 doesn't know about png with transparency so it renders the whole image solid black */
24   background: url("images/tchecker-sand.png") repeat;
25 }
26 .wiki-edithelp p {
27   /* NS4 doesn't know about png with transparency so it renders the whole image solid black */
28   background: url("images/tchecker-white.png") repeat;
29 }
30
31
32 /**
33  * Diff Output
34  */
35 .diff .block div { position: relative; padding-left: 1.5em; } 
36 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
37
38
39 /**
40  * Other
41  */
42 div.errors {
43   /* NS4 doesn't know about png with transparency so it renders the whole image solid black */
44   background: url("images/tchecker-sand.png") repeat;
45 }
46 .debug {
47   /* NS4 doesn't know about png with transparency so it renders the whole image solid black */
48   background: url("images/tchecker-sand.png") repeat;
49 }
50