From de53fc452a22beedf28a92defe19168153e078cd Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 15 Nov 2009 11:52:07 -0500 Subject: Added holidays to Layouts 4.5 and 6.2 --- theme/css/blog.php | 8 +++ theme/css/holiday.php | 139 -------------------------------------------------- 2 files changed, 8 insertions(+), 139 deletions(-) delete mode 100755 theme/css/holiday.php (limited to 'theme/css') diff --git a/theme/css/blog.php b/theme/css/blog.php index 4c69e57..b84db08 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php @@ -36,11 +36,19 @@ span.back-post { font-size: 0.9em; } +span.back-post:before { + content: "\ab\a0"; +} + span.next-post { float: right; font-size: 0.9em; } +span.next-post:after { + content: "\a0\bb"; +} + div.post-date-1 { width: 45px; height: 49px; diff --git a/theme/css/holiday.php b/theme/css/holiday.php deleted file mode 100755 index a1639c7..0000000 --- a/theme/css/holiday.php +++ /dev/null @@ -1,139 +0,0 @@ - - -div#window { - background-color: ; - background-image: url(/theme/images/backgrounds/.PNG); - background-position: bottom left; - background-repeat: repeat-x; - background-attachment: fixed; - padding: 0 !important; -} - - - -div#content div#actual-content { - background-color: rgba(255, 255, 255, 0.5); -} - - - -div#content div#actual-content { - background-color: rgba(0, 0, 0, 0.75); -} - -.light-at-night { - color: #536482; -} - - -- cgit 1.4.1