2024-04-15 18:04:19 +08:00
|
|
|
.data-storage {
|
2024-04-12 00:32:08 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
2024-04-15 18:04:19 +08:00
|
|
|
text-shadow: 1px 1px 2px black;
|
2024-04-12 00:32:08 +08:00
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box {
|
2024-04-27 02:20:44 +08:00
|
|
|
border-radius: 50px;
|
2024-04-12 00:32:08 +08:00
|
|
|
padding: 30px;
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
margin-bottom: 20px;
|
2024-04-27 02:20:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#author-description {
|
2024-04-27 11:42:58 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#author-text {
|
|
|
|
margin-left: 20px;
|
2024-04-27 02:20:44 +08:00
|
|
|
color: var(--sub-text-color);
|
|
|
|
font-size: 30px;
|
2024-04-12 00:32:08 +08:00
|
|
|
}
|