]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-modern-heavy.css
New theme with sidebar navigation and actions
[SourceForge/phpwiki.git] / phpwiki-modern-heavy.css
1 /* 
2  * $Id: phpwiki-modern-heavy.css,v 1.4 2002-01-16 20:04:04 carstenklapp Exp $
3  *
4  * phpwiki-modern-heavy.css
5  *
6  * This is stuff which should be in phpwiki-modern.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 break NS4, but is necessary for IE4. */
13 div.wikitext { width: auto; }
14
15 /* Link icons */
16 img.linkicon { vertical-align: middle; }
17 img.rssicon  { vertical-align: baseline; }
18
19 /****************************************************************
20  **
21  ** Diff Output
22  **
23  *****************************************************************/
24 .diff .block div { position: relative; padding-left: 1.5em; } 
25 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
26