-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
executable file
·214 lines (186 loc) · 4.13 KB
/
styles.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
@import url(https://fonts.googleapis.com/css?family=Chivo:300,400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
body { font-family: 'Chivo'; }
h1, h2, h3 { font-weight: normal; }
h4 { font-size: 1.3em; font-weight: bold; }
ul, ol { line-height: 1.6; margin-top: 10px; margin-bottom: 5px; font-size: 25px; }
p, li { font-size: 25px; }
pre { margin: 0.5em 0em 0em 0em; }
@page {
size: 1280px 681px;
size: 908px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
transform: scale(0.90) !important;
}
}
.remark-code, .remark-inline-code { font-family: 'Inconsolata'; }
/* title page styles */
.page-title {
background: url(../images/pl19-bg-title.jpg) center center no-repeat;
background-size: contain;
color: #073161;
}
/* title page styles */
.page-blank {
color: #ffffff;
}
.page-title>h1 {
position: absolute;
top: 210px;
left: 20px;
width: 60%;
font-size: 2.2em;
font-weight: bold;
text-align: right;
}
.page-title>.title-author {
position: absolute;
top: 370px;
left: 20px;
width: 60%;
font-size: 2.2em;
text-align: right;
}
div.title-author>ul { list-style: none; }
.title-logo {
position: absolute;
bottom: 100px;
left: 0px;
text-align: right;
background-color: #ffffff;
height: 90px;
width: 95%;
background: url(../images/Percona-logo-color.png) center right no-repeat;
background-size: 300px;
}
.page-title>#slide-footer { display: none; }
.page-title>.remark-slide-number { display: none; }
/* topic pages styles */
.page-topic {
height: 100%; width: 100%; padding: 0;
background: url(../images/pl19-bg-blue.jpg) center top no-repeat;
background-size: contain;
}
.topic {
position: absolute;
top: 210px;
width: 100%;
height: 200px;
font-size: 2.2em;
font-weight: bold;
text-align: right;
background-color: #ffffff;
color: #073161;
}
.topic>h1 {
border-bottom: 1px solid #073161;
padding: 35px 0 5px 0;
width: 90%;
margin: 0 auto;
font-size: 1.2em;
}
.topic>h2 {
padding: 5px;
width: 90%;
margin: 0 auto;
font-size: 0.8em;
}
.page-topic>#slide-footer { display: none; }
.page-topic>.remark-slide-number { display: none; }
/* general slides styles */
.page-slide {
padding: 0 40px;
background: url(../images/pl19-bg-slide.png) right bottom no-repeat;
background-size: contain;
}
div.page-slide>h1 {
font-size: 1.8em;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 5px solid #073161;
text-align: center;
color: #073161;
}
div.page-slide h3 {
font-size: 1.8em;
margin: 0;
}
div#slide-footer {
position: absolute;
bottom: 0px;
right: 0px;
height: 80px;
width: 100%;
background: url(../images/pl19-bg-page.png) center right no-repeat;
background-size: 200px;
}
div.page-slide>.remark-slide-number {
bottom: 33px;
color: white;
font-size: .85rem;
right: 8px;
opacity: 1;
}
div.page-slide th { font-weight: bold; border: 1px solid #333333; padding: 3px; }
div.page-slide td { border: 1px solid #333333; padding: 3px; vertical-align: top; }
div.page-slide table { font-size: 0.7em; }
.w50pct-left {
width: 48%;
float: left;
text-align: left;
}
.w50pct-right {
width: 48%;
float: right;
text-align: left;
border-left: 2px solid #666666;
padding-left: 15px;
}
.wbold {
font-weight: bold;
}
.w30pct-left {
width: 30%;
float: left;
text-align: left;
}
.w70pct-right {
width: 67%;
float: right;
text-align: left;
font-size: 80%;
}
.w70pct-left {
width: 67%;
float: left;
text-align: left;
}
.w30pct-right {
width: 30%;
float: right;
text-align: left;
font-size: 80%;
}
.footnote {
position: absolute;
bottom: 30px;
padding-top: 10px;
font-size: 7pt;
}
.note>ul>li {
font-size: 0.4em !important;
text-align: left;
font-style: italic;
}
div.remark-notes>ul>li {
font-size: 0.7em !important;
}
.console12 pre code .remark-code-line { font-size: 12pt; }
.console10 pre code .remark-code-line { font-size: 10pt; }
.console9 pre code .remark-code-line { font-size: 9pt; }
.console12 code.remark-inline-code { font-size: 12pt; }
.console10 code.remark-inline-code { font-size: 10pt; }
.console9 code.remark-inline-code { font-size: 9pt; }