]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Warn about zip-dump bug in 1.2.0 and 1.2.1.
[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 /* Make wikiaction links look like buttons */ 
22 A.wikiaction, A.wikiadmin, INPUT.button
23 {
24  border-style: outset;
25  border-width: thin;
26  color: #006;
27  padding-top: 0ex;
28  padding-bottom: 0ex;
29  padding-left: 0.2em;
30  padding-right: 0.2em;
31 }
32