|
|
body { |
|
|
font-family: 'Noto Sans', sans-serif; |
|
|
} |
|
|
|
|
|
|
|
|
.footer .icon-link { |
|
|
font-size: 25px; |
|
|
color: #000; |
|
|
} |
|
|
|
|
|
.link-block{ |
|
|
margin: 10px 0; |
|
|
} |
|
|
.link-block a { |
|
|
margin-top: 5px; |
|
|
margin-bottom: 5px; |
|
|
} |
|
|
|
|
|
.mmmu { |
|
|
font-variant: small-caps; |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
|
|
|
.teaser .hero-body { |
|
|
padding-top: 0; |
|
|
padding-bottom: 3rem; |
|
|
} |
|
|
|
|
|
.teaser { |
|
|
font-family: 'Google Sans', sans-serif; |
|
|
} |
|
|
|
|
|
@media screen and (max-width: 770px) { |
|
|
.publication-links { |
|
|
display: flex; |
|
|
flex-wrap: wrap; |
|
|
justify-content: center; |
|
|
} |
|
|
} |
|
|
.publication-links { |
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.publication-title { |
|
|
} |
|
|
|
|
|
.publication-banner { |
|
|
max-height: parent; |
|
|
|
|
|
} |
|
|
|
|
|
.publication-banner video { |
|
|
position: relative; |
|
|
left: auto; |
|
|
top: auto; |
|
|
transform: none; |
|
|
object-fit: fit; |
|
|
} |
|
|
|
|
|
.publication-header .hero-body { |
|
|
} |
|
|
|
|
|
.publication-title { |
|
|
font-family: 'Google Sans', sans-serif; |
|
|
} |
|
|
|
|
|
.publication-authors { |
|
|
font-family: 'Google Sans', sans-serif; |
|
|
} |
|
|
|
|
|
.publication-venue { |
|
|
color: #555; |
|
|
width: fit-content; |
|
|
font-weight: bold; |
|
|
} |
|
|
|
|
|
.publication-awards { |
|
|
color: #ff3860; |
|
|
width: fit-content; |
|
|
font-weight: bolder; |
|
|
} |
|
|
|
|
|
.publication-authors { |
|
|
} |
|
|
|
|
|
.publication-authors a { |
|
|
color: hsl(204, 86%, 53%) !important; |
|
|
} |
|
|
|
|
|
.publication-authors a:hover { |
|
|
text-decoration: underline; |
|
|
} |
|
|
|
|
|
.author-block { |
|
|
display: inline-block; |
|
|
} |
|
|
|
|
|
.publication-banner img { |
|
|
} |
|
|
|
|
|
.publication-authors { |
|
|
|
|
|
} |
|
|
|
|
|
.publication-video { |
|
|
position: relative; |
|
|
width: 100%; |
|
|
height: 0; |
|
|
padding-bottom: 56.25%; |
|
|
|
|
|
overflow: hidden; |
|
|
border-radius: 10px !important; |
|
|
} |
|
|
|
|
|
.publication-video iframe { |
|
|
position: absolute; |
|
|
top: 0; |
|
|
left: 0; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
} |
|
|
|
|
|
.publication-body img { |
|
|
} |
|
|
|
|
|
.results-carousel { |
|
|
overflow: hidden; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.stats-image { |
|
|
max-height: 250px; |
|
|
} |
|
|
|
|
|
#org-banners { |
|
|
display:flex; |
|
|
flex-direction: row; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
flex-wrap: wrap; |
|
|
} |
|
|
|
|
|
.org-banner { |
|
|
|
|
|
max-width: 100%; |
|
|
height: 6em; |
|
|
margin: 10px; |
|
|
padding: 10px; |
|
|
} |
|
|
|
|
|
.chart-grid { |
|
|
display: grid; |
|
|
grid-gap: 10px; |
|
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); |
|
|
} |
|
|
|
|
|
.chart-item { |
|
|
text-align: center; |
|
|
} |
|
|
|
|
|
.chart-label { |
|
|
margin-top: 5px; |
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 600px) { |
|
|
.chart-grid { |
|
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (min-width: 900px) { |
|
|
.chart-grid { |
|
|
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); |
|
|
} |
|
|
} |
|
|
|
|
|
.bottom-text { |
|
|
margin-top: 30px; |
|
|
} |
|
|
|
|
|
|
|
|
.model-labels-container { |
|
|
text-align: right; |
|
|
margin-top: 8px; |
|
|
margin-bottom: 8px; |
|
|
} |
|
|
|
|
|
.model-label { |
|
|
display: inline-block; |
|
|
padding: 4px 10px; |
|
|
margin: 5px; |
|
|
border-radius: 3px; |
|
|
color: rgb(255, 255, 255); |
|
|
} |
|
|
|
|
|
.leaderboard-label { |
|
|
display: inline-block; |
|
|
padding: 4px 10px; |
|
|
margin: 5px; |
|
|
border-radius: 3px; |
|
|
color: rgb(48, 48, 48); |
|
|
} |
|
|
|
|
|
.box { |
|
|
display: flex; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
height: 100%; |
|
|
margin: 5px; |
|
|
} |
|
|
|
|
|
.cmmmu-green { |
|
|
background: #123224; |
|
|
padding: 100px 0; |
|
|
} |
|
|
|
|
|
.cmmmu-green * { |
|
|
color: #fff; |
|
|
} |
|
|
|
|
|
.cmmmu-green .is-rounded { |
|
|
border-radius: 5px; |
|
|
margin: 0 2px; |
|
|
background-color: #666666; |
|
|
} |
|
|
|
|
|
.cmmmu-container .navbar { |
|
|
background: #123224; |
|
|
} |
|
|
|
|
|
.cmmmu-container .hero.is-light { |
|
|
background: #123224; |
|
|
} |
|
|
|
|
|
.cmmmu-container .mmmu, |
|
|
.cmmmu-container .mmmu.title { |
|
|
color: #fff; |
|
|
} |
|
|
|
|
|
|
|
|
.II-Bench-container .title.is-3 { |
|
|
background: #5db981; |
|
|
color: #fff; |
|
|
border-radius: 50px; |
|
|
padding: 10px 0; |
|
|
} |
|
|
|
|
|
.cmmmu-container thead { |
|
|
background: #43592d; |
|
|
} |
|
|
|
|
|
.cmmmu-container td:hover>strong{ |
|
|
color: #474747; |
|
|
} |
|
|
.cmmmu-container td>strong { |
|
|
color: #fff; |
|
|
} |
|
|
|
|
|
.cmmmu-container .footer{ |
|
|
background: #123224; |
|
|
} |
|
|
.cmmmu-container .footer .content{ |
|
|
color: #fff; |
|
|
} |
|
|
|
|
|
.cmmmu-container .footer .content a{ |
|
|
color: #609dff; |
|
|
} |
|
|
.cmmmu-container .footer .content a:hover{ |
|
|
color: #28ead5; |
|
|
} |
|
|
|