/* 文章页背景 */
.layout_post>#post {
    /* 以下代表透明度为0.7 可以自行修改*/
    background: rgba(255,255,255,.9);
}

/* 所有页面背景 */
#aside_content .card-widget, #recent-posts>.recent-post-item, .layout_page>div:first-child:not(.recent-posts), .layout_post>#page, .layout_post>#post, .read-mode .layout_post>#post{
    /* 以下代表透明度为0.7 */
    background: rgba(255,255,255,.9);
}
/*侧边卡片的透明度 */
:root {
    --card-bg: rgba(255, 255, 255, .9);
}
/* 页脚透明 */
#footer {
    /* 以下代表透明度为0.7 */
    background: rgba(245, 245, 245,.5);
}

.v[data-class=v] .vwrap .vheader .vinput {
    border-bottom: 1px black dashed !important;
}

.vwrap{
    border-color: black !important;
}

/*顶部加载条*/
.pace {
    pointer-events: none;
    user-select: none;
    z-index: 2;
    position: fixed;
    margin: auto;
    top: 280px;
    left: 0;
    right: 0;
    height: 8px;
    border-radius: 8px;
    width: 50rem;
    background: #eaecf2;
    overflow: hidden;
}

.pace-inactive .pace-progress {
    opacity: 0;
    transition: 0.3s ease-in;
}

.pace.pace-inactive {
    opacity: 0;
    transition: 0.3s;
    top: -8px;
}

.pace .pace-progress {
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #49b1f5;
    background: linear-gradient(to right,
    rgb(18, 194, 233),
    rgb(196, 113, 237),
    rgb(246, 79, 89));
    animation: gradient 2s ease infinite;
    background-size: 200%;
}

/* 通过 data-cy 属性选择按钮 */
[data-cy="button-chatthing"] {
    margin-right: 200px;
    height: 65px !important;
    width: 65px !important;
    background-color: rgb(62, 134, 246) !important;
    margin-bottom: -5px !important;
}