summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css11
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;