diff options
| author | ianb <devnull@localhost> | 2005-07-17 02:01:06 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-07-17 02:01:06 +0000 |
| commit | cd0a79327830df6dd299ea93dd49fdc9436244cb (patch) | |
| tree | e22d800a1208a6ed91626ed8cbf0bac95bf34819 /docs/web/default-site.css | |
| parent | 5a95682c2070005009a709631e66716786493c81 (diff) | |
| download | paste-cd0a79327830df6dd299ea93dd49fdc9436244cb.tar.gz | |
Redesign to display contents more nicely, and move blog off front page (which I didn't really want to do, but blogger was being a PITA)
Diffstat (limited to 'docs/web/default-site.css')
| -rw-r--r-- | docs/web/default-site.css | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/docs/web/default-site.css b/docs/web/default-site.css index b0dfb1c..a7819c8 100644 --- a/docs/web/default-site.css +++ b/docs/web/default-site.css @@ -145,18 +145,37 @@ ol.simple, ul.simple { ul.contents li { list-style: none; + margin: 0; + padding: 0; } ul.contents { - float: right; - border: 1px #f70 solid; + position: fixed; + top: 0px; + right: 0px; + background-color: #fd9; + border-left: 1px solid #f70; + border-bottom: 1px solid #f70; + width: 200px; + padding: 0; margin: 0; - padding: 4px; - background-color: #feb; } ul.contents a { + padding: 2px 1em 2px 1em; display: block; + text-decoration: none; + color: #400; +} + +ul.contents a:hover { + background-color: #f80; + color: #fff; +} + +ul.contents li.header { + padding: 5px 1px 3px 0; + font-weight: bold; } ol.arabic { |
