Skip to content

Commit b6261e7

Browse files
authored
Add files via upload
1 parent 770e61e commit b6261e7

6 files changed

Lines changed: 165 additions & 0 deletions

File tree

css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma-slider.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.css.map.txt

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

css/bulma.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.css

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
body {
2+
font-family: 'Noto Sans', sans-serif;
3+
}
4+
5+
6+
.footer .icon-link {
7+
font-size: 25px;
8+
color: #000;
9+
}
10+
11+
.link-block a {
12+
margin-top: 5px;
13+
margin-bottom: 5px;
14+
}
15+
16+
.dnerf {
17+
font-variant: small-caps;
18+
}
19+
20+
21+
.teaser .hero-body {
22+
padding-top: 0;
23+
padding-bottom: 3rem;
24+
}
25+
26+
.teaser {
27+
font-family: 'Google Sans', sans-serif;
28+
}
29+
30+
31+
.publication-title {
32+
}
33+
34+
.publication-banner {
35+
max-height: parent;
36+
37+
}
38+
39+
.publication-banner video {
40+
position: relative;
41+
left: auto;
42+
top: auto;
43+
transform: none;
44+
object-fit: fit;
45+
}
46+
47+
.publication-header .hero-body {
48+
}
49+
50+
.publication-title {
51+
font-family: 'Google Sans', sans-serif;
52+
}
53+
54+
.publication-authors {
55+
font-family: 'Google Sans', sans-serif;
56+
}
57+
58+
.publication-venue {
59+
color: #555;
60+
width: fit-content;
61+
margin: auto;
62+
font-weight: bold;
63+
}
64+
65+
.publication-awards {
66+
color: #ff3860;
67+
width: fit-content;
68+
margin: auto;
69+
font-weight: bolder;
70+
}
71+
72+
.publication-authors a {
73+
color: hsl(204, 86%, 53%) !important;
74+
}
75+
76+
.publication-authors a:hover {
77+
text-decoration: underline;
78+
}
79+
80+
.author-block {
81+
display: inline-block;
82+
}
83+
84+
.publication-banner img {
85+
}
86+
87+
.publication-authors {
88+
/*color: #4286f4;*/
89+
}
90+
91+
.publication-video {
92+
position: relative;
93+
width: 100%;
94+
height: 0;
95+
padding-bottom: 56.25%;
96+
97+
overflow: hidden;
98+
border-radius: 10px !important;
99+
}
100+
101+
.publication-video iframe {
102+
position: absolute;
103+
top: 0;
104+
left: 0;
105+
width: 100%;
106+
height: 100%;
107+
}
108+
109+
.publication-body img {
110+
}
111+
112+
.results-carousel {
113+
overflow: hidden;
114+
}
115+
116+
.results-carousel .item {
117+
margin: 5px;
118+
overflow: hidden;
119+
border: 1px solid #bbb;
120+
border-radius: 10px;
121+
padding: 0;
122+
font-size: 0;
123+
}
124+
125+
.results-carousel video {
126+
margin: 0;
127+
}
128+
129+
130+
.interpolation-panel {
131+
background: #f5f5f5;
132+
border-radius: 10px;
133+
}
134+
135+
.interpolation-panel .interpolation-image {
136+
width: 100%;
137+
border-radius: 5px;
138+
}
139+
140+
.interpolation-video-column {
141+
}
142+
143+
.interpolation-panel .slider {
144+
margin: 0 !important;
145+
}
146+
147+
.interpolation-panel .slider {
148+
margin: 0 !important;
149+
}
150+
151+
#interpolation-image-wrapper {
152+
width: 100%;
153+
}
154+
#interpolation-image-wrapper img {
155+
border-radius: 5px;
156+
}

0 commit comments

Comments
 (0)