From 7ceea6a5a495302ffdec9921ea9f841a2b6df8c2 Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Tue, 14 Feb 2017 21:02:29 -0600 Subject: New parsing method started Got NYT up and running with new object type and custom parser --- html_template/unbiased.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'html_template/unbiased.css') diff --git a/html_template/unbiased.css b/html_template/unbiased.css index b632cdd..86f653a 100644 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -19,8 +19,8 @@ a:link, a:visited, a:hover, a:active { text-align:center; padding:.5em 0 1em; margin-bottom:1em; - border-bottom:1px solid #000; - background:#fdf; + border-bottom:3px solid #f00; + background:#44f; } .title{ @@ -29,15 +29,16 @@ a:link, a:visited, a:hover, a:active { #title-1{ font-style:italic; - color:#d00; + color:#fff; } #title-2{ - color:#00d; + color:#fff; } #subtitle{ font-size:1.25em; + color:#ccc; } #timestamp{ @@ -59,6 +60,8 @@ a:link, a:visited, a:hover, a:active { margin-left:auto; margin-right:auto; text-align:center; + border-bottom: 3px solid #f00; + margin-bottom: 10px; } .top-story{ -- cgit v1.2.3