Spaces:
Running
Running
.gradio-container { | |
background: url('https://storage.googleapis.com/wpassets.junyiacademy.org/1/2023/11/background-scaled.jpg'); | |
background-size: cover; | |
background-position: center center; | |
background-repeat: no-repeat; | |
} | |
#user_avatar { | |
background-color: transparent ; | |
width: 25vw; | |
height: 25vw; | |
border-radius: 50% ; | |
box-shadow: 0 10px 15px rgba(0,0,0,0.1); | |
border-color: #fff ; | |
} | |
#user_avatar_description h1{ | |
font-size: 2.5rem; | |
text-align: center; | |
} | |
#pet_avatar_description h1{ | |
font-size: 2rem; | |
text-align: center; | |
} | |
#badge_avatar_description h1{ | |
font-size: 2rem; | |
text-align: center; | |
} | |
#adventure_description h1{ | |
font-size: 2rem; | |
text-align: center; | |
} | |
#achievement_log { | |
margin: 2.5rem auto 0 auto; | |
} | |
#pet_gallery .grid-wrap button { | |
margin: .5vh; | |
background: transparent ; | |
border-color: transparent ; | |
height: 150px ; | |
width: 6vh ; | |
border-radius: 20px; | |
box-shadow: 0 0 10px rgba(0,0,0,0.3); | |
} | |
#pet_gallery .grid-container { | |
grid-template-columns: repeat(30, minmax(6vh, 1fr)); | |
} | |
#badge_gallery .grid-wrap button { | |
margin: .5vh; | |
height: 150px ; | |
width: 10vh ; | |
background: transparent ; | |
border-color: transparent ; | |
border-radius: 20px; | |
box-shadow: 0 0 10px rgba(0,0,0,0.3); | |
backdrop-filter: blur(10px); | |
} | |
::-webkit-scrollbar { | |
width: 5px; | |
height: 10px; | |
} | |
[data-testid="block-label"] { | |
opacity: 0; | |
} | |
[aria-label="Share"] { | |
opacity: 0; | |
} |