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/layouts/7/holiday.php | 139 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100755 theme/layouts/7/holiday.php (limited to 'theme/layouts/7/holiday.php') diff --git a/theme/layouts/7/holiday.php b/theme/layouts/7/holiday.php new file mode 100755 index 0000000..d9a9c10 --- /dev/null +++ b/theme/layouts/7/holiday.php @@ -0,0 +1,139 @@ + + +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