summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-31 09:07:24 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-31 09:07:24 +0100
commit7d426fbdca2a5eaf53f1e7cdf71d656edb8ddb19 (patch)
tree0f9651dd78f90b31a4c49bf621f1cd81e1ffeeda
parent8c4e438612ae7a8bc9cdb95cc054b60a80d5b075 (diff)
downloadsqltutor-plugin-7d426fbdca2a5eaf53f1e7cdf71d656edb8ddb19.tar.gz
sqltutor-plugin-7d426fbdca2a5eaf53f1e7cdf71d656edb8ddb19.tar.bz2
sqltutor-plugin-7d426fbdca2a5eaf53f1e7cdf71d656edb8ddb19.zip
pres: Ad hs-wismar branding
-rw-r--r--doc/Makefile2
-rw-r--r--doc/fix-css.sed17
-rw-r--r--doc/image/hs-wismar.pngbin0 -> 54771 bytes
3 files changed, 18 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 2b5e91f..3f99c43 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -10,7 +10,7 @@ clean:
.SUFFIXES: .txt .html
.txt.html:
- asciidoc --backend=slidy $<
+ asciidoc --backend=slidy -o - $< | sed -f fix-css.sed > $@
.SUFFIXES: .dia .svg
.dia.svg:
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;\
+}
diff --git a/doc/image/hs-wismar.png b/doc/image/hs-wismar.png
new file mode 100644
index 0000000..f63c72b
--- /dev/null
+++ b/doc/image/hs-wismar.png
Binary files differ