The "easyweb" (ie. EWM) alternative stylesheet now displays the
[cocanwiki.git] / html / _css / easyweb.css
1 /* Stylesheet for EWM.
2  * $Id: easyweb.css,v 1.2 2004/09/09 10:16:19 rich Exp $
3  */
4
5 /* Based on the standard stylesheet. */
6 @import url("/_css/standard.css");
7
8 body {
9   margin-top: 4em;
10   margin-left: 8em;
11 }
12
13 /* Make the top menu disappear.  It's only appropriate for wikis. */
14 ul#topmenu {
15   display: none;
16 }
17
18 /* Put the bottom menu on the right, and revert it to a list style. */
19 ul#bottommenu {
20   position: absolute;
21
22   margin: 0px;
23   padding: 0px;
24   border: 0px;
25
26   top: 4em;
27   left: 10px;
28   width: 7.4em;
29
30   list-style-type: square;
31 }
32
33 ul#bottommenu li {
34   display: list-item;
35
36   padding-left: 0px;
37   margin-left: 8px;
38   border-left: none;
39   margin-bottom: 0.7em;
40 }
41
42 /* Edit menu. */
43 ul#editmenu {
44   position: absolute;
45
46   margin: 0px;
47   padding: 0px;
48   border: 0px;
49
50   top: 24em;
51   left: 10px;
52   width: 7.4em;
53
54   list-style-type: square;
55 }
56
57 ul#editmenu li {
58   display: list-item;
59
60   padding-left: 0px;
61   margin-left: 8px;
62   border-left: none;
63   margin-bottom: 0.7em;
64 }