From d989420a0c316a8c1f9a643418669496f807094b Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 22 Jul 2007 10:09:14 +0000 Subject: issue46, added a javascript-based slider to modify slide-interval git-svn-id: file:///var/lib/svn/phpfspot/trunk@242 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- themes/default/stylesheet.css | 11 +++++++++++ themes/default/templates/slideshow.tpl | 19 ++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) (limited to 'themes/default') diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 2074e21..4fd3b5c 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -8,6 +8,17 @@ body { padding: 10px; } +body.slideshow { + background-color: #ffffff; + color: rgb(26,151,15); + font-family: sans-serif; + font-style: normal; + border: none; + padding: 10px; + text-align: center; +} + + table, tr, td { border-collapse: collapse; padding: 0px; diff --git a/themes/default/templates/slideshow.tpl b/themes/default/templates/slideshow.tpl index da740ac..c5e8ba5 100644 --- a/themes/default/templates/slideshow.tpl +++ b/themes/default/templates/slideshow.tpl @@ -1,5 +1,9 @@ {include file="header.tpl"} - + + + + +
@@ -8,8 +12,17 @@
- slideshow_img + slideshow_img
- +
+
+ +
+
+
+ + {include file="footer.tpl"} -- cgit v1.2.3-18-g5258