Spaces:
Running
on
Zero
Running
on
Zero
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); | |
::selection { | |
background: rgba(255, 251, 35, 0.58); | |
} | |
body { | |
max-width: 1000px ; | |
margin: 0 auto ; | |
} | |
.title_left { | |
padding-top: 0vw ; | |
filter: none ; | |
} | |
.title_left > h1 { | |
color: #2f2f2f ; | |
font-family: "Gelasio",Georgia,serif ; | |
font-weight: normal ; | |
font-size: 2.0vw ; | |
text-align: center ; | |
} | |
.title_left > h2 { | |
color: #2f2f2f ; | |
font-family: "Gelasio",Georgia,serif ; | |
font-weight: normal ; | |
font-size: 1.5vw ; | |
text-align: center ; | |
} | |
.author-container { | |
color: #2f2f2f; | |
font-family: Gelasio,"Avenir Next",Helvetica,sans-serif; | |
font-weight: normal; | |
font-size: 1vw; | |
padding-top: 0.2vw; | |
justify-items: center; | |
justify-content: center; | |
display: grid; | |
grid-template-columns: auto auto auto auto auto; | |
} | |
.affiliation-container { | |
color: #2f2f2f; | |
font-family: Gelasio,"Avenir Next",Helvetica,sans-serif; | |
font-weight: normal; | |
font-size: 1vw; | |
padding-top: 0.2vw; | |
justify-items: center; | |
justify-content: center; | |
display: grid; | |
grid-template-columns: auto auto auto auto auto; | |
} | |
.grid-item { | |
text-align: center; | |
padding-right: 0.7vw; | |
padding-left: 0.7vw; | |
} | |
.grid-item > a { | |
color: #2f2f2f; | |
text-decoration: underline; | |
text-underline-offset: 3px; | |
} | |
.grid-item.cmu > a { | |
text-decoration-color: rgba(196, 18, 48, 0.2) | |
} | |
.grid-item.cmu > p::before { | |
content: ""; | |
display: inline-block; | |
width: 12px; | |
height: 12px; | |
background-color: rgba(196, 18, 48, 0.6); | |
margin-right: 8px; | |
vertical-align: middle; | |
} | |
.grid-item.snap > a { | |
text-decoration-color: rgba(255,252,0, 0.4) | |
} | |
.grid-item.snap > p::before { | |
content: ""; | |
display: inline-block; | |
width: 12px; | |
height: 12px; | |
background-color: rgba(255, 252, 0, 0.6); | |
margin-right: 8px; | |
vertical-align: middle; | |
} | |
.grid-item.cmu > p, | |
.grid-item.snap > p { | |
color: #2f2f2f; | |
} | |
.column { | |
min-width: min(100px, 100%) ; | |
} | |
.block { | |
min-width: min(100px, 100%) ; | |
background: transparent ; | |
border: none ; | |
} | |
.gr-box, .gr-form, .gr-panel { | |
background: transparent ; | |
border: none ; | |
} | |
.gr-row, .gr-column { | |
background: transparent ; | |
} | |
.gr-textbox, .gr-number, .gr-slider, .gr-dropdown { | |
background: rgba(255, 255, 255, 0.1) ; | |
border: 1px solid rgba(255, 255, 255, 0.2) ; | |
backdrop-filter: blur(10px) ; | |
} | |
.gr-button { | |
background: rgba(255, 255, 255, 0.15) ; | |
border: 1px solid rgba(255, 255, 255, 0.3) ; | |
backdrop-filter: blur(10px) ; | |
} | |
.gr-accordion { | |
background: rgba(255, 255, 255, 0.05) ; | |
border: 1px solid rgba(255, 255, 255, 0.1) ; | |
backdrop-filter: blur(5px) ; | |
} | |
.gr-gallery { | |
background: rgba(255, 255, 255, 0.05) ; | |
border: 1px solid rgba(255, 255, 255, 0.1) ; | |
backdrop-filter: blur(5px) ; | |
} | |
#starting-candidates-row > #component-7 { | |
border: none ; | |
/* font-family: "Varela Round" !important; | |
font-weight: 500 !important; */ | |
} | |
#output-group-size-row >#component-10{ | |
border: none ; | |
/* font-family: "Varela Round" !important; */ | |
/* font-weight: 500 !important; */ | |
} | |
#pruning-ratio-label, #lambda-label, #seed-label, #unary-term-label, #binary-term-label { | |
border: none ; | |
/* font-family: "Varela Round" !important; | |
font-weight: 500 !important; */ | |
} |