]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Hawaiian/Hawaiian-heavy.css
just reflowing text
[SourceForge/phpwiki.git] / themes / Hawaiian / Hawaiian-heavy.css
1 /* 
2  * $Id: Hawaiian-heavy.css,v 1.2 2002-01-05 06:17:02 carstenklapp Exp $
3  *
4  * Hawaiian-heavy.css
5  *
6  * This is stuff which should be in Hawaiian.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
22 /* This renders the ? invisible in OW4 */
23 .wikiunknown A, .named-wikiunknown
24 { color: white; background: #600; }
25
26 /* This is obscene in NS4
27 B .wiki, STRONG .wiki { font-size: larger; }
28 */
29
30
31 /* Make wikiaction links look like buttons */ 
32 A.wikiaction, A.wikiadmin, INPUT.button
33 {
34  border-style: outset;
35  border-width: thin;
36  color: #006;
37  padding-top: 0ex;
38  padding-bottom: 0ex;
39  padding-left: 0.2em;
40  padding-right: 0.2em;
41 }
42
43 /* Link icons */
44 img.linkicon        { vertical-align: middle; }
45
46 /****************************************************************
47  **
48  ** Diff Output
49  **
50  *****************************************************************/
51 .diff .block div { position: relative; padding-left: 1.5em; } 
52 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
53
54