Skip to content

ikun Luogu(含小黑子版本) by dldzd

Screenshot of ikun Luogu(含小黑子版本)

Details

Authordldzd

LicenseNo License

Categoryikun Luogu

Created

Updated

Size18 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ikun

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         ikun Luogu
@version      20220812.10.34
@namespace    userstyles.world/user/dldzd
@description  ikun
@author       dldzd
@license      No License
==/UserStyle== */

@-moz-document url("") {
/* ==UserStyle==
@name         ikun Luogu
@version      20220715.11.57
@namespace    userstyles.world/user/dldzd
@description  no
@author       dldzd
@license      No License
==/UserStyle== */
}

@-moz-document regexp("https://www.luogu(.org|.com.cn)/(?!blog).*") {
/*--------------------------------------------------洛谷主站------------------------------------------------------*/
/*------------------------------可自主调节--------------------------------*/
/*背景*/
body {
    background-image: url(https://s1.ax1x.com/2022/08/12/vJHZAe.jpg) !important;
    /*改背景图片(小黑子专用:https://s1.ax1x.com/2022/08/11/v8darD.gif)*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.logo-wrap.data-v-27b2cd59 {
    background-color: #fff;
}
/*侧栏logo*/
.logo-wrap,
.data-v-27b2cd59,
.first-of-type {
    background-image: url(https://s1.ax1x.com/2022/08/12/vJTgZF.jpg) !important;
    /*改侧栏logo图片(小黑子专用:https://s1.ax1x.com/2022/08/12/vJ8zTI.gif)*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
.logo-wrap {
    height: 3.7em;
    border-radius: 15px;
    background-color: #ffffffb3;
    transition: all 0.5s ease;
}
.logo-wrap:hover {
    width: 4.0em;
    border-radius: 50px;
    transition: all 1s ease;
    transform: rotate(1turn);
    border-color: #6d4acf !important;
    background-color: #6d4acf69;
    border-style: outset;
    border-width: 0.5px;
}
/*个人列表*/
.center[data-v-572d3b30][data-v-258e49ac][data-v-58fd269e] {
    background-image: url(https://s1.ax1x.com/2022/08/12/vJTfi9.png) !important;
    /*可改图片(小黑子专用:https://s1.ax1x.com/2022/08/12/vJGut0.gif)*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    width: 210px;
    border: 1px solid #000;
    height: 420px;
    padding: 0px;
    margin: 0;
    opacity: 1.0;

    border-radius: 25px;
}
/*侧栏题库,比赛等选项图片*/
.color-none[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938]:hover {
    /*旋转按钮,自主开启*/
    /*transform: rotate(1turn);*/
    background-image: url(https://s1.ax1x.com/2022/08/12/vJTRIJ.jpg) !important;
    /*可改(小黑子专用:https://s1.ax1x.com/2022/08/12/vJG9tP.gif)*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    border-radius: 30px;
    transition: all 0.5s ease;
    box-shadow: 1px 1px 10px #333;
}
/*badge(直角边框,可删)*/
.exlg-badge {
    border-radius: 5px !important;
}
/*----------------------------------------------------------------------------code-------------------------------------------------------------------------------------*/
/*主题*/
.icon.svg-inline--fa.fa-check.fa-w-16 {
    color: #52c41a!important;
}
.lfe-body {
    visibility: hidden;
}

.card.user-header-container.padding-0,
.am-modal-dialog,
.am-g.lg-main-content,
.container,
.lg-index-content.am-center,
.full-container {
    visibility: visible;
}
.card.padding-none,
.am-panel.am-panel-default.lg-summary,
.am-g.lg-table-bg0.lg-table-row,
.card.padding-default,
.lg-article {
    border-radius: 25px!important;
    background-color: #fff;
}
.wrapper.wrapped.lfe-body,
.div.wrapper.wrapped.lfe-body.header-layout.narrow {
    visibility: hidden;
}
.footer,
.header {
    visibility: visible;
}
a.logo-wrap,
.popup-button,
.lfe-body > a {
    visibility: visible;
}
.lg-article {
    border-width: 9px;
    background-color: #ffffffb3;
    border-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
}
.lg-article:hover {
    margin-top: -0.1em;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 30px #333333;
}
.am-prev {
    z-index: 0;
}
/*侧栏*/
.popup-button {
    border-width: 9px;
    opacity: 0.8;
    border-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
    z-index: 99;
}
.popup {
    border-width: 9px;
    opacity: 0.8;
    border-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
    z-index: 99;
}
.popup-button:hover {
    margin-top: -0.1em;
    transition: all 0.3s ease;
    opacity: 1.0;
    z-index: 99;
    box-shadow: 0px 0px 30px #333333;
}
.popup:hover {
    margin-top: -0.1em;
    transition: all 0.3s ease;
    opacity: 1.0;
    z-index: 99;
    box-shadow: 0px 0px 30px #333333;
}
#app > .lfe-body > a {
    color: #c0c0c0 !important;
    opacity: 0.8;
    height: 3.7em;
    margin-top: 3px;
    padding: 0 !important;
}
#app > .lfe-body > a:hover {
    opacity: 1.0;
    color: #fff !important;
}
#app > .lfe-body > a:first-of-type {
    margin-top: 10px !important;
}
#app > .lfe-body > a > .icon {
    line-height: 2.4em;
    font-size: 18px;
    width: 100%;
    margin: 0 !important;
    transition: all 0.2s ease;
}

#app > .lfe-body > a > .text {
    opacity: 0;
    margin-top: 0.6em;
    display: block;
    transition: all 0.3s ease;
}
#app > .lfe-body > a:hover > .icon {
    line-height: 1.5em;
    font-size: 17px;
}
#app > .lfe-body > a:hover > .text {
    opacity: 1;
    margin-top: 0.2em;
}
#app > .lfe-body > div:first-of-type {
    background-color: #c0c0c0 !important;
}
#app > .lfe-body > .popup-button {
    background-color: #3333334a !important;
    margin-top: 8px;
    color: #fff !important;
}
.color-none[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938] {
    transition: all 1s ease;
    border-radius: 5px;
    box-shadow: 0.4px 0.4px 5px #fff;
}
.color-none[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938] {
    transition: all 0.3s ease;
}
.color-none[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938]:hover {
    transition: all 0.3s ease;
    border-color: #6d4acf !important;
    background-color: #6d4acf69;
    border-style: solid;
    border-width: 0.5px;
}
/*顶栏*/
.header-link.color-none {
    transition: all 0.3s ease;
    color: #000 !important;
}
.header-link.color-none:hover {
    transition: all 0.3s ease;
    color: #6d4acf !important;
}
/*头像栏*/
path[data-v-45591776][data-v-cc52fb5c] {
    color: #fff!important;
    transition: all 0.3s ease;
}
path[data-v-45591776][data-v-cc52fb5c]:hover {
    color: #fff!important;
    transition: all 0.3s ease;
}
.user-nav[data-v-2dfcfd35] {
    background-color: #fff0;
}
.user-nav {
    background-color: #fff0;
}
.user-nav:hover {
    background-color: #fff0;
}
.center[data-v-572d3b30][data-v-258e49ac][data-v-58fd269e]:hover {
    width: 210px;
    height: 420px;
    padding: 0px;
    margin: 0;
    background-color: #fff;
    z-index: 99;
}
.color-none[data-v-303bbf52][data-v-572d3b30] {
    color: #fff;
}
/*字体*/
.info[data-v-3e2ae97b]{
    color:#767676;
}

.link.color-default[data-v-303bbf52][data-v-c9185fa2],
.color-default[data-v-303bbf52][data-v-3e2ae97b]{
    color:#7c7c7c;
}
.color-none[data-v-303bbf52][data-v-572d3b30]{
    color:#969696;
}
.link.color-default[data-v-303bbf52][data-v-c9185fa2]:hover,
.color-default[data-v-303bbf52][data-v-3e2ae97b]:hover{
    color:#6d4acf;
}

.color-none[data-v-303bbf52][data-v-572d3b30]:hover{
    color:#6d4acf;
}
.slogan[data-v-3e2ae97b],
.lfe-h1[data-v-2dfcfd35],
.text[data-v-c9185fa2],
.field[data-v-3c4577b8],
.value.lfe-caption[data-v-3c4577b8],
.key.lfe-caption[data-v-3c4577b8]{
    color:#878787;
}
/*犇犇*/
.am-comment-main {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.am-comment-main {
    border-width: 9px;
    border-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
}
.am-comment-main:hover {
    opacity: 1;
    margin-top: -0.1em;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 30px #333333;
}
.am-comment-main:before {
    border: 0px;
}
/*卡片模糊*/
.card.padding-default {
    border-width: 9px;
    border-color: #fff !important;
    border-radius: 25px !important;
    box-shadow: 0px 0px 10px #fff;
    background-color: #ffffffb3;
    transition: all .3s ease;
}
.card.padding-default:hover {
    /*margin-top: -0.1em;*/
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 30px #333333;
}

.am-g.lg-table-bg0.lg-table-row {
    border-width: 9px;
    background-color: #ffffffb0;
    border-color: #fff !important;
    border-radius: 25px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
}
.am-g.lg-table-bg0.lg-table-row:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 30px #333333;
}
.am-panel.am-panel-default.lg-summary {
    border-width: 9px;
    border-color: #fff !important;
    background-color: #ffffffb3;
    border-radius: 25px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
}
.am-panel.am-panel-default.lg-summary:hover {
    margin-top: -0.1em;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 30px #333333;
}
.user-header-bottom {
    transition: all 0.3s ease;
    border-radius: 0px 0px 25px 25px !important;
}
.card.user-header-container.padding-0[data-v-f9624136][data-v-45591776][data-v-11e78d6a] {
    border-color: #fff !important;
    background-color: #ffffffb3;
    border-radius: 0px 0px 25px 25px !important;
    box-shadow: 0px 0px 10px #fff;
    transition: all .3s ease;
}
.card.user-header-container.padding-0[data-v-f9624136][data-v-45591776][data-v-11e78d6a]:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 15px #333333;
}
.user-header-bottom:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 0px 40px #333333;
}
.card.padding-none {
    border-w...

Reviews

No reviews yet.