diff options
Diffstat (limited to 'slides/final/theme/scss/io2013.scss')
-rw-r--r-- | slides/final/theme/scss/io2013.scss | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/slides/final/theme/scss/io2013.scss b/slides/final/theme/scss/io2013.scss new file mode 100644 index 0000000..c728cfb --- /dev/null +++ b/slides/final/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 | |||
9 | h2 { | ||
10 | font-weight: bold; | ||
11 | } | ||
12 | h2, h3 { | ||
13 | color: $gray-4; | ||
14 | } | ||
15 | |||
16 | q, blockquote { | ||
17 | font-weight: bold; | ||
18 | } | ||
19 | |||
20 | slides > 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 | ||