diff options
Diffstat (limited to 'static/style/commentary.css')
| -rw-r--r-- | static/style/commentary.css | 45 | 
1 files changed, 45 insertions, 0 deletions
| 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; } | 
