]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MacOSX/MacOSX-heavy.css
New background image
[SourceForge/phpwiki.git] / themes / MacOSX / MacOSX-heavy.css
1 /* 
2  * $Id: MacOSX-heavy.css,v 1.3 2002-01-05 16:12:19 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 /* Link icons */
24 img.linkicon            { vertical-align: middle; }
25
26 /****************************************************************
27  **
28  ** Diff Output
29  **
30  *****************************************************************/
31 .diff .block div { position: relative; padding-left: 1.5em; } 
32 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
33
34