diff options
author | sstvinc2 <sstvinc2@gmail.com> | 2017-02-14 21:02:29 -0600 |
---|---|---|
committer | sstvinc2 <sstvinc2@gmail.com> | 2017-02-14 21:02:29 -0600 |
commit | 7ceea6a5a495302ffdec9921ea9f841a2b6df8c2 (patch) | |
tree | 15df09ca79207e0c87a7460adbe1476b1627e634 /html_template | |
parent | 82166863a0c4a8c101d041123c4ac2f098c9ef9a (diff) |
New parsing method started
Got NYT up and running with new object type and custom parser
Diffstat (limited to 'html_template')
-rw-r--r-- | html_template/unbiased.css | 11 |
1 files changed, 7 insertions, 4 deletions
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{
|