Diff of /docs/static/css/index.css [000000] .. [4abb48]

Switch to unified view

a b/docs/static/css/index.css
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
    font-weight: bold;
62
}
63
64
.publication-awards {
65
    color: #ff3860;
66
    width: fit-content;
67
    font-weight: bolder;
68
}
69
70
.publication-authors {
71
}
72
73
.publication-authors a {
74
   color: hsl(204, 86%, 53%) !important;
75
}
76
77
.publication-authors a:hover {
78
    text-decoration: underline;
79
}
80
81
.author-block {
82
  display: inline-block;
83
}
84
85
.publication-banner img {
86
}
87
88
.publication-authors {
89
  /*color: #4286f4;*/
90
}
91
92
.publication-video {
93
    position: relative;
94
    width: 100%;
95
    height: 0;
96
    padding-bottom: 56.25%;
97
98
    overflow: hidden;
99
    border-radius: 10px !important;
100
}
101
102
.publication-video iframe {
103
    position: absolute;
104
    top: 0;
105
    left: 0;
106
    width: 100%;
107
    height: 100%;
108
}
109
110
.publication-body img {
111
}
112
113
.results-carousel {
114
  overflow: hidden;
115
}
116
117
.results-carousel .item {
118
  margin: 5px;
119
  overflow: hidden;
120
  padding: 20px;
121
  font-size: 0;
122
}
123
124
.results-carousel video {
125
  margin: 0;
126
}
127
128
.slider-pagination .slider-page {
129
  background: #000000;
130
}
131
132
.eql-cntrb { 
133
  font-size: smaller;
134
}
135
136
137