]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Added mime headers. Added link to PhpWikiBeheer (PhpWikiAdministration) requires...
[SourceForge/phpwiki.git] / phpwiki-heavy.css
1 /* 
2  * $Id: phpwiki-heavy.css,v 1.9 2002-01-26 07:16:11 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 .ns4bug,  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 Wikilinks inside <B> tags larger. */
20 b .wiki, strong .wiki,
21 b .wikipage, strong .wikipage
22 { font-size: larger; }
23
24 /* Make wikiaction links look like buttons */ 
25 a.wikiaction, a.wikiadmin, input.button
26 {
27  border-style: outset;
28  border-width: thin;
29  color: #006;
30  padding-top: 0ex;
31  padding-bottom: 0ex;
32  padding-left: .5em;
33  padding-right: .5em;
34 }
35
36 /* Link icons - This screws up NS4 */
37 img.linkicon            { vertical-align: middle; }
38
39 /****************************************************************
40  **
41  ** Diff Output
42  **
43  *****************************************************************/
44 .diff .block div { position: relative; padding-left: 1.5em; } 
45 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
46
47