From b148bab8f549792f19ae0256c00c282f29e061dc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Mar 2007 01:09:52 -0800 Subject: much work; comments working for photos, static content moved, more --- static/style/commentary.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ static/style/default.css | 4 ---- static/style/git_browse.css | 2 +- 3 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 static/style/commentary.css (limited to 'static/style') diff --git a/static/style/commentary.css b/static/style/commentary.css new file mode 100644 index 0000000..584e6f1 --- /dev/null +++ b/static/style/commentary.css @@ -0,0 +1,45 @@ +#commentary { + background-color: #b7c6ff; + border-top: 2px solid #000000; } + +#commentary p { + margin-left: 15px; } +#commentary h3 { + font-style: italic; + padding-left: 280px; + width: 100%; } +#commentary hr { + border-color: #b7c6ff; } +#commentary form textarea { + width: 640px; + padding: 2px; + border: 1px solid black; + height: 120px; } +#commentary form input { + padding: 2px; + border: 1px solid black; + margin-top: 3px; +} +#commentary form input.submit { + margin-top: 4px; + margin-right: 19px; + float: right; + border: 1px solid black; + width: 180px; } + +#commentary table { + width: 93%; + margin-left: 15px; + border-spacing: 0px 6px; } +#commentary table td.comment_info { + width: 115px; + vertical-align: top; + padding-right: 8px; + font-style: italic; + font-size: 11px; + text-align: right; } +#commentary table td.comment_content { + border-left: 3px solid #3756af; + padding-left: 10px; } +#commentary table span.comment_headline { + font-weight: bold; } diff --git a/static/style/default.css b/static/style/default.css index 1a3a938..513f064 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -205,10 +205,6 @@ table.listing td.date { table.listing td.description { overflow: hidden; } -#commentary { - background-color: #a9afdc; - background-color: #c7c6ff; - border-top: 2px solid #000000; } #top_bar { height: 22px; background-color: #993333; diff --git a/static/style/git_browse.css b/static/style/git_browse.css index 2772a07..6c3fb48 100644 --- a/static/style/git_browse.css +++ b/static/style/git_browse.css @@ -8,7 +8,7 @@ pre.large { table.gitbrowser { width: 100%; - border-spacing: 0px; + border-spacing: 0px 2px; font-size: 11px; } table.gitbrowser tr { width: 100%; -- cgit v1.2.3