diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
commit | 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (patch) | |
tree | 605e2284e175e80477fd7b6a6e9e2a2fcae94236 /media/css | |
parent | 7300519c054838511ba2584394620d0841b88e5f (diff) |
added topics to posts
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/base.css | 47 |
1 files changed, 32 insertions, 15 deletions
diff --git a/media/css/base.css b/media/css/base.css index 231da59..33d1e10 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -26,7 +26,7 @@ header, section, footer, aside, article, nav {display: block;text-align:left;} html {height:100%;} body { background: #faf9f4; - font-family: Georgia, "Times New Roman", Times, Serif; + font-family: "Hoefler Text", Georgia, "Times New Roman", Times, Serif; /* font-size 15px */ font-size: 93.75%; /* line height of 24 px */ @@ -54,7 +54,7 @@ a:hover { color: #b53a04 !important; text-decoration: none; } -article a {border-bottom: 1px dotted #b53a04;} +article a {border-bottom: 1px dotted #f00;} blockquote, blockquote p { font-size: 14px !important; margin: 1.2em !important; line-height: 22px !important; font-style: italic !important;} /* --------------------- layout ------------------------ */ @@ -65,7 +65,7 @@ header nav ul { margin: 35px auto 0;text-align: center;} header nav li {display: inline; font-style: italic; font-size: 11px; margin: 0 0 2px 0; letter-spacing: 1px;} header hgroup h1, header hgroup h1 a { - font: 40px/40px Georgia, "Times New Roman", Times, serif; + font: 40px/40px Georgia, "Times New Roman", Times, Serif; text-transform: uppercase; letter-spacing: 4px; color: #b53a04 !important; @@ -86,7 +86,7 @@ header hgroup h2 a {color: #b53a04 !important;} /* global article styles */ article h1, article h1 a { - font: 48px/48px Georgia, "Times New Roman", Times, serif; + font: 48px/48px Georgia, "Times New Roman", Times, Serif; font-style: normal; color: #000 !important; margin: 55px 0 5px 0; @@ -106,7 +106,7 @@ h3 { /*make the first graf bigger for browsers that understand -- suck it ie6 */ body.writing-detail article section#post p:nth-of-type(1), body#home article section#featured-article p:nth-of-type(1) { - font: 18px/28px Georgia, "Times New Roman", Times, serif; + font: 18px/28px "Hoefler Text", Georgia, "Times New Roman", Times, Serif; margin: 0 0 1em 0; } @@ -115,8 +115,7 @@ body.writing-detail article section#post p:nth-of-type(1), body#home article sec article {margin: 0 auto; width: 560px;} -time, .location, .all-link { color: #888; text-align: center; margin: 12px 0 22px;text-transform: uppercase; font-size: 80%;font-style: italic;} -.location a {color: #888;} +.all-link { color: #888; text-align: center; margin: 12px 0 22px;text-transform: uppercase; font-size: 80%;font-style: italic; } .all-link a {border: none;} @@ -209,10 +208,13 @@ aside h4 { margin: 8px 0 2px; } aside ul li { margin-left: 4px; font-size: 80%; line-height: 20px;} - +aside.meta { float: none; text-align: center; margin: 22px 0 22px 0; color: #888; text-transform: uppercase; font-size: 80%;font-style: italic;} +aside.meta a {color: #888; border: none;} +aside.meta span {line-height: 18px;} +aside.meta .topics {display: block;} /* Writing Detail Pages */ -span.byline, .all-link {display: block;color: #888; text-align: center; margin: 12px 0 22px;} +.all-link {display: block;color: #888; text-align: center; margin: 12px 0 22px;} /* drop caps */ span.drop { font-size: 5.5em; @@ -220,18 +222,19 @@ span.drop { float: left; padding: 30px 5px 5px 0; overflow: visible; + font-family: Georgia, "Times New Roman", Times, Serif; } ol.footnote { border-top: 1px dotted #ccc; - font-size: 85%; + font-size: 12px; margin: 18px 0; } ol.footnote li { margin: 12px 0; line-height: .8em; } -ol.footnote li p {line-height: 18px !important;} -ol.footnote li a, ol.footnote li span {font-size: 70%; } +ol.footnote li p {line-height: 18px !important; font-size:12px !important;} +ol.footnote li a, ol.footnote li span {font-size: 12px; } hr.footnotes { display: none; } @@ -258,9 +261,17 @@ section#comments h4 { padding-top: 45px; } section#comments h4 span {font-size: 90%; font-style: italic;} - +section p.pull-quote {text-align: center; font-style: italic;font-size: 14px !important; line-height: 18px !important;margin-bottom: 24px;} +span.credit {display: block;} + +/*contact form*/ +.form-holder {width: 500px; margin: 40px auto;} +.form-holder li { clear: both; } +.form-holder dt {float: left; margin: 0 10px 6px 0; text-align: right; width: 130px;} +.form-holder dd { float: left;} +.form-holder .button { clear: both; float: right; margin: 8px 30px 100px 0;} /* --------------------- Footer ------------------------ */ -footer {text-align:center; padding-top: 40px; font-size: 80%; clear:both; margin-top: 60px; background:#e2e2dd;} +footer {text-align:center; padding-top: 40px; font-size: 80%; clear:both; margin-top: 60px; background:#ded1c0;} footer div { margin: 0 auto; width: 580px;} footer section {float: left; margin: 0 14px; width: 110px; line-height: 20px;} footer section:first-child {width: 220px; margin: 0 20px 0 30px;} @@ -316,9 +327,15 @@ img.postpicleft { margin: 5px; } /* --------------------- misc classes ------------------------ */ - +.hide {display:none;} .dsq-brlink, img[src='http://maps.gstatic.com/intl/en_us/mapfiles/poweredby.png'], .terms-of-use-link {display: none;} +#dsq-comments-count {display: none;} div[dir='ltr'] span { width: 0; visibility: collapse; } +p.update {font-size: 12px !important; line-height: 18px !important;} +#dsq-comments-title {display: none;} +#dsq-new-post {padding: 10px !important; background:#ded1c0 !important; margin-top: 50px !important} +.disqus-link-count {text-decoration: none; border: none;} +a.disqus-link-count:hover {color: #222 !important; cursor:pointer !important;}
\ No newline at end of file |