]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/sidebar.css
custom navbar for Sidebar theme
[SourceForge/phpwiki.git] / themes / Sidebar / sidebar.css
1 /*
2   $Id: sidebar.css,v 1.3 2002-02-01 19:57:46 carstenklapp Exp $
3 */
4 @import url("../../phpwiki.css");
5
6 #navbar {
7     position: absolute;
8     width:  9em;
9     left: 0.5em;
10     top:    2em;
11     line-height: 1.4;
12 }
13
14 body {
15     margin-left: 13em;
16 }
17
18 #actionbar {
19     position: absolute;
20     width: 9em;
21     left:  1em;
22     top:  14em;
23     line-height: 1.4;
24 }
25
26 /* ie5 mac allows html img align to override this.
27  * This confuses OmniWeb too.
28  */
29 #logo {
30     position: absolute;
31     left: 1em;
32     top:  1em;
33 }
34
35 /* ie5 mac sometimes ignores the bottom position of classes so id is used instead. */
36 #xhtml-validator {
37     position: absolute;
38     left:   1em;
39     bottom: 1em;
40 }
41
42 /* For emacs users
43  *
44  * Local Variables:
45  * mode: c
46  * c-file-style: cc-mode
47  * End:
48  */