2023-04-28 17:50:27 +00:00
|
|
|
body {
|
2023-05-07 10:56:52 +00:00
|
|
|
background-color: #f5f6fb;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2024-03-29 13:40:23 +00:00
|
|
|
/*background-image: url(../../bot/help/background/header.png);*/
|
2023-05-07 10:56:52 +00:00
|
|
|
box-shadow: 0 0 8px #72a2ae79;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
2023-05-07 10:56:52 +00:00
|
|
|
background-color: #f4f2e4;
|
|
|
|
box-shadow: 0 0 8px #72a2ae79;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pointer-bar {
|
2023-05-07 10:56:52 +00:00
|
|
|
width: 95%;
|
|
|
|
height: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
background-color: rgb(0, 0, 0, 0.2);
|
|
|
|
border-radius: 0.25rem;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pointer-progress-bar {
|
2023-05-07 10:56:52 +00:00
|
|
|
border-radius: 0.25rem;
|
|
|
|
height: 100%;
|
|
|
|
background: #fff6e2;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
2023-05-07 10:56:52 +00:00
|
|
|
color: #ffffee;
|
|
|
|
text-shadow: 0 0.08em 0.1em #00000093, 0 0.1em 0.3em rgba(0, 0, 0, 0.4);
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.uid {
|
2023-05-07 10:56:52 +00:00
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(
|
|
|
|
to right,
|
|
|
|
rgb(0, 0, 0, 0),
|
|
|
|
#3f7587 25%,
|
|
|
|
#3f7587 75%,
|
|
|
|
rgb(0, 0, 0, 0)
|
|
|
|
);
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.about {
|
2023-05-07 10:56:52 +00:00
|
|
|
background-color: #e0dad3;
|
|
|
|
color: #8a4d30;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame-pic {
|
|
|
|
border-color: #fdfdf356;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frame {
|
|
|
|
border-color: #cdbea8;
|
2023-04-28 17:50:27 +00:00
|
|
|
}
|