Skip to content

Commit 08e8fc6

Browse files
authored
Add files via upload
1 parent f23ce3d commit 08e8fc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+11196
-0
lines changed

EVolSplat/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.

EVolSplat/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.

EVolSplat/css/bulma.css.map.txt

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

EVolSplat/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.

EVolSplat/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.

EVolSplat/css/index.css

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
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+
.methodname {
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+
width: 100%;
116+
}
117+
118+
.results-carousel .twoitem {
119+
background-color: #000;
120+
display: flex;
121+
flex-direction: column;
122+
align-items: center;
123+
justify-content: center;
124+
height: 95%;
125+
margin: 5px;
126+
overflow: hidden;
127+
border: 1px solid #bbb;
128+
border-radius: 10px;
129+
padding: 0;
130+
font-size: 0;
131+
}
132+
133+
.slider-navigation-previous {
134+
top: 47.5%;
135+
margin-top: -15px;
136+
left: calc(0% + 15px);
137+
box-shadow: 0 0 12px rgba(0, 0, 0, 1);
138+
}
139+
140+
.slider-navigation-next {
141+
top: 47.5%;
142+
margin-top: -15px;
143+
left: calc(100% - 15px - 42px);
144+
box-shadow: 0 0 12px rgba(0, 0, 0, 1);
145+
}
146+
147+
.slider-pagination {
148+
top: calc(100% - 22px);
149+
}
150+
.slider-pagination .slider-page {
151+
background-color: #FFF;
152+
box-shadow: 0 0 4px rgba(0, 0, 0, 1);
153+
}
154+
155+
.selectable{
156+
-webkit-touch-callout: all; /* iOS Safari */
157+
-webkit-user-select: all; /* Safari */
158+
-khtml-user-select: all; /* Konqueror HTML */
159+
-moz-user-select: all; /* Firefox */
160+
-ms-user-select: all; /* Internet Explorer/Edge */
161+
user-select: all; /* Chrome and Opera */
162+
}

0 commit comments

Comments
 (0)