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