X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Feasyweb.css;h=330f3abc0389a7fbc8eb85c3648732e21667cd66;hb=79f907772aef608a83338589f64c10a901889b5c;hp=574ede72fca4879a77b89699b2b86edc57397f2e;hpb=a4a6d811563406c446e4bcbdc6cf0d692bd9c219;p=cocanwiki.git diff --git a/html/_css/easyweb.css b/html/_css/easyweb.css index 574ede7..330f3ab 100644 --- a/html/_css/easyweb.css +++ b/html/_css/easyweb.css @@ -1,6 +1,61 @@ /* Stylesheet for EWM. - * $Id: easyweb.css,v 1.1 2004/09/08 17:07:24 rich Exp $ + * $Id: easyweb.css,v 1.5 2004/09/25 13:17:00 rich Exp $ */ /* Based on the standard stylesheet. */ -@import url("/_css/standard.css"); \ No newline at end of file +@import url("/_css/standard.css"); + +body { + margin-top: 4em; + margin-left: 8em; +} + +/* Make the top menu disappear. It's only appropriate for wikis. */ +ul#topmenu { + display: none; +} + +/* This div surrounds the bottom menu and edit menu. + * Put those menus on the right, and revert it to a list style. + */ +div#menu_div { + position: absolute; + + margin: 0px; + padding: 0px; + border: 0px; + + top: 3em; + left: 0px; + width: 7.5em; +} + +ul#bottommenu { + list-style-type: square; +} + +ul#bottommenu li { + display: list-item; + + padding-left: 0px; + margin-left: 2px; + border-left: none; + margin-bottom: 0.7em; +} + +ul#editmenu { + margin-top: 4em; + + list-style-type: square; + + font-size: 0.8em; +} + +ul#editmenu li { + display: list-item; + + padding-left: 0px; + margin-left: 2px; + border-left: none; + margin-bottom: 0.7em; +}