]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Completely rebuilt stylesheet from ground up. Check out the new calendar (requires...
[SourceForge/phpwiki.git] / phpwiki-heavy.css
1 /* 
2  * $Id: phpwiki-heavy.css,v 1.12 2002-02-10 11:05:40 carstenklapp Exp $
3  *
4  * phpwiki-heavy.css
5  *
6  * This is stuff which should be in phpwiki.css, but which breaks NS4.
7  * Margins and padding on in-line elements are generally bad for NS4.
8  */
9
10 /* Hide the elements we put in just to get around NS4 bugs. */
11 div.br { display: none; }
12
13 /* This makes spacings in NS4 too big. */
14 .toolbar, div.toolbar { margin: 0.5ex 0ex; }
15
16 /* This break NS4, but is necessary for IE4. */
17 div.wikitext { width: auto; }
18
19 /* Make wikiaction links look like buttons */ 
20 a.wikiaction, a.wikiadmin, input.button {
21  border-style: outset;
22  border-width: thin;
23  color: #006;
24  padding-top: 0ex;
25  padding-bottom: 0ex;
26  padding-left: .5em;
27  padding-right: .5em;
28 }
29
30 /* Link icons - This screws up NS4 */
31 img.linkicon            { vertical-align: middle; }
32
33 /**
34  * Diff Output
35  */
36 .diff .block div {
37  position: relative;
38  padding-left: 1.5em;
39
40 .diff .prefix {
41  position: absolute;
42  left: 0em;
43  top: 0;
44 }
45