X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=9321f661393c888d7191ccdfdaf363ffb471ee99;hb=5ce1eece3bc1c171e6923f8864122a6cbd0d093b;hp=f4e70943281cc8b366a3b0a16fe86715a4d45ad9;hpb=d4adeb654507e6cd75aac3f264ae21ed5d16bfab;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index f4e7094..9321f66 100644 --- a/includes/style.css +++ b/includes/style.css @@ -5,6 +5,12 @@ h3 { margin-top:15px; + font-family:sans-serif; +} + +h1, h2 { + font-family:sans-serif; + font-size:150%; } a { @@ -23,12 +29,13 @@ li { } #banner { - float:right; +/* float:left; margin-right:15px; +*/ + margin-left:15px; } #content { - float:right; width:725px; min-height:300px; margin-bottom: 20px; @@ -36,11 +43,11 @@ li { padding:5px; padding-left:20px; padding-bottom:25px; - text-align:right; + text-align:left; } #portfolio { - float:right; + float:left; width:350px; } @@ -73,7 +80,7 @@ li { #contact_me { margin-top:100px; font-family:sans-serif; - text-align:right; + text-align:left; clear:both; } @@ -134,18 +141,17 @@ li { /* notes */ #notes, #note { - float:right; - text-align:right; + text-align:left; margin-top:20px; } -#notes h2 { +#notes h1 { margin-bottom:10px; - font-family:sans-serif; } -#note h2 { - font-family:sans-serif; + +.date { + color:grey; } #comment_link { @@ -156,26 +162,89 @@ li { margin-bottom:40px; } -.note p { - margin-bottom:5px; +p { + margin-top:15px; } pre { - margin-top:10px; + margin-top:20px; + margin-bottom:20px; } #navigation { - text-align:right; + text-align:left; + font-family:sans-serif; } #comments { - border-right:3px solid black; - padding-right:15px; + margin-top:30px; + border-left:1px solid black; + padding-left:15px; +} + +.comment { + margin-bottom:30px; } #comment { + padding-left:15px; + border-left:1px solid black; + margin-top:15px; + text-align:left; } -#recaptcha_widget_div { - float: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%; + font-weight:bold; + margin-top:20px; +} + +#recaptcha_widget { + position:relative; +} + +#recaptcha_image { + position:absolute; + top:0px; + right:0px; + float:left; + position:relative; + width:100px; +} + +#recaptcha_widget { + display:none; +} + +.recaptcha_help { + font-size:80%; +} + +#not_human { + display:none; + font-weight:bold; + font-family:sans-serif; + color:red; + margin-top:15px; + margin-bottom:15px; +} + +#blank_comment { display:none; + font-weight:bold; + font-family:sans-serif; + color:red; + margin-top:15px; + margin-bottom:15px; }