summaryrefslogtreecommitdiff
path: root/doc/fix-css.sed
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 07:54:33 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 07:54:33 +0100
commit79309e16eafea5d527f87b09b6da5b88dd59629f (patch)
tree5de59dc58f24aa9ea2d0fdc489b9481d96dd4693 /doc/fix-css.sed
parentd836dc0362089a26fdbc7c8835beb0bb07fe6ac5 (diff)
downloadadvtime-79309e16eafea5d527f87b09b6da5b88dd59629f.tar.gz
advtime-79309e16eafea5d527f87b09b6da5b88dd59629f.tar.bz2
advtime-79309e16eafea5d527f87b09b6da5b88dd59629f.zip
doc: Add hs-wismar branding to presentation
Diffstat (limited to 'doc/fix-css.sed')
-rw-r--r--doc/fix-css.sed17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/fix-css.sed b/doc/fix-css.sed
new file mode 100644
index 0000000..780fd9c
--- /dev/null
+++ b/doc/fix-css.sed
@@ -0,0 +1,17 @@
+/<style type="text\/css">/a\
+p.help,div.toolbar {\
+ display: none !important;\
+}\
+html {\
+ overflow-y: hidden !important\
+}\
+div.first-slide {\
+ background-image: url(image/hs-wismar.png);\
+ background-repeat:no-repeat;\
+ background-position: 90% 80%;\
+ /*-o-background-size: 100% 100%;\
+ -webkit-background-size: 100% 100%;*/\
+}\
+h1,h2,h3,h4,h5,#author {\
+ color:#0099CC !important;\
+}