summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-11-07 12:02:53 +0100
committerJonas Smedegaard <dr@jones.dk>2012-11-07 12:02:53 +0100
commit93b27d89bad7384fd6283f5ccec2005424f3b013 (patch)
treef6f4433f192a96e40abcf082f6bc94cfc4190d01 /fb
parent949fb3395b42557adc7bce6fd701fda5981b3fc1 (diff)
Add edge as general logo, and reserve space for it.
Diffstat (limited to 'fb')
-rw-r--r--fb/talk/edge.pngbin0 -> 123824 bytes
-rw-r--r--fb/talk/epfsug2/edge-tiny.pngbin0 -> 417 bytes
-rw-r--r--fb/talk/epfsug2/local.css9
3 files changed, 8 insertions, 1 deletions
diff --git a/fb/talk/edge.png b/fb/talk/edge.png
new file mode 100644
index 0000000..b439eef
--- /dev/null
+++ b/fb/talk/edge.png
Binary files differ
diff --git a/fb/talk/epfsug2/edge-tiny.png b/fb/talk/epfsug2/edge-tiny.png
new file mode 100644
index 0000000..5cd0c88
--- /dev/null
+++ b/fb/talk/epfsug2/edge-tiny.png
Binary files differ
diff --git a/fb/talk/epfsug2/local.css b/fb/talk/epfsug2/local.css
index 2fa83d5..d92a725 100644
--- a/fb/talk/epfsug2/local.css
+++ b/fb/talk/epfsug2/local.css
@@ -1,3 +1,10 @@
+body {
+ background-color: white;
+ background-image: url(edge-tiny.png);
+ background-attachment: fixed;
+ background-repeat: no-repeat;
+ background-position: 95% 10%;
+}
div.slide h1 {
background-color: white;
opacity: 0.7;
@@ -10,5 +17,5 @@ div.slide h1 {
}
.figure img {
max-height: 100%;
- max-width: 100%;
+ max-width: 80%;
}