summaryrefslogtreecommitdiff
path: root/fb/talk/linuxtag/local.css
diff options
context:
space:
mode:
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;
+}