aboutsummaryrefslogtreecommitdiff
path: root/theme/scss/io2013.scss
diff options
context:
space:
mode:
authorEric Bidelman2013-04-29 14:53:53 -0700
committerEric Bidelman2013-04-29 14:53:53 -0700
commit07fa54cb316721ea1522f801063dd2109530a8bf (patch)
treeae56a9e73651d42a7c6aa9b6b5d90085540fd871 /theme/scss/io2013.scss
parentfa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (diff)
downloadio-slides-remote-07fa54cb316721ea1522f801063dd2109530a8bf.tar.gz
io2013 style updates
Diffstat (limited to 'theme/scss/io2013.scss')
-rw-r--r--theme/scss/io2013.scss51
1 files changed, 51 insertions, 0 deletions
diff --git a/theme/scss/io2013.scss b/theme/scss/io2013.scss
new file mode 100644
index 0000000..c728cfb
--- /dev/null
+++ b/theme/scss/io2013.scss
@@ -0,0 +1,51 @@
1@import "compass/css3/background-size";
2
3@import "variables";
4
5* {
6 line-height: 1.3;
7}
8
9h2 {
10 font-weight: bold;
11}
12h2, h3 {
13 color: $gray-4;
14}
15
16q, blockquote {
17 font-weight: bold;
18}
19
20slides > slide {
21 color: $gray-4;
22
23 &.title-slide {
24 &:after {
25 content: '';
26 background: url(../../images/io2013/google-io-lockup-1.png) no-repeat 100% 50%;
27 @include background-size(contain);
28 position: absolute;
29 bottom: $slide-top-bottom-padding + 40;
30 right: $slide-top-bottom-padding;
31 width: 100%;
32 height: 90px;
33 }
34
35 hgroup {
36 h1 {
37 font-weight: bold;
38 line-height: 1.1;
39 }
40 h2, p {
41 color: $gray-4;
42 }
43 h2 {
44 margin-top: 0.25em;
45 }
46 p {
47 margin-top: 3em;
48 }
49 }
50 }
51} \ No newline at end of file