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/css/io2013.css | |
parent | fa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (diff) | |
download | io-slides-remote-07fa54cb316721ea1522f801063dd2109530a8bf.tar.gz |
io2013 style updates
Diffstat (limited to 'theme/css/io2013.css')
-rw-r--r-- | theme/css/io2013.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/theme/css/io2013.css b/theme/css/io2013.css new file mode 100644 index 0000000..364eccb --- /dev/null +++ b/theme/css/io2013.css | |||
@@ -0,0 +1,55 @@ | |||
1 | /* line 5, ../scss/io2013.scss */ | ||
2 | * { | ||
3 | line-height: 1.3; | ||
4 | } | ||
5 | |||
6 | /* line 9, ../scss/io2013.scss */ | ||
7 | h2 { | ||
8 | font-weight: bold; | ||
9 | } | ||
10 | |||
11 | /* line 12, ../scss/io2013.scss */ | ||
12 | h2, h3 { | ||
13 | color: #515151; | ||
14 | } | ||
15 | |||
16 | /* line 16, ../scss/io2013.scss */ | ||
17 | q, blockquote { | ||
18 | font-weight: bold; | ||
19 | } | ||
20 | |||
21 | /* line 20, ../scss/io2013.scss */ | ||
22 | slides > slide { | ||
23 | color: #515151; | ||
24 | } | ||
25 | /* line 24, ../scss/io2013.scss */ | ||
26 | slides > slide.title-slide:after { | ||
27 | content: ''; | ||
28 | background: url(../../images/io2013/google-io-lockup-1.png) no-repeat 100% 50%; | ||
29 | -webkit-background-size: contain; | ||
30 | -moz-background-size: contain; | ||
31 | -o-background-size: contain; | ||
32 | background-size: contain; | ||
33 | position: absolute; | ||
34 | bottom: 80px; | ||
35 | right: 40px; | ||
36 | width: 100%; | ||
37 | height: 90px; | ||
38 | } | ||
39 | /* line 36, ../scss/io2013.scss */ | ||
40 | slides > slide.title-slide hgroup h1 { | ||
41 | font-weight: bold; | ||
42 | line-height: 1.1; | ||
43 | } | ||
44 | /* line 40, ../scss/io2013.scss */ | ||
45 | slides > slide.title-slide hgroup h2, slides > slide.title-slide hgroup p { | ||
46 | color: #515151; | ||
47 | } | ||
48 | /* line 43, ../scss/io2013.scss */ | ||
49 | slides > slide.title-slide hgroup h2 { | ||
50 | margin-top: 0.25em; | ||
51 | } | ||
52 | /* line 46, ../scss/io2013.scss */ | ||
53 | slides > slide.title-slide hgroup p { | ||
54 | margin-top: 3em; | ||
55 | } | ||