Skip to content

good for luogu by bsxs_ck

Details

Authorbsxs_ck

LicenseNo License

Category洛谷

Created

Updated

Size32 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

屑松的洛谷主题

Notes

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
@-moz-document url-prefix("https://ti.luogu.com.cn/") {
/*luogu有题*/
/*全局*/
@keyframes showtop {
    0% {
        opacity: 0;
        margin-left: -100px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes slowshow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes userUI {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: .7;
    }
}

@keyframes showUI {
    0% {
        height: 1%;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-nav {
    margin-top: 15px;
    margin-right: -70px;
    animation: userUI 1s;
    opacity: .7;
    transition: all .5s ease;
}
/*背景*/
html > body {
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/plx92p9z.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#app-header {
    background: transparent !important;
}

#app-footer {
    background: transparent !important;
}
/*用户栏*/
.user-nav:hover {
    opacity: 1;
}
/*侧栏*/
img[data-v-22b18d46] {
    opacity: .7;
}

#app-sidenav {
    animation: showUI 1s;
    margin-top: 10% !important;
    height: 20%;
    border-radius: 99px;
    margin-left: 10px;
}

.icon.fa.fa-book {
    color: #f2f2f2 !important;
    margin-top: 3px;
    padding: 0 !important;
}

.sm-hide.router-link-active.color-default {
    border-radius: 99px !important;
}

#app-sidenav {
    background-color: #ffffff45;
}

.sm-hide.router-link-active.color-default {
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/plx92p9z.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-attachment: revert;
}
/*顶栏字体大小*/
h1[data-v-d7da57a6] {
    animation: showtop 1s;
    font-size: 50px;
}

main {
    margin-top: 20px;
}
/*卡片*/
.card {
    transition: all .7s ease;
    box-shadow: 1px 1px 15px #4f4f4f;
}

.card:hover {
    transform: translateY(-1px);
    box-shadow: 2px 2px 25px #000;
}

.problemsets.card {
    transition: all .7s ease;
    box-shadow: 1px 1px 15px #4f4f4f;
}

.problemsets.card:hover {
    transform: translateY(-1px);
    box-shadow: 2px 2px 25px #000;
}
/*字*/
[data-v-3be7235c] {
    color: #fff;
}
/*超链接*/
a {
    transition: .5s;
}

a:hover {
    color: #f72525 !important;
}
/*题目列表*/
.clickable {
    transition: all .5s ease;
    border-radius: 10px;
}

.clickable:hover {
    transform: translateY(-1px);
    box-shadow: 1px 1px 5px #000;
}
/*按钮*/
button[data-v-79732b4a] {
    transition: all .3s ease;
    border-radius: 15px;
}

.second-button {
    background-color: #fef5ff !important;
}

button[data-v-79732b4a]:hover {
    box-shadow: 1px 1px 5px #000;
    transform: translateY(-1px);
    border-radius: 20px;
}
/* -------------------------------- 圆角化 --------------------------------- */
.problemsets.card {
    border-radius: 10px !important;
}

.card {
    border-radius: 10px !important;
}

.user-nav {
    border-radius: 20px !important;
}
}

@-moz-document regexp("https://www.luogu(.org|.com.cn)/(?!blog).*") {
/*luogu主站*/
/*--------------------------用户自设部分--------------------------*/
/*图片背景*/
html > body {
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/w0hpxjjw.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*侧栏图片*/
#app > .lfe-body > div:first-of-type {
    opacity:.8;
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/b0aanr1b.png)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-attachment: revert;
}
/*题目分析栏*/
path.highcharts-area {
    color: white;
    background: white;
    fill: #5e72e426;
}

path.highcharts-point.highcharts-color-0 {
    fill: #5e98e48f;
}

rect.highcharts-point.highcharts-color-1 {
    fill: #ffffff8f;
    stroke: #d49ee6ad;
}
/*----透明化----*/
/*benben 讨论*/
.am-comment-main{
    opacity:.85;
}
.am-comment-main:hover{
    opacity:.95;
}
/*侧栏*/
#app > .lfe-body {
    background-color: rgba(255, 255, 255, .1) !important;
}
/*侧栏图标*/
img[data-v-27b2cd59] {
    opacity: .7;
}
/*记录详情 */
.wrapper > .test-case {
    opacity: .85;
}

.wrapper > .test-case:hover {
    opacity: 1;
}
/*卡片*/
.lg-article { 
    background: rgba(255, 255, 255, .25);
}
.lg-article:hover {
    background: rgba(255, 255, 255, .75);
}

.card.problem-card.padding-default:hover {
    background: rgba(255, 255, 255, .75);
}
.card.padding-none[data-v-f9624136][data-v-2401924d]{
    background-color:rgba(255, 255, 255, .75);    
}
.card.padding-none[data-v-f9624136]{
    background-color:rgba(255, 255, 255, .2);    
}
.card.padding-none[data-v-f9624136]:hover{
    background-color:rgba(255, 255, 255, .5);    
}
.card.padding-default {
    background: rgb(255, 255, 255,.75);
}
.card.problem-card.padding-default {
    background: rgba(255, 255, 255, .25);
}

.card.padding-default {
    background: rgb(255, 255, 255,.25);
}
.card.padding-default:hover{
    background: rgb(255, 255, 255,.75);
}
.card.user-header-container.padding-0 {
    background: rgba(255, 255, 255, .75);
}
.card.float-card.padding-0[data-v-f9624136]{
    opacity:.7;
}
.card.float-card.padding-0[data-v-f9624136]:hover{
    opacity:1;
}
/*应用*/
.popup[data-v-1d675dd8] {
    background-color: rgba(255, 255, 255, .55) !important;
}
.popup[data-v-1d675dd8]:hover{
    background-color: rgba(255, 255, 255, .9) !important;
    
}
/*用户顶栏*/
.user-nav[data-v-2dfcfd35] {
    background: rgba(255, 255, 255, .4);
}

.user-nav[data-v-2dfcfd35]:hover {
    background: rgba(255, 255, 255, .6);
}
/*----------------------------------------------------------------*/
/*定义*/
@keyframes showAPP {
    0% {
        opacity: 0;
        margin-left: -300px;
    }

    100% {
        opacity: .8;
        margin-left: 3px;
    }
}

@keyframes showtop {
    0% {
        opacity: 0;
        margin-left: -100px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes showUI {
    0% {
        opacity: 0;
        margin-top: -50px;
    }

    100% {
        opacity: 1;
        margin-top: 20px;
    }
}

@keyframes slowshow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes clan {
    0% {
        margin-left: -50px;
    }
}
/*滚动条*/



::-webkit-scrollbar-thumb {
    background-color: rgba(53, 12, 123, .99);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1a2fac;
}
::-webkit-scrollbar {
    width: 15px;
    height: 5px;
    background-color: rgba(83, 79, 206, .12);
}
/*--标题栏*/
.main-container > .header-layout .background {
    display: none !important;
}

/*超链接*/
a {
    transition: all .15s ease;
    color: #6963d2;
}

a:hover {
    color: #fa4b4b;
}
a{ position: relative; }
a:not(.exlg-dash-options)::after{ content: ""; width: 0; height: 5px; background: rgba(0, 110, 255, .575); position: absolute; top: 100%; left: 50%; transition: all .3s; }
a:not(.exlg-dash-options):hover::after{ left: 0%; width: 100%; }
a[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938]::after{
    height: 0px !important;
}
a[data-v-303bbf52][data-v-258e49ac]::after{
    height: 0px !important;
}
/*列表*/
.lfe-h1[data-v-2dfcfd35] {
    animation: showtop 1s 1;
}
/*顶栏,低栏*/
.main-container > main.lfe-body {
    background: transparent !important;
}

.background[data-v-7958fe72] {
    background: transparent !important;
}


/*tiny顶栏*/
#app > .main-container > .header-layout.tiny[data-v-7958fe72] {
    height: 60px;
    z-index: 900;
    background-color: rgba(255, 255, 255, .5) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
    font-weight:bolder;
}

/*私信*/
.message{
    border-radius:20px !important;
    font-weight:bold;
}
/*互相关注*/
span.lfe-caption[data-v-43a42535][data-v-0c66dd62]{
    transition:all .3s ease;
    box-shadow: 0px 0px 5px #5f5f5f69;
}
span.lfe-caption[data-v-43a42535][data-v-0c66dd62]:hover {
    transform: translateY(-2px);
    box-shadow: 1px 1px 10px #5f5f5f94;
}
/*顶栏字体*/
.lfe-h1[data-v-2dfcfd35] {
    font-size: 50px;
}
/*讨论列表*/
main {
    margin-top: 45px;
}

.lg-content-table-left {
    transition: all .5s ease;
    box-shadow: 1px 1px 5px #3C4143;
    border-radius: 30px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
    background: #fcfcfc;
}

.lg-content-table-left:hover {
    box-shadow: 3px 3px 20px #3C4143;
}
/*选择框*/
.selected {
    color:#fff !important;
    background-image: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
    padding: 3px 7px 3px 7px !important;
    border-radius:5px !important;
}
.selected > span{
    color:#fff !important;
}
.selected:hover {
    box-shadow:1px 1px 20px #4f4f4fab;
    padding: 3px 7px 3px 7px !important;
}
/*帖子、评论及奔奔*/
.am-comment-main{
    border:0;
    box-shadow:0px 0px 10px #404040bd;
    transition:all .3s ease;
}
.am-comment-main:hover{
    transform:translateY(-2px);
    box-shadow:0px 0px 30px #404040bd;
}
.am-comment-main::before{
    border:0px; 
    background-color:#0000 !important;
}
/*页码*/
.am-pagination.am-pagination-centered > li > a{
    border-radius:10px !important;
    transition:all .5s ease;
    box-shadow:0px 0px 10px #000;
}
.am-pagination.am-pagination-centered > li > a:hover{
    border-radius:5px !important;
    transform:translateY(-2px);
    box-shadow:0px 0px 5px #000;
}
/*奔*/
.feed-selector {
    transition: all .2s ease;
}

.feed-selector:hover {
    border-radius: 3px !important;
    box-shadow: 1px 1px 10px #000 !important;
}
/*头像选择*/
.avatar[data-v-258e49ac]{
    
    transition:all .5s ease;
}
.avatar[data-v-258e49ac]:hover{
    transition:all 1s ease;
    /*头像旋转自行开启*/
    /*transform: rotate(1turn);*/
}
/*按钮*/
.am-btn.am-btn-danger.am-btn-sm {
...

Reviews

No reviews yet.