X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fstandard.css;h=f672529a7a3a538ef42d462929cb9c86252b8a34;hb=4a1e5fc5b42ca3e44ec10079aac57e6d9cd16879;hp=c53955f86551acc330124adfae8a836a95a40b15;hpb=d70cec18a8cd4532373818b5f3d35318366dcc6f;p=cocanwiki.git diff --git a/html/_css/standard.css b/html/_css/standard.css index c53955f..f672529 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.12 2004/10/09 15:46:29 rich Exp $ + * $Id: standard.css,v 1.14 2004/10/10 16:48:25 rich Exp $ */ body { @@ -281,6 +281,50 @@ div#form_div p.edit_link { display: none; } +/* Navigation area. + * The navigation_space_div reserves the space for the div and appears + * at the beginning of the page (but is empty). + */ +div#navigation_space_div { + float: right; + width: 10em; + height: 20em; + border: 1px solid #ccc; + background: #fff; + margin-left: 1em; +} + +div#navigation_div { + position: absolute; + right: 1em; + top: 6em; + width: 10em; + height: 20em; +} + +div#navigation_div h2 { + font-size: 70%; + position: relative; + top: -1.5em; + left: 1.5em; + border: 1px solid #ccc; + padding-top: 2px; + background: #fff; + display: inline; +} + +div#navigation_div h3 { + margin-left: 1em; + margin-top: -0.5em; + font-size: 70%; +} + +div#navigation_div ul { + font-size: 70%; + margin-top: -1em; + margin-left: -1em; +} + /* Calendar extension. */ table.cal_month { border-collapse: collapse; @@ -448,6 +492,8 @@ table.cal_day a.cal_day_right { /* Hide the navigation. */ div#search_div { display: none; } + div#navigation_div { display: none; } + div#navigation_space_div { display: none; } ul#topmenu { display: none; } div#menu_div { display: none; } p.edit_link { display: none; }