]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/phpwiki-topbottombars.css
Add semi-colon at end of lines
[SourceForge/phpwiki.git] / themes / default / phpwiki-topbottombars.css
1 /**
2  * $Id$
3  *
4  */
5 @import url("phpwiki.css");
6
7
8 /**
9  * General settings
10  */
11 body {
12   padding-top: 9ex;
13   padding-bottom: 9ex;
14 }
15
16
17 /**
18  * Common toolbar settings
19  * Note that div.toolbar is used for other toolbars besides
20  * #navbar and #actionbar, such as in editpage and removepage
21  */
22 div#header, div#footer {
23   background: #FFFFF0; /* ivory */
24   margin: 0px;
25   padding: 0px;
26   position: fixed;
27   left:  0px;
28   right: 0px;
29   padding-top:    1ex;
30   padding-bottom: 1ex;
31   padding-left:  1em;
32   padding-right: 1em;
33 }
34 hr.toolbar {
35   display: none;
36 }
37
38
39 /**
40  * Navbar
41  */
42 div#header {
43   top: 0px;
44   padding-top: 1.5ex;
45   border-bottom: 1px solid #b2b2b2;
46 }
47 div#navbuttons {
48   padding-bottom: 1ex;
49 }
50
51 /**
52  * Actionbar
53  */
54 div#footer {
55   border-top: 1px solid #b2b2b2;
56   /* kludge for Mozilla */
57     bottom: -1ex;
58     padding-bottom: 0ex;
59 }
60 p.editdate { margin-bottom: 0.5ex; }
61
62 /* For emacs users
63  *
64  * Local Variables:
65  * mode: c
66  * c-file-style: cc-mode
67  * End:
68  */