From ad989386b4656d81f1620c514f5124960e8afdf9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 9 Jan 2013 12:35:38 +0100 Subject: presentation: Show hs-wismar logo on title page --- fix-css.sed | 10 ++++++++++ hs-wismar.png | Bin 0 -> 55265 bytes 2 files changed, 10 insertions(+) create mode 100644 hs-wismar.png diff --git a/fix-css.sed b/fix-css.sed index ef42d4c..c781828 100644 --- a/fix-css.sed +++ b/fix-css.sed @@ -4,4 +4,14 @@ p.help,div.toolbar {\ }\ html {\ overflow-y: hidden !important\ +}\ +div.first-slide {\ + background-image: url(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;\ } diff --git a/hs-wismar.png b/hs-wismar.png new file mode 100644 index 0000000..13e7902 Binary files /dev/null and b/hs-wismar.png differ -- cgit