X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Feasyweb.css;h=433c36d85581a3c96df3770ce9c5423b4e545ea4;hb=7a02751aeab9d8fca3ab5cad76f364951cf2c272;hp=34a2dce6021f3e15bef1606bad9cc759b41cc277;hpb=f054b44b03109a462a1eb86d20b381ed2cff0a16;p=cocanwiki.git diff --git a/html/_css/easyweb.css b/html/_css/easyweb.css index 34a2dce..433c36d 100644 --- a/html/_css/easyweb.css +++ b/html/_css/easyweb.css @@ -1,9 +1,9 @@ /* Stylesheet for EWM. - * $Id: easyweb.css,v 1.2 2004/09/09 10:16:19 rich Exp $ + * $Id: easyweb.css,v 1.6 2004/10/18 13:34:21 rich Exp $ */ /* Based on the standard stylesheet. */ -@import url("/_css/standard.css"); +@import url("standard.css"); body { margin-top: 4em; @@ -15,18 +15,22 @@ ul#topmenu { display: none; } -/* Put the bottom menu on the right, and revert it to a list style. */ -ul#bottommenu { +/* 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: 4em; - left: 10px; - width: 7.4em; + top: 3em; + left: 0px; + width: 7.5em; +} +ul#bottommenu { list-style-type: square; } @@ -34,31 +38,24 @@ ul#bottommenu li { display: list-item; padding-left: 0px; - margin-left: 8px; + margin-left: 2px; border-left: none; margin-bottom: 0.7em; } -/* Edit menu. */ ul#editmenu { - position: absolute; - - margin: 0px; - padding: 0px; - border: 0px; - - top: 24em; - left: 10px; - width: 7.4em; + margin-top: 4em; list-style-type: square; + + font-size: 0.8em; } ul#editmenu li { display: list-item; padding-left: 0px; - margin-left: 8px; + margin-left: 2px; border-left: none; margin-bottom: 0.7em; }