mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-08-03 02:39:52 +00:00
✨ 新版状态页面
This commit is contained in:
19
liteyuki/resources/vanilla_resource/templates/css/card.css
Normal file
19
liteyuki/resources/vanilla_resource/templates/css/card.css
Normal file
@ -0,0 +1,19 @@
|
||||
.data-storage {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-shadow: 1px 1px 2px black;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.info-box {
|
||||
border-radius: 30px;
|
||||
padding: 30px;
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
margin-bottom: 20px;
|
||||
}
|
Reference in New Issue
Block a user