From 93b27d89bad7384fd6283f5ccec2005424f3b013 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 7 Nov 2012 12:02:53 +0100 Subject: Add edge as general logo, and reserve space for it. --- fb/talk/edge.png | Bin 0 -> 123824 bytes fb/talk/epfsug2/edge-tiny.png | Bin 0 -> 417 bytes fb/talk/epfsug2/local.css | 9 ++++++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fb/talk/edge.png create mode 100644 fb/talk/epfsug2/edge-tiny.png (limited to 'fb/talk') diff --git a/fb/talk/edge.png b/fb/talk/edge.png new file mode 100644 index 0000000..b439eef Binary files /dev/null and b/fb/talk/edge.png differ diff --git a/fb/talk/epfsug2/edge-tiny.png b/fb/talk/epfsug2/edge-tiny.png new file mode 100644 index 0000000..5cd0c88 Binary files /dev/null and b/fb/talk/epfsug2/edge-tiny.png 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%; } -- cgit v1.2.3