]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - phpwiki-topbottombars.css
First checkin of Roland Trique's French pgsrc translation.
[SourceForge/phpwiki.git] / phpwiki-topbottombars.css
1 /**
2  * $Id: phpwiki-topbottombars.css,v 1.4 2002-02-12 07:27:57 carstenklapp Exp $
3  *
4  */
5 @import url("phpwiki.css");
6
7
8 /**
9  * General settings
10  */
11 body{
12   padding-top: 2.5em;
13   padding-bottom: 9ex;
14 }
15 div.wikitext { margin-top: 6ex; }
16
17
18 /**
19  * Common toolbar settings
20  */
21 div.toolbar {
22   background: ivory;
23   margin: 0px;
24   padding: 0px;
25   position: fixed;
26   left:  0px;
27   right: 0px;
28   padding-top:    1ex;
29   padding-bottom: 1ex;
30   padding-left:  1em;
31   padding-right: 1em;
32 }
33 hr.toolbar {
34   display: none;
35 }
36
37
38 /**
39  * Navbar
40  */
41 div#navbar {
42   top: 0px;
43   padding-top: 1.5ex;
44   border-bottom: 1px solid #b2b2b2;
45 }
46 div#navbuttons {
47   padding-bottom: 1ex;
48 }
49
50
51 /**
52  * Actionbar
53  */
54 div#actionbar {
55   border-top: 1px solid #b2b2b2;
56   /* kludge for Mozilla */
57     bottom: -1ex;
58     padding-bottom: 0ex;
59 }
60 div#actionbuttons {
61   /* For IE5.1Mac, workaround the Mozilla kludge */
62   padding-bottom: 1ex;
63 }
64 p.editdate { margin-bottom: 0.5ex; }
65
66
67 /* For emacs users
68  *
69  * Local Variables:
70  * mode: c
71  * c-file-style: cc-mode
72  * End:
73  */