|
1 |
| -body { |
2 |
| - font-family: 'Noto Sans', sans-serif; |
| 1 | +:root { |
| 2 | + --secondary-color: #bb0000; |
| 3 | + --nice-gray: rgb(236, 240, 243); |
| 4 | + --main-width: 84ch; |
| 5 | + font-size: 1.0em; |
| 6 | + font-family: "Noto Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
| 7 | + } |
| 8 | + |
| 9 | + html { |
| 10 | + box-sizing: border-box; |
| 11 | + } |
| 12 | + |
| 13 | + *,*:before,*:after { |
| 14 | + box-sizing: inherit; |
| 15 | + } |
| 16 | + |
| 17 | + body { |
| 18 | + margin: 0; |
| 19 | +} |
| 20 | + |
| 21 | +main { |
| 22 | + margin: 0 auto; |
| 23 | + max-width: var(--main-width); |
| 24 | + text-rendering: optimizeLegibility; |
| 25 | + -webkit-font-smoothing: antialiased; |
| 26 | + -moz-osx-font-smoothing: grayscale; |
| 27 | + line-height: 1.7em; |
| 28 | + min-height: calc(var(--main-width)); |
3 | 29 | }
|
4 | 30 |
|
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 |
| -.publication-title { |
26 |
| -} |
27 |
| -
|
28 |
| -.publication-banner { |
29 |
| - max-height: parent; |
30 |
| -
|
31 |
| -} |
32 |
| -
|
33 |
| -.publication-header .hero-body { |
34 |
| -} |
35 |
| -
|
36 |
| -.publication-title { |
37 |
| - font-family: 'Google Sans', sans-serif; |
38 |
| -} |
39 |
| -
|
40 |
| -.publication-authors { |
41 |
| - font-family: 'Google Sans', sans-serif; |
42 |
| -} |
43 |
| -
|
44 |
| -.publication-venue { |
45 |
| - color: #555; |
46 |
| - width: fit-content; |
47 |
| - font-weight: bold; |
48 |
| -} |
49 |
| -
|
50 |
| -.publication-awards { |
51 |
| - color: #ff3860; |
52 |
| - width: fit-content; |
53 |
| - font-weight: bolder; |
54 |
| -} |
55 |
| -
|
56 |
| -.publication-authors { |
57 |
| -} |
58 |
| -
|
59 |
| -.publication-authors a { |
60 |
| - color: hsl(204, 86%, 53%) !important; |
61 |
| -} |
62 |
| -
|
63 |
| -.publication-authors a:hover { |
64 |
| - text-decoration: underline; |
65 |
| -} |
66 |
| -
|
67 |
| -.author-block { |
68 |
| - display: inline-block; |
69 |
| -} |
70 |
| -
|
71 |
| -.publication-banner img { |
72 |
| -} |
73 |
| -
|
74 |
| -.publication-authors { |
75 |
| - /*color: #4286f4;*/ |
76 |
| -} |
77 |
| - |
78 |
| - |
79 |
| -.publication-body img { |
80 |
| -} */ |
81 | 31 |
|
82 | 32 | .gfi_framework {
|
83 | 33 | display: flex;
|
@@ -146,49 +96,3 @@ body {
|
146 | 96 | background-color: var(--nice-gray);
|
147 | 97 | }
|
148 | 98 |
|
149 |
| - |
150 |
| -/* .results-carousel { |
151 |
| - overflow: hidden; |
152 |
| -} |
153 |
| -
|
154 |
| -.results-carousel .item { |
155 |
| - margin: 5px; |
156 |
| - overflow: hidden; |
157 |
| - border: 1px solid #bbb; |
158 |
| - border-radius: 10px; |
159 |
| - padding: 0; |
160 |
| - font-size: 0; |
161 |
| -} |
162 |
| -
|
163 |
| -.results-carousel video { |
164 |
| - margin: 0; |
165 |
| -} |
166 |
| -
|
167 |
| -
|
168 |
| -.interpolation-panel { |
169 |
| - background: #f5f5f5; |
170 |
| - border-radius: 10px; |
171 |
| -} |
172 |
| -
|
173 |
| -.interpolation-panel .interpolation-image { |
174 |
| - width: 100%; |
175 |
| - border-radius: 5px; |
176 |
| -} |
177 |
| -
|
178 |
| -.interpolation-video-column { |
179 |
| -} |
180 |
| -
|
181 |
| -.interpolation-panel .slider { |
182 |
| - margin: 0 !important; |
183 |
| -} |
184 |
| -
|
185 |
| -.interpolation-panel .slider { |
186 |
| - margin: 0 !important; |
187 |
| -} |
188 |
| -
|
189 |
| -#interpolation-image-wrapper { |
190 |
| - width: 100%; |
191 |
| -} |
192 |
| -#interpolation-image-wrapper img { |
193 |
| - border-radius: 5px; |
194 |
| -} */ |
0 commit comments