X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..ea07b61ca29ec3ad3c048a258b8a6472bf679da7:/media/style/main.css diff --git a/media/style/main.css b/media/style/main.css index 9ce5361..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 { @@ -113,7 +114,8 @@ body #page #content #submenu ul li a:visited { text-decoration: none; } -body #page #headerbar #menu ul li { +body #page #headerbar #menu ul li, +body #page #content #submenu ul li { padding-left: 1em; padding-right: 1em; } @@ -137,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 { @@ -147,3 +151,84 @@ body #page #footer p { padding: 0.1em; } +div.album { + margin-top: 2em; + border-bottom: 1px solid #afafaf; +} + +div.lastalbum { + border: 0; +} + +div.album img { + float: left; + padding-right: 1em; +} + +div.album a img { + border: 0; +} + +div.photo { + margin-top: 2em; + float: left; + margin-right: 2em; +} + +div.single_photo { + margin-top: 2em; +} + +div.photo a img, +div.single_photo a img { + border: 0; +} + +dl dt { + font-weight: bold; + font-size: 1.3em; + margin-top: 1em; +} + +#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; +}