X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=e7c97e0d538a912b97d6908b16598839ddd6f982;hb=7a7a4e50628b1397204dfe1c3847aee0bda73a08;hp=1af153da1801ac9dff048681f7b98526361952f3;hpb=7585961123620ccd12af75e667599e61f3ea9a00;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 1af153d..e7c97e0 100644 --- a/includes/style.css +++ b/includes/style.css @@ -139,11 +139,19 @@ li { margin-top:20px; } -#notes h2, #note h2 { +#notes h2 { margin-bottom:10px; font-family:sans-serif; } +#note h2 { + font-family:sans-serif; +} + +#comment_link { + font-size:80%; +} + .note { margin-bottom:40px; } @@ -159,3 +167,31 @@ pre { #navigation { text-align:right; } + +#comments { + border-right:1px solid black; + padding-right:15px; +} + +#comment { + padding-right:15px; + border-right:1px solid black; + margin-top:15px; + text-align:right; +} + +#comment input { + border:1px solid grey; +} + +#comment textarea { + border:1px solid grey; +} + +#comment .submit { + background:#FFF; + border:1px solid white; + color:blue; + cursor:pointer; + font-size:120%; +}