X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/d987453434efe64f9333c1ec67dc2dfd003b4900..ea07b61ca29ec3ad3c048a258b8a6472bf679da7:/media/style/main.css diff --git a/media/style/main.css b/media/style/main.css index 56ecd36..f97ddf2 100644 --- a/media/style/main.css +++ b/media/style/main.css @@ -12,6 +12,7 @@ body #page { margin-right: auto; font-size: 100%; border: thin solid #000000; + border-radius: 1em; } body #page #headerbar { @@ -138,6 +139,8 @@ body #page #footer { background: #9a9a9a; color: black; border-top: thin solid #000000; + border-bottom-left-radius: 1em; + border-bottom-right-radius: 1em; } body #page #footer p { @@ -190,3 +193,42 @@ dl dt { #content ul li p.first { margin: 0; } + +div.comments { + border-top: 1px solid #afafaf; +} + +div.comments h3 { + margin-top: 0.2em; + padding-top: 0; +} + +div.comments div.comment { + border-bottom: 1px solid #afafaf; +} + +div.comment_new p label { + width: 25%; + padding-right: 0.7em; + text-align: right; + display: block; + float: left; + vertical-align: top; +} + +div.comment_new p label:after { + content: ":"; +} + +div.comment_new p input[type="text"] { + width: 30em; +} + +div.comment_new p textarea { + width: 25em; +} + +div.comments a[name="comments"] { + text-decoration: none; + display: none; +}