-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
113 lines (93 loc) · 1.55 KB
/
custom.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
.highlight {
font-weight: 700;
}
.background-image {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.center-content {
position: relative;
}
.center-content > *{
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.slide .title-slide {
font-weight: 700;
font-size: 60px;
}
.slide pre {
white-space: pre;
}
.slide.prism {
padding-top: 50px;
}
.slide.prism h2 {
float: right;
padding-top: 0;
z-index: 10;
position: relative;
}
.a-lot-of-code pre {
bottom: 50px;
top: 50px;
right: 0;
left: 50px;
position: absolute;
overflow-y: scroll;
}
.a-lot-of-code h2 {
position: relative;
z-index: 100;
}
.text-center * {
text-align: center;
margin: 0 auto;
display: block;
}
.slide.text-center h2 {
margin-bottom: 0px;
}
.subtitle {
margin-bottom: 15px;
font-size: 30px;
}
.copyright a {
font-size: 7pt;
color: #999;
text-decoration: none;
background: none;
}
.new-code {
background-color: #fdffca;
display: inline-block;
margin: 0 -8px;
padding: 0 8px;
border-radius: 10px;
}
.slide {
padding: 70px 100px 0;
}
.slide.times {
padding: 30px 50px 0;
}
.slide.times img{
width: 100%;
height: auto;
}
.slide.times .title-slide {
position: absolute;
margin-top: 15px;
}
.stage {
position: absolute;
right: 0;
bottom: 0;
padding: 15px 30px 30px;
color: white;
background-color: #f7302f;
}