-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvagrant.css
143 lines (122 loc) · 2.23 KB
/
vagrant.css
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* The Yanone-Kaffeesatz font is Yanone's http://www.yanone.de/ */
@font-face {
font-family: YanoneKaffeesatz;
src: url("fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
}
@font-face {
font-family: YanoneKaffeesatz;
src: url("fonts/YanoneKaffeesatz-Bold.ttf") format("truetype");
font-weight: bold;
}
.slide {
background: #fff;
color: #000;
}
.ign {
color: #FE6500;
}
#preso {
font-family: YanoneKaffeesatz, Helvetica, Arial, sans-serif;
}
h1 {
font-size: 8em;
}
h2 {
font-size: 6em;
}
code {
font-size: 0.65em;
}
p.sub {
font-size: 4em;
color: #666;
margin-top: -1em;
}
.title h1, .impact h1, p.impact {
font-size: 10em;
}
.title h2 {
font-size: 4em;
font-weight: normal;
margin-top: -1em;
color: #666;
}
.content > p.huge {
font-size: 12em;
}
.impact p {
z-index: 100;
position: absolute;
right: 0;
bottom: 0;
}
/* full-page-image */
.full-page-image img {
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.full-page-image img.cc {
width: 1.2em;
height: 1.2em;
vertical-align: middle;
}
.full-page-image p {
margin: 0 0 0 0;
}
.full-page-image p:not(:first-child),
.full-page-image h1,
.full-page-image h2 {
z-index: 1;
background-image: url('white.png');
background-position: top left;
}
.full-page-image p:not(:first-child), .content > p.caption {
position: relative;
opacity: .6;
top: -4em;
padding: 0.4em 0.9em 0.4em 0.9em;
color: dark-grey;
font-size: 1em;
float: right;
}
.full-page-image h1 {
position: absolute;
top: 1em;
left: 0px;
width: 100%;
padding: 0.3em 0 0.2em 0;
text-transform: uppercase;
}
.full-page-image h2 {
position: absolute;
top: 4em;
left: 0px;
width: 100%;
padding: 0.1em 0 0.3em 0;
}
.full-page-image.mi h1 {
font-size: 8em;
top: -0.3em;
}
.slide > div {
margin-top: auto !important;
}
.slide > .slide .center {
display: box !important;
display: -moz-box !important;
display: -webkit-box !important;
box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
/* and vertically as well ... \o/ */
box-align: center;
-moz-box-align: center;
-webkit-box-align: center;
box-pack: center;
-moz-box-pack: center;
-webkit-box-pack: center;
width:100%;
height: 100%;
}