mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 20:10:36 +00:00
50 lines
923 B
CSS
50 lines
923 B
CSS
|
body {
|
||
|
background-color: #f5f6fb;
|
||
|
}
|
||
|
|
||
|
.header {
|
||
|
background-image: url(../../bot/help/background/header.png);
|
||
|
box-shadow: 0 0 8px rgb(123 242 248 / 50%);
|
||
|
}
|
||
|
|
||
|
.box {
|
||
|
background-color: #fdfdf3;
|
||
|
box-shadow: 0 0 8px rgb(123 242 248 / 50%);
|
||
|
}
|
||
|
|
||
|
.box-title {
|
||
|
background-color: #43849abb;
|
||
|
--tw-ring-color: #43849a;
|
||
|
}
|
||
|
|
||
|
.pointer-bar {
|
||
|
width: 95%;
|
||
|
height: 8px;
|
||
|
display: inline-block;
|
||
|
background-color: rgb(0, 0, 0, 0.2);
|
||
|
border-radius: 0.25rem;
|
||
|
}
|
||
|
|
||
|
.pointer-progress-bar {
|
||
|
border-radius: 0.25rem;
|
||
|
height: 100%;
|
||
|
background: #fff6e2;
|
||
|
}
|
||
|
|
||
|
.name {
|
||
|
background: linear-gradient(to bottom, #FFFFEE, #FFEEFF, #EEFFFF);
|
||
|
background-clip: text;
|
||
|
-webkit-background-clip: text;
|
||
|
color: transparent;
|
||
|
}
|
||
|
|
||
|
.uid {
|
||
|
color: #fff;
|
||
|
background: linear-gradient(to right, rgb(0, 0, 0, 0), #5ddddd, rgb(0, 0, 0, 0));
|
||
|
}
|
||
|
|
||
|
.about {
|
||
|
background-color: #e0dad3;
|
||
|
color: #8a4d30;
|
||
|
}
|