]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/sidebar.css
New theme with sidebar navigation and actions
[SourceForge/phpwiki.git] / themes / Sidebar / sidebar.css
1 /*
2   $Id: sidebar.css,v 1.1 2002-02-01 18:07:50 carstenklapp Exp $
3 */
4 @import url("../../phpwiki.css");
5
6 #navbar {
7         width: 4em;
8 position: absolute;
9 left: 0.5em;
10 line-height: 1.4;
11          }
12 body { margin-left: 10em;
13       }
14 #actionbar {
15         width: 4em;
16 position: absolute;
17 left: 1em;
18 top: 9em;
19 line-height: 1.4;
20
21          }
22 .xhtml-validator {
23 position: absolute;
24 left: 1em;
25 bottom: 1em;
26 }
27
28 /* For emacs users
29  *
30  * Local Variables:
31  * mode: c
32  * c-file-style: cc-mode
33  * End:
34  */