]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/sidebar.css
More adjustments to the sidebar positions. The space between the actionbar and the...
[SourceForge/phpwiki.git] / themes / Sidebar / sidebar.css
1 /*
2   $Id: sidebar.css,v 1.5 2002-02-07 21:42:28 carstenklapp Exp $
3 */
4 @import url("../../phpwiki.css");
5
6 #navbar {
7     line-height: 2.5ex;
8     position: absolute;
9     top:    10ex; /*6ex*/
10     width: 11em;
11     left:   1em;
12 }
13
14 body {
15     margin-left: 13em;
16 }
17
18 #actionbar {
19     line-height: 2.5ex;
20     position: absolute;
21     top:   31.5ex; /*31.5ex*/
22     width: 11em;
23     left:   1em;
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:  1ex;
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: 1ex;
40 }
41
42 /* For emacs users
43  *
44  * Local Variables:
45  * mode: c
46  * c-file-style: cc-mode
47  * End:
48  */