:root {
--color-background: #180f02;
--color-text: #f09f26;
--color-border: rgb(236, 174, 17);
--info-pl: 0px;
--cursor: url('/res/cursor/cur.png'), auto;
--cursor-hover: url('/res/cursor/cur_hover.png'), auto;
}
html{
}
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: manipulation;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: url('/res/animation/bg.jpg') no-repeat center center;
background-size: cover;
background-attachment: fixed;
background-color: var(--color-background);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-color: var(--color-background);
font-family: '楷体', 'KaiTi', 'STKaiti', serif;
color: var(--color-text);
cursor: var(--cursor);
overflow-x: hidden;
}
* {
cursor: inherit;
}
:active,:focus,:visited,:link,:target,:focus-visible,:before,:after {
cursor: var(--cursor-hover)
}
.allow-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.custom-cursor {
}
.currency_box {
margin-top: 40px;
border: 2px solid var(--color-border);
width: 100%;
height: auto;
border-image: linear-gradient(180deg, var(--color-border), rgba(236, 174, 17, 0), var(--color-border));
border-image-slice: 1;
position: relative;
text-align: left;
margin-bottom: 30px;
box-sizing: border-box;
}
.currency_box .content_box {
font-size: 20px;
height: auto;
color: #BBBBBB;
width: auto;
overflow-x: hidden;
text-overflow: ellipsis;
overflow-wrap: break-word !important;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
box-sizing: border-box;
}
.currency_box .content_box .btn_bootom_center_box{
position: absolute;
width: auto;
height: 32px;
max-height: 32px;
bottom: -16px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-background);
white-space: nowrap;
left: 50%;
transform: translateX(-50%);
}
.currency_box .content_box .btn_bootom_center{
position: absolute;
color: floralwhite;
padding: 5px 10px;
font-family: '楷体';
border: 1px solid var(--color-border);
background-color: var(--color-background);
}
.currency_box .content_box .btn_bootom_center:hover{
border-width: 2px;
}
.currency_box .currency_box .content_text{
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.btn_top_right_box {
position: absolute;
width: auto;
height: auto;
right: 0px;
top: -16px;
margin-right: 10px;
}
.btn_center_right_box {
position: absolute;
width: auto;
height: auto;
right: -30px;
top: 32px;
margin-right: 10px;
box-sizing: border-box;
}
.btn_center_right_box a {
text-decoration: none;
border: 1px solid var(--color-border);
background-color: var(--color-background);
padding: 10px;
font-size: 14px;
color: var(--color-text);
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
max-width: 32px;
max-height: 32px;
}
.btn_center_box {
position: absolute;
width: auto;
height: 32px;
max-height: 32px;
right: 10px;
bottom: -18px;
}
.btn_center_box a {
text-decoration: none;
}
.btn_home_center_box {
position: absolute;
width: auto;
height: auto;
left: 50%;
transform: translateX(-50%);
margin-top: 25px;
}
.btn_home_center_box a {
text-decoration: none;
}
.btn_bootom_right_box{
position: absolute;
width: auto;
height: 32px;
max-height: 32px;
right: 10px;
bottom: -18px;
}
.btn_bootom_right{
display: inline-flex;
white-space: nowrap;
align-items: center;
justify-content: center;
min-width: 60px;
min-height: 24px;
margin-right: 10px;
border: 1px solid var(--color-border);
background-color: var(--color-background);
padding: 5px;
font-size: 14px;
box-sizing: border-box;
color: var(--color-text);
}
.btn_top_right {
display: inline-flex;
white-space: nowrap;
align-items: center;
justify-content: center;
min-width: 32px;
min-height: 32px;
margin-right: 10px;
border: 1px solid var(--color-border);
background-color: var(--color-background);
padding: 5px;
font-size: 14px;
box-sizing: border-box;
color: var(--color-text);
}
.btn_top_right .search_box{
display: inline-block;
width: 200px;
height: 40px;
max-height: 40px;
max-width: 100px;
min-width: 100px;
color: var(--color-text);
border: none;
background-color: transparent;
}
.btn_top_right a {
text-decoration: none;
}
.btn_top_right:hover {
color: antiquewhite;
border-width: 2px;
}
.btn_top_left {
position: absolute;
border: 1px solid var(--color-border);
width: auto;
height: auto;
left: 30px;
top: -18px;
background-color: var(--color-background);
padding: 8px;
font-size: 24px;
font-weight: bold;
display: flex;
align-items: center;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
main {
max-width: 1280px;
min-width: 100px;
min-height: 320px;
padding: 10px;
padding-top: 30px;
margin: 0 auto;
box-sizing: border-box;
overflow-x: hidden;
}
.currency_box .header_title_box{
position: relative;
width: auto;
height: auto;
box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.currency_box .header_title_box .header_title {
color: var(--color-text);
width: auto;
padding-top: 0;
}
.currency_box .header_title_box .title-p{
padding-top: 20px;
width: auto;
height: auto;
color: rgb(4, 184, 52) !important;
box-sizing: border-box;
padding-bottom: 10px;
}
.currency_box .header_title_box .title-p .glowing-text {
text-shadow:
8px 0 8px #ff4da6,
-8px 0 8px #ff4da6,
0 8px 8px #ff4da6,
0 -8px 8px #ff4da6;
}
.currency_box .header_title_box .header_title a {
font-family: "english";
font-size: 55px;
font-weight: bold;
text-decoration: none;
color: rgb(3, 218, 24);
font-style: normal;
text-shadow:
4px 0 4px green,
-4px 0 4px green,
0 4px 4px rgb(0, 255, 0),
0 -4px 4px green;
}
.currency_box .header_title_box .header_title a:hover {
font-style: italic;
}
.currency_box .top_left_btn {
position: absolute;
border: 1px solid var(--color-border);
width: auto;
height: auto;
left: 30px;
top: -16px;
background-color: var(--color-background);
padding: 5px;
font-size: 16px;
}
.user_home_header  {
padding-top: 30px;
width: 100%;
min-height: 30px;
box-sizing: border-box;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: flex;
align-items: center;
}
.currency_box .user_top_left_btn {
position: absolute;
border: 1px solid var(--color-border);
width: auto;
height: auto;
left: 30px;
top: -16px;
background-color: var(--color-background);
padding: 5px;
font-size: 16px;
z-index: 1;
}
.user_home_header.user_top_left_btn a {
text-decoration: none;
}
.currency_box .user_top_left_btn .user-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.currency_box .user_top_left_btn .user-list .user-item {
display: inline-block;
width: 100%;
height: 100%;
position: relative;
align-items: center;
}
.currency_box .user_top_left_btn .user-list .user-info-popup {
height: auto;
width: auto;
min-width: 100px;
display: none;
position: absolute;
background-color: #251e0e;
border: 1px solid #0c0c0c;
overflow: hide;
text-align: center;
border: 1px solid #bd9632;
border-radius: 16px;
align-items: center;
align-items: center;
}
.currency_box .user_top_left_btn .user-list .user-info-popup::after {
content: "";
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
border-width: 10px;
border-style: solid;
border-color: transparent transparent #241d0d transparent;
}
.currency_box .user_top_left_btn .user-list .user-info-popup::before {
content: "";
position: absolute;
top: -22px;
left: 50%;
transform: translateX(-50%);
border-width: 11px;
border-style: solid;
border-color: transparent transparent #bd9632 transparent;
z-index: 1;
}
.currency_box .user_top_left_btn .user-list .user-info-popup img {
width: 88px;
border: 1px solid #bd9632;
border-radius: 50%;
z-index: 1;
}
.currency_box .user_top_left_btn .user-list .user-info-popup .text {
box-sizing: border-box;
align-items: center;
text-align: center;
justify-content: center;
font-size: 13px;
color: #EEEEEE;
width: auto;
white-space: nowrap;
}
.currency_box .user_top_left_btn .user-list .user-info-popup .text a {
text-decoration: none;
align-items: center;
text-align: center;
color: #bd9632;
}
.currency_box .user_top_left_btn .user-list .user-info-popup .text a:hover {
color: #EEEEEE;
text-decoration: none;
}
.currency_box .user_top_left_btn .user-list .user-item:hover .user-info-popup {
display: block;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.currency_box .notice {
display: flex;
font-size: 16px;
max-width: 90%;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap !important;
padding-left: 30px;
padding-right: 20px;
box-sizing: border-box;
}
.currency_box .notice .notice_box{
max-width: 300px;
min-width: 100px;
box-sizing: border-box;
padding-bottom: 15px;
margin-right: 20px;
justify-content: center;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.currency_box .notice .notice_box .notice_Title_one{
color: var(--color-text);
width: auto;
overflow: hidden;
position: absolute;
}
.currency_box .notice .notice_box .notice_Title_one a{
text-decoration: none;
}
.currency_box .notice .notice_box .notice_Title_one a:hover{
color: #0fe707;
}
.currency_box .notice .notice_box .notice_Title{
color: rgb(146, 7, 7);
width: auto;
overflow: hidden;
}
.currency_box .notice .notice_box .notice_Title:hover {
color: #0e9a09;
}
.body_box {
position: relative;
text-align: left;
display: flex;
flex-wrap: nowrap;
margin-top: 40px;
margin-bottom: 30px;
box-sizing: border-box;
}
.body_box_left {
height: auto;
padding-top: 60px;
min-width: 100px;
width: 100%;
border: 2px solid var(--color-border);
white-space: nowrap !important;
text-overflow: ellipsis;
overflow-y: auto;
border-image: linear-gradient(180deg, var(--color-border), var(--color-border), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), var(--color-border), var(--color-border));
border-image-slice: 1;
padding-bottom: 40px;
overflow-x: hidden;
padding-left: 30px;
box-sizing: border-box;
}
.body_box_left::-webkit-scrollbar {
width: 0 !important;
}
.info {
width: 100%;
margin-bottom: 30px;
padding-right: 30px;
margin-right: 50px;
padding-left: var(--info-pl);
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
}
.info ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.info li {
margin-bottom: 5px;
height: auto;
width: 100%;
}
.info li .rimg{
width: auto;
height: auto;
background-color: transparent;
border: 0px solid #00EE00;
float: right;
border-radius: 0;
}
.info .home_class {
width: auto;
color: #00EE00;
border: 1px solid #00EE00;
font-size: 12px;
padding: 2px;
text-decoration: none;
}
.info .home_class:hover {
border: 2px solid #00EE00;
}
.info .home_title_box{
box-sizing: border-box;
flex-wrap: nowrap;
justify-content: space-between;
display: flex !important;
}
.info .home_title {
overflow: hidden;
text-overflow: ellipsis;
}
.info .home_title_box .view_box{
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
margin-left: 10px;
}
.info .home_title a {
color: #f5b206;
font-size: 20px;
padding: 0px;
text-decoration: none;
border: 0 solid #f5b206;
border-bottom-width: 1px;
}
.info .home_title a:hover {
font-style: italic;
}
.info .home_content {
width: 90%;
color: #918a8a;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.info .home_content a {
color: #b3b1b1;
}
.info .home_author {
font-size: 14px;
text-decoration: none;
border: 0px solid #f5b206;
}
.info .home_author:hover {
font-style: italic;
color: #ff0000;
}
.info .home_date {
font-size: 14px;
}
.body_box_right {
min-width: 340px;
width: 340px;
white-space: nowrap !important;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 30px;
border: 2px solid transparent;
position: relative;
overflow: hidden;
text-align: left !important;
box-sizing: border-box;
}
.body_box_right::-webkit-scrollbar {
width: 0 !important;
}
.body_box_right .category {
width: auto;
color: #00EE00;
padding: 2px;
}
.body_box_right ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.body_box_right .search_form {
white-space: nowrap !important;
}
.search_form_input_right_box {
position: absolute;
width: auto;
height: auto;
right: 0px;
top: -18px;
margin-right: 15px;
width: 250px;
display: flex;
flex-wrap: nowrap;
word-wrap: normal;
white-space: nowrap;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-sizing: border-box;
}
@media (max-width: 768px) {
.search_form_input_right_box{
width: 150px;
}
}
.serch_Box{
position: static;
width: 100%;
height: auto;
display: flex;
flex-wrap: nowrap;
word-wrap: normal;
white-space: nowrap;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
}
.search_form_input {
border: 1px solid var(--color-border);
width: calc(100% - 55px);
height: 38px;
background-color: var(--color-background);
color: var(--color-text);
border-radius: 4px;
font-size: 16px;
margin-right: 0;
padding-left: 5px;
padding-right: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
width: 90%;
}
.search_form_input:focus {
outline: none;
border: 1px solid var(--color-border);
}
.search_form_input:hover {
border: 1px solid var(--color-border);
}
.search_form_submit {
width: auto;
height: auto;
min-width: 40px;
border-radius: 4px;
background-color: var(--color-border);
border: 1px solid var(--color-border);
padding-top: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin: 0;
padding: 0;
}
.search_form_submit:hover {
background-color: var(--color-text);
}
.body_box_right li {
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 10px;
}
.body_box_right li a {
text-decoration: none;
border: 0 solid #f5b206;
color: #f5b206;
}
.body_box_right li a:hover {
color: #EEEEEE;
font-style: italic;
}
@media (max-width: 768px) {
.body_box {
flex-wrap: wrap;
}
.body_box_left {
margin-right: 0px;
overflow: hidden;
}
.body_box_left::-webkit-scrollbar {
display: none;
}
.body_box_right {
padding: 30px;
margin-top: 30PX;
width: 100%;
min-width: 100px;
border: 2px solid var(--color-border);
border-image: linear-gradient(180deg, var(--color-border), rgba(0, 0, 0, 0),var(--color-border));
border-image-slice: 1;
}
.body_box_right::-webkit-scrollbar {
display: none;
}
}
footer {
width: 100%;
border: 0px solid #000000;
height: auto;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: #201104;
margin: 0;
padding: 0;
}
.ICP {
align-items: center;display: flex;justify-content: center;color: #999;font-size: 14px;padding-top: 10px;
}
.page_title_box_main {
overflow-wrap: break-word !important;
padding: 30px;
padding-bottom: 0;
font-size: 20px;
box-sizing: border-box;
}
.page_title_box_main .page_title_box {
width: 100%;
height: auto;
padding-top: 25px;
}
.page_title_box_main .page_title_box .page_title {
color: rgba(233, 169, 32, 0.867);
}
.currency_box .posts_previous {
float: left;
margin-right: 20px;
}
.currency_box .posts_previous a {
color: #f5b206;
font-size: 25px;
padding: 0px;
text-decoration: none;
border: 0 solid #f5b206;
border-bottom-width: 1px;
}
.currency_box .posts_previousa:hover {
color: #EEEEEE;
font-style: italic;
}
.currency_box .posts_next {
float: right;
margin-left: 20px;
}
.currency_box .posts_next a {
color: #f5b206;
font-size: 25px;
padding: 0px;
text-decoration: none;
border: 0 solid #f5b206;
border-bottom-width: 1px;
}
.currency_box .posts_next a:hover {
color: #EEEEEE;
font-style: italic;
}
.currency_box .posts_item_box {
position: relative;
min-width: 100px;
width: auto;
height: auto;
text-align: left;
display: flex;
flex-wrap: nowrap;
text-overflow: ellipsis;
padding-right: 30px;
}
.currency_box .posts_item_box .posts_item {
border: 0px solid #ff0000;
width: 50%;
margin-right: 30px;
}
.currency_box .posts_item_box .posts_item ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.currency_box .posts_item_box .posts_item ul li {
white-space: nowrap;
}
@media (max-width: 768px) {
.currency_box .posts_item_box {
flex-wrap: wrap;
}
.currency_box .posts_item_box .posts_item {
width: 100%;
width: 100%;
}
}
.currency_box .comment_input {
background-color: transparent;
border-width: 0;
font-size: 20px;
color: rgb(157, 146, 131);
padding: 30px;
margin-top: 0px;
margin-bottom: 30px;
width: 100%;
height: 111px;
min-height: 111px;
min-width: 111px;
max-width: 100%;
max-height: 720px;
box-sizing: border-box;
}
.currency_box .comment_input:focus {
border-width: 0;
outline: none;
}
.paging_btn {
display: flex;
justify-content: center;
width: auto;
height: 50px;
border: 1px solid #e39803;
border-radius: 5px;
}
.paging_btn .paging_previous {
width: 100px;
height: 100%;
}
.paging_btn .paging_current {
color: #ffffff;
}
.paging_btn .paging_next {
width: 100px;
height: 100%;
}
.title_hudie{
background: url('/res/animation/hudie_64.gif') no-repeat center center;
background-size: 64px 64px;
width: 64px;
height: 64px;
position: absolute;
pointer-events: none;
}
.links_box {
margin-top: 60px;
display: flex;
overflow-wrap: normal;
margin-right: 30px;
box-sizing: border-box;
}
.links_box .links{
margin-bottom: 30px;
justify-content: center;
display: flex;
align-items: center;
padding-left: 30px;
box-sizing: border-box;
}
.links_box .links img{
width: 24px;
height: 24px;
margin-right: 5px;
}
.links_box .links a{
text-decoration: none;
}
.links_box .links a:hover{
text-decoration: none;
color: #ffffff;
}
img{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
transition: transform 0.5s ease;
-webkit-user-drag: none;
}
img:hover {
animation: zoomIn 2.0s forwards;
}
@keyframes zoomIn {
0%{
transform: scale(1.0);
}
50%{
transform: scale(0.98);
}
100%{
transform: scale(1.0);
}
}
.file_box {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.file_box .file_item_box{
margin-left: 30px;
margin-bottom: 30px;
margin-top: 0;
margin-right: 0;
width: 300px;
height: auto;
border: 0px solid #e39803;
flex-wrap: wrap;
justify-content: center;
align-items: center;
box-sizing: border-box;
align-content: center;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.file_box .file_item_box a{
text-decoration: none;
}
.file_box .file_item_box a:hover {
color: #00EE00;
}
.btn-file-upload {
display: inline-block;
padding: 6px 12px;
background-color: #0de222;
color: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
}
.btn-file-upload:hover {
background-color: #05ba1a;
}
.btn-file-delete {
display: inline-block;
padding: 4px 8px;
background-color: #EE0000;
color: #fff;
border: none;
border-radius: 4px;
font-size: 12px;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
}
.btn-file-delete:hover{
color: #FF0000;
background-color: #eeee00;
}
.background-div {
margin-top: 20px;
width: auto;
height: auto;
max-height: 188px;
display: inline-block;
white-space: nowrap;
margin-right: 50px;
box-sizing: border-box;
position: relative;
color: var(--color-text);
text-decoration: none;
}
.background-div:hover{
color: yellowgreen;
}
.text-overlay {
position: relative;
width: auto;
height: auto;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
color: white;
font-size: 14px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
background-color: #ff0000;
}
.comment_box{
margin: 20px; font-size: 16px; color: #EEEEEE;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.comment_box .box_user_info{
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
}
.comment_box .box_user_info .img_user {
width: 128px; height: 128px; margin-right: 10px;
border-radius: 8px;
max-width: 64px; max-height: 64px;
position: relative;
box-shadow: 0px 0px 4px rgba(255, 191, 28, 0.945);
margin-right: 10px;
}
.comment_box .box_user_info .img_user img{
width: 100%;
border-radius: 8px;
}
.comment_box .box_user_info .img_user::after {
content: "怼";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.601);
border-radius: 4px;
padding: 2px 5px;
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
font-size: 24px;
font-weight: bold;
color: red;
border: 2px solid red;
}
.comment_box .box_user_info .img_user:hover::after {
opacity: 1;
}
.comment_box .box_user_info .img_box{
display: flex; flex-direction: column; align-items: left;
}
.comment_box .box_user_info .img_ch{
height: auto;
max-width: 100px;
max-height: 32px;
}
.comment_box .box_user_info .user_nickname{
color: #c47b15;
text-shadow: 0px 0px 10px rgba(255, 191, 28, 0.945);
background: -webkit-linear-gradient(left, #d7a502, #ffce6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.comment_box .box_user_info .timer{
color: var(--color-text);
font-size: 16px;
font-weight: lighter;
}
.comment_box .box_user_info .isshow{
color: red;
}
.comment_box .comment_content{
position: relative; width: auto;
height: auto;
padding: 0px;
}
.comment_box .comment_content .triangletop{
position: absolute; left: 18px; top: 0px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid var(--color-border);
}
.comment_box .comment_content .text_content{
width: auto;
min-width: 88px;
max-height: 640px;
overflow: auto;
box-sizing: border-box;
}
.comment_box .comment_content code{
width: auto;
height: auto;
border: 0px solid #4c4c4c;
background-color: transparent;
color: #EEEEEE;
font-size: 14px;
}
.comment_box .comment_content pre{
display: inline-block;
max-width: 100%;
padding: 10px;
border: 1px solid var(--color-border);
background-color: #030712b0;
box-sizing: border-box;
}
.comment_box .comment_content .toolbar{
display: none;
}
.a_snow {
position: absolute;
width: 8px;
height: 8px;
background-color: white;
border-radius: 50%;
pointer-events: none;
opacity: 0.8;
animation: snow_name linear forwards;
z-index: 1;
}
@keyframes snow_name {
0% {
transform: translateY(0) scale(1);
}
100% {
transform: translateY(100px) scale(0);
}
}
.table_box{
width: auto;
overflow: auto !important;
}
table {
margin-top: 50px;
border-collapse: collapse;
min-width: 100%;
box-sizing: border-box;
border-spacing: 0;
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
th,
td {
padding: 8px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
border: 1px solid #4c4c4c;
white-space: normal;
word-wrap: break-word;
}
th {
background-color: #110b04;
font-weight: bold;
word-wrap: break-word;
}
tr{
}
tr:nth-child(even) {
color: #BBBBBB;
}
hr {
border-color: #e39803;
}
a {
color: var(--color-text);
position: relative;
}
span{
color: var(--color-text);
}
h1 {
margin-top: 0px;
}
h2 {
margin-top: 0;
margin-bottom: 3px;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background-color: var(--color-border);
border-radius: 32px;
}
::-webkit-scrollbar-track {
background-color: var(--color-background);
border-radius: 32px;
}
[class*=v-md-prism-] {
margin-left: 72px !important;
padding-left: 0 !important;
}