X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-content/themes/default/style.css diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index b80a0ef8..d64c5e7d 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -46,7 +46,7 @@ body { } #content { - font-size: 1.2em + font-size: 1.2em; } .widecolumn .entry p { @@ -65,14 +65,23 @@ body { text-align: center; } -.alt { +.thread-alt { background-color: #f8f8f8; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - } +} +.thread-even { + background-color: white; +} +.depth-1 { +border: 1px solid #ddd; +} + +.even, .alt { + + border-left: 1px solid #ddd; +} #footer { - background: #eee url('images/kubrickfooter.jpg') no-repeat top; + background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; border: none; } @@ -131,13 +140,24 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar color: #b85b5a; } +.sticky { + background: #f7f7f7; + padding: 0 10px 10px; + } +.sticky h2 { + padding-top: 10px; + } + .commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; } +.commentlist li ul li { + font-size: 1em; +} .commentlist li { font-weight: bold; - } +} .commentlist li .avatar { float: right; @@ -380,7 +400,7 @@ img.alignleft { } .alignleft { - float: left + float: left; } /* End Images */ @@ -488,13 +508,22 @@ select { margin: 5px 5px 1px 0; } +#commentform { + margin: 5px 10px 0 0; + } #commentform textarea { width: 100%; padding: 2px; } - +#respond:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; + } #commentform #submit { - margin: 0; + margin: 0 0 5px auto; float: right; } /* End Form Elements */ @@ -513,14 +542,20 @@ select { } .commentlist li { - margin: 15px 0 3px; - padding: 5px 10px 3px; + margin: 15px 0 10px; + padding: 5px 5px 10px 10px; list-style: none; + } +.commentlist li ul li { + margin-right: -5px; + margin-left: 10px; +} .commentlist p { margin: 10px 5px 10px 0; - } +} +.children { padding: 0; } #commentform p { margin: 5px 0; @@ -619,6 +654,11 @@ blockquote cite { .hidden { display: none; } + +.screen-reader-text { + position: absolute; + left: -1000em; +} hr { display: none;