-
Notifications
You must be signed in to change notification settings - Fork 12
/
style.css
117 lines (101 loc) · 1.82 KB
/
style.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
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
body {
font-family: 'Droid Serif';
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
/*font-weight: 400;*/
margin-bottom: 10pt;
margin-top: 0;
color: gray;
}
img {
width: 100%;
}
a {
color: gray;
}
thead tr th {
/*background-color: lightgray;*/
border-bottom: 2px solid lightgray;
}
tbody tr td:first-child {
padding-right: 10px;
}
tbody tr:last-child td {
border-bottom: 2px solid lightgray;
}
/*
.remark-slide-content {
background-image: url(./stellar.svg);
background-position: 10% 98%;
background-size: 155pt 20pt;
}
*/
.remark-code {
font-size: 11pt;
}
/* Two-column layout */
.left-column {
width: 50%;
float: left;
}
.right-column {
width: 50%;
float: right;
}
.logo {
position: absolute;
left: 0;
bottom: 10pt;
width: 100%;
height: 30pt;
/*float: left;*/
margin: 0px;
padding: 0px;
}
.logo-img {
margin-left: 20px;
display: inline-block;
position: relative;
width: 20%;
transform: translate(0, -30%);
}
.logo-img-cscs {
margin-left: 20px;
display: inline-block;
position: relative;
height: 30pt;
width: 74pt;
}
.logo-img-fau {
margin-left: 20px;
display: inline-block;
position: relative;
height: 20pt;
width: 34pt;
transform: translate(0, -5px);
}
.logo-img-ethz {
margin-left: 20px;
display: inline-block;
position: relative;
height: 12px;
width: 64px;
transform: translate(0, -15px);
}
.logo-img-lsu {
margin-left: 20px;
display: inline-block;
position: relative;
height: 12px;
width: 64px;
transform: translate(0, -15px);
}
.crop {
overflow: hidden;
}
.crop img {
margin: -60px 0 0 0;
}