diff options
author | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
commit | 07fa54cb316721ea1522f801063dd2109530a8bf (patch) | |
tree | ae56a9e73651d42a7c6aa9b6b5d90085540fd871 /theme/scss/io2013.scss | |
parent | fa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (diff) | |
download | io-slides-remote-07fa54cb316721ea1522f801063dd2109530a8bf.tar.gz |
io2013 style updates
Diffstat (limited to 'theme/scss/io2013.scss')
-rw-r--r-- | theme/scss/io2013.scss | 51 |
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 | |||
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 | ||