diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 10:09:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 10:09:14 +0000 |
commit | d989420a0c316a8c1f9a643418669496f807094b (patch) | |
tree | 80a484fa29156959d2c794311ef268654725ccf2 /themes/default/stylesheet.css | |
parent | fd60c69466028220a85533ba9e1abededfaf1e95 (diff) |
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
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r-- | themes/default/stylesheet.css | 11 |
1 files changed, 11 insertions, 0 deletions
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;
|