forked from siuying/siuying-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvagrant.css
96 lines (81 loc) · 1.52 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
/* 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;
}
#preso {
font-family: YanoneKaffeesatz, Helvetica, Arial, sans-serif;
}
h1 {
font-size: 5em;
}
h2 {
font-size: 4em;
}
code {
font-size: 0.65em;
}
.impact h1, .content > p.huge {
font-size: 10em;
}
.impact p {
z-index: 100;
position: absolute;
right: 0;
bottom: 0;
}
/* full-page-image */
.full-page-image img:first-child {
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;
}