Skip to content

sl by acerkaio

Details

Authoracerkaio

LicenseNo License

Categoryhide.

Created

Updated

Size3.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hide.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       sl
@version    20250103.06.49
@namespace  ?
==/UserStyle== */

@-moz-document regexp("https://www.luogu(.org|.com.cn)/(?!blog).*") {
:root{
    --color-象牙黑:#292421	;
    --var-transparency:0.85;
    --var-light-transparency:0.6;
}
/* background-image */
/* old */
#app{
    background: url(https://pic.imgdb.cn/item/6301896a16f2c2beb1299954.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.main-container > main.lfe-body
,.background[data-v-7958fe72] {
    background: transparent !important;
}
/* new */
.main-container.lside-bar{
    background: url(https://pic.imgdb.cn/item/6301896a16f2c2beb1299954.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
header[data-v-51efdf02]{
    background:transparent !important;
}
main[data-v-51efdf02]{
    background:transparent !important;
}
footer[data-v-51efdf02]{
    background:transparent !important;
}
/* background-image */
/* cards */
.lg-article,
.card,
.lg-table-bg0{
    height:auto;
    padding:20px;
    padding-top:34px;
    padding-bottom:34px;
    margin-top:12px;
    transition: all .2s ease-in;
    background:rgba(255, 255, 255, var(--var-transparency)) !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .12), 0 7px 15px rgba(0, 0, 0, .2) !important;
    border-radius:1.75em !important;
}
/* HOME */
.am-u-md-3>.lg-article.lg-index-stat{
    height:auto;
    padding-top:34px !important;
    padding-bottom:44px !important;
    border-radius:35px 0px 0px 35px !important;
}
.am-u-md-9>.lg-article.lg-index-stat{
    height:auto;
    padding-top:15px !important;
    padding-bottom:16px !important;
    border-radius:0px 35px 35px 0px !important;
}
.am-u-lg-3.am-u-md-4.lg-right>.lg-article:nth-child(1){
    border-radius:35px 35px 0px 0px !important;
}
.am-u-lg-3.am-u-md-4.lg-right>.lg-article:nth-child(2){
    border-radius:0px 0px 0px 0px !important;
}
.am-u-lg-3.am-u-md-4.lg-right>.lg-article:nth-child(3){
    border-radius:0px 0px 35px 35px !important;
}
/*  */
.lg-article:hover,
.card:hover,
.lg-table-bg0:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2), 0 10px 30px rgba(0, 0, 0, .2) !important;
}
.lg-table-bg0{
   white-space: nowrap !important;; 
}
.lg-index-contest,
.am-panel-success{
    border-radius:17px;
    transition:all .15s ease-in;
    white-space: nowrap !important;
    margin-top:2%;
    width:47% !important;
    margin-left:1%;
    padding:1.7%;
    border:0;
    box-shadow: 0 7px 30px rgba(0, 0, 0, .21) !important;
    background:rgba(255, 255, 255, var(--var-light-transparency)) !important;
}
.inner-card,
.drop[data-v-01cd4e24],
.discuss{
    border-radius:7px;
    transition:all .15s ease-in;
    border:0;
    box-shadow: 0 3px 17px rgba(0, 0, 0, .19) !important;
}
.lg-index-contest:hover,
.am-panel-success:hover{
    box-shadow: 0 8px 40px rgba(0, 0, 0, .29) !important;
}
.inner-card:hover,
.drop[data-v-01cd4e24]:hover,
.discuss:hover{
    box-shadow: 0 3px 23px rgba(0, 0, 0, .24) !important;
}
/* cards */
/* discuss */
.row.row-space-between.reply-info>div[data-v-710aa612]{
    color:white;
}
.row.row-space-between.reply-info>.row[data-v-710aa612]{
    color:var(--color-象牙黑);
}
/* discuss */

}

Reviews

No reviews yet.