summaryrefslogtreecommitdiff
path: root/fb/talk/linuxtag/local.css
diff options
context:
space:
mode:
authorJonas <dr@jones.dk>2013-05-25 15:29:23 +0200
committerJonas <dr@jones.dk>2013-05-25 15:29:45 +0200
commit9dde13b21d2aa33b210f81b60b9ef145382ea062 (patch)
tree50910c67e6bec0a303e14af11c7dbbdf8e80c863 /fb/talk/linuxtag/local.css
parent1140652b38470b67b1bcb86e4eb0f76e70046397 (diff)
Add linuxtag talk.
Diffstat (limited to 'fb/talk/linuxtag/local.css')
-rw-r--r--fb/talk/linuxtag/local.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/fb/talk/linuxtag/local.css b/fb/talk/linuxtag/local.css
new file mode 100644
index 0000000..bbc3337
--- /dev/null
+++ b/fb/talk/linuxtag/local.css
@@ -0,0 +1,18 @@
+body {
+ background-position: 95% 10%;
+}
+div.slide h1 {
+ background-color: white;
+ opacity: 0.7;
+}
+.figure {
+ height: 70%;
+}
+.figure img {
+ max-height: 100%;
+ max-width: 80%;
+}
+
+del {
+ color: darkred;
+}