]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Fixed incorrect html end tag. Fixed hr and img tags for xhtml conformance.
[SourceForge/phpwiki.git] / phpwiki-heavy.css
1 /* 
2  * $Id: phpwiki-heavy.css,v 1.5 2001-12-27 18:07:43 carstenklapp Exp $
3  *
4  * phpwiki-heavy.css
5  *
6  * This is stuff which should be in phpwiki.css, but which breaks NS4.
7  */
8
9 /* Hide the elements we put in just to get around NS4 bugs. */
10 .ns4bug, DIV.br { display: none; }
11
12 /* This makes spacings in NS4 too big. */
13 .toolbar, DIV.toolbar { margin: 0.5ex 0ex; }
14
15 /* This break NS4, but is necessary for IE4. */
16 DIV.wikitext { width: auto; }
17
18 /* Make Wikilinks inside <B> tags larger. */
19 B .wiki, STRONG .wiki,
20 B .wikipage, STRONG .wikipage
21 { font-size: larger; }
22
23 /* This renders the ? invisible in OW4 */
24 .wikiunknown A, .named-wikiunknown
25 { color: white; background-color: #600; }
26
27 /* Make wikiaction links look like buttons */ 
28 A.wikiaction, A.wikiadmin, INPUT.button
29 {
30  border-style: outset;
31  border-width: thin;
32  color: #006;
33  padding-top: 0ex;
34  padding-bottom: 0ex;
35  padding-left: 0.2em;
36  padding-right: 0.2em;
37 }
38
39 /* Link icons */
40 img.linkicon            { vertical-align: middle; }
41
42 /****************************************************************
43  **
44  ** Diff Output
45  **
46  *****************************************************************/
47 .diff .block div { position: relative; padding-left: 1.5em; } 
48 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
49
50