-
Notifications
You must be signed in to change notification settings - Fork 1
/
layout.css
159 lines (125 loc) · 3.62 KB
/
layout.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
* { font-family:'Bitter',serif }
a { color:#00afc8; text-decoration:none; font-family:monospace }
blockquote > p { padding:0 1em; color:#6a737d; border-left:0.25em solid #dfe2e5; font-size:1.5rem }
code, code * { font-family:monospace; font-size:1.3rem; background:#f6f8fa }
img { max-width:90% }
.img-orig img { max-width:initial !important }
.img-fit img { max-width:70% }
li { line-height:1.5em; font-size:1.7rem }
p { line-height:1.25em; font-size:1.8rem; margin-block-end: auto }
pre { margin:0; padding:.5em; background:#f6f8fa }
table { margin:auto; width:100% }
thead { background:#eee }
/*tbody tr:nth-child(even) { background:#f3f3f3 }*/
ul > li > ul > li { font-size:1.4rem }
ul > li > ol > li { font-size:1.4rem }
ol > li > ul > li { font-size:1.4rem }
ul > li > ul > li > ul > li { font-size:1.1rem }
ul > li > ol > li > ul > li { font-size:1.1rem }
.center { text-align:center }
.diasys { color:#595; font-weight:bold }
.smaller { font-size:1.2em }
.yellow { color:#d3d300 }
.red { color:#c00 }
.green { color:#0f0 }
.remark-slide-content h1 { font-size:2.5rem; margin-top:0; color:#cc0000; font-family: 'Open Sans', sans-serif }
.remark-slide-content h2 { font-size:2.5rem }
.remark-slide-content { padding:1em 1em }
.remark-code-line { line-height:1.3em }
.remark-slide-number { bottom:15px; right:70px; font-size:8pt }
.title-slide h1 { text-align:left; margin-top:80px; font-family: 'Open Sans', sans-serif }
.title-slide h2 { font-size:2rem; color:#000; text-align:left; margin-top:30px; font-family: 'Open Sans', sans-serif }
.title-slide .remark-slide-number { display:none }
.part-slide h1 { text-align:center; margin-top:80px; font-family: 'Open Sans', sans-serif }
.part-slide h2 { font-size:2rem; color:#000; text-align:center; margin-top:30px; font-family: 'Open Sans', sans-serif }
.part-slide .remark-slide-number { display:none }
.my-header {
position: fixed;
top: 0px;
left: 0px;
height: 70px;
width: 100%
}
.my-footer {
background-image: url("img/slub_logo_wo.svg");
background-repeat: no-repeat;
background-position: 0px 10px;
background-size: 10%;
border-top: 1px solid #222;
position: absolute;
bottom: 0px;
left: 30px;
height: 50px;
width: 90%;
font-family: 'Open Sans', sans-serif
}
.my-footer td {
font-size: 8pt;
color: #222;
padding:0px 10px;
font-family: 'Open Sans', sans-serif
}
.my-footer a { color:#cc0000; text-decoration:none; font-family: 'Open Sans', sans-serif }
.my-footer thead { background:#fff }
.my-footer tbody tr:nth-child(even) { background:transparent }
.title-slide .my-header {
background-image: url("img/slub_logo.svg");
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 20%;
position: fixed;
top: 0px;
left: 0px;
height: 70px;
width: 100%
}
.title-slide .my-footer {
display: none
}
:not(.title-slide) > .my-title-footer {
display: none
}
.title-slide .my-title-footer {
background-image: url(img/bg.png);
background-position: 0px 0px;
border-top: 0px solid #222;
background-size: 100%;
position: absolute;
height: 370px;
width: 100%;
bottom: 0px;
left: 0px;
font-family: 'Open Sans', sans-serif;
}
.title-slide .my-title-footer a { color:#fff; text-decoration:none; font-family: 'Open Sans', sans-serif }
.title-slide .my-title-footer td {
font-size: 12pt;
color: #fff;
padding:0px 10px;
font-family: 'Open Sans', sans-serif
}
/*.title-slide .my-title-footer tbody { background: transparent }*/
.cols{
display: flex;
}
.eighty{
flex: 80%;
}
.seventy{
flex: 70%;
}
.sixty{
flex: 60%;
}
.fifty{
flex: 50%;
}
.fourty{
flex: 40%;
}
.thirty{
flex: 30%;
}
.twenty{
flex: 20%;
}