]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Changed 'thin' to 1px for Mac IE 5.1, which renders 'thin' lines as other browsers...
[SourceForge/phpwiki.git] / phpwiki-heavy.css
1 /**
2  * $Id: phpwiki-heavy.css,v 1.13 2002-02-11 14:46:32 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
20 /**
21  * Links
22  */
23
24 /* Make wikiaction links look like buttons */ 
25 a.wikiaction, a.wikiadmin, input.button {
26   border: 1px outset #006;
27   padding-top: 0;
28   padding-bottom: 0;
29   padding-left: .5em;
30   padding-right: .5em;
31 }
32 /* QuestionMark */
33 .wikiunknown a, .named-wikiunknown {
34   font-size: smaller;
35   border: 1px outset black;
36   padding-left:  1px;
37   padding-right: 1px;
38   padding-top: 1px;
39   margin-right: 1px;
40 }
41 /* Link icons - This screws up NS4 */
42 img.linkicon { vertical-align: middle; }
43
44
45 /**
46  * Diff Output
47  */
48 .diff .block div {
49   position: relative;
50   padding-left: 1.5em;
51
52 .diff .prefix {
53   position: absolute;
54   left: 0;
55   top:  0;
56 }
57