--- trunk/web/iwf/docs/iwf.css 2005/11/14 16:16:57 54 +++ trunk/web/iwf/docs/iwf.css 2005/11/15 14:29:45 55 @@ -1,6 +1,36 @@ body { color:black; } + +h1 { + font-size:28px; +} + +h2 { + font-size:24px; + padding: 15px 3px 3px 3px; +} + +h3 { + font-size:20px; + background-color:navy; + color: white; + padding: 3px 3px 3px 3px; +} + +h4 { + font-size:16px; +} + +pre { + padding-top: 5px; + border-top: 1px solid grey; + padding-left: 5px; + border-left: 1px solid grey; + padding-bottom: 5px; + border-bottom: 1px solid grey; +} + .menu { text-align:left; @@ -30,19 +60,14 @@ padding:2px 10px 2px 10px; width:120px; text-align:center; - text-decoration: none; + text-decoration:none; cursor: hand; color:navy; float:left; font-weight:bold; } -.menu a:active { - color:red; -} - .menu a:link, .menu a:active, .menu a:visited { - color:navy; } .menu a:hover { @@ -50,15 +75,14 @@ font-weight:bold; text-decoration:none; background-color:white; - color:black; } .menuBlock { position:absolute; border:1px solid grey; width:100px; - left:10px; - top:105px; + left:-200px; + top:85px; height:24px; opacity:0.25; filter:alpha(opacity:25); @@ -67,18 +91,20 @@ .menuBlock2 { position:absolute; background-color:lightgrey; + overflow:hidden; width:50px; - left:10px; - top:105px; + left:-200px; + top:85px; height:10px; - opacity:0.75; - filter:alpha(opacity:75); +} + +.sidebar { + text-align:center; } .content { - width:500px; - left:50px; - padding:15px 5px 5px 5px; - margin-top:5px; -/* border-top:2px solid lightgrey; */ + width:400px; + height:200px; + overflow:scroll; + padding:5px 5px 5px 5px; } \ No newline at end of file