From ae79c429c875378041169cf1187d6a437417ee08 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Wed, 11 Jun 2014 12:42:20 -0400 Subject: [PATCH] Changed appearance of Homepage headlines and toolbox image captions --- styles.css | 18 +++++++++++++++++- templates/template.html | 6 +++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index f49c6ee..e791ee0 100644 --- a/styles.css +++ b/styles.css @@ -182,7 +182,7 @@ body { } .imagecaption { padding: 10px; - font-size: 12px; + font-size: 13px; font-style: italic; } /* Block / Home Page Headlines */ @@ -192,10 +192,26 @@ body { } #hHlines img { display: block; + box-shadow: 1px 1px 1px rgba(0, 0, 0, .4); } #hHlines li { /* float: left; */ } +.hHlinesItem i { + font-style: normal; + padding: 5px; + font-size: 14px; + display: block; + } + +.hHlinesItem a { + display: block; + } +.hHlinesItem a:hover { + /* background: rgba(241, 235, 205, .5); */ + /* text-shadow: 1px 1px rgba(0, 0, 0, .2); */ + color: black; + } /* Footer */ #footer { background: #f1ebcd; diff --git a/templates/template.html b/templates/template.html index 90eb022..fbb5219 100644 --- a/templates/template.html +++ b/templates/template.html @@ -97,10 +97,10 @@
-- 2.17.1