]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-heavy.css
Explained first-time error msg for a system with no dbm installed.
[SourceForge/phpwiki.git] / phpwiki-heavy.css
1 /* 
2  * $Id: phpwiki-heavy.css,v 1.6 2002-01-16 18:12:34 dairiki 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