-
Notifications
You must be signed in to change notification settings - Fork 1
/
io2013-gdg.scss
88 lines (78 loc) · 1.77 KB
/
io2013-gdg.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@import "compass/css3/background-size";
@import "variables";
* {
line-height: 1.3;
}
h2 {
font-weight: bold;
}
h2, h3 {
color: $gray-4;
}
q, blockquote {
font-weight: bold;
}
slides > slide {
color: $gray-4;
&.title-slide {
&:after {
content: '';
background: url(../../images/io_extended_logo.png) no-repeat 100% 50%;
@include background-size(contain);
position: absolute;
bottom: $slide-top-bottom-padding + 40;
right: $slide-top-bottom-padding;
width: 100%;
height: 90px;
}
hgroup {
h1 {
font-weight: bold;
line-height: 1.1;
}
h2, p {
color: $gray-4;
}
h2 {
margin-top: 0.25em;
}
p {
margin-top: 3em;
}
}
}
&:not(.nobackground) {
background: white;
@include background-size($brand-small-icon-size $brand-small-icon-size);
&:before {
font-size: 12pt;
content: $social-tags;
position: absolute;
bottom: $slide-top-bottom-padding / 2;
left: $slide-left-right-padding;
background: url(../../images/io_extended_icon.png) no-repeat 0 50%;
@include background-size($brand-small-icon-size $brand-small-icon-size);
padding-left: $brand-small-icon-size + 10;
height: $brand-small-icon-size;
line-height: 1.9;
}
&:after {
font-size: 12pt;
content: attr(data-slide-num) '/' attr(data-total-slides);
position: absolute;
bottom: $slide-top-bottom-padding / 2;
right: $slide-left-right-padding;
line-height: 1.9;
}
}
}
@media not projection {
slides > slide {
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
}
}