Skip to content

Smart-ATcoder by emmoyy

Details

Authoremmoyy

LicenseNo License

Categoryatcoder.jp

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Smart-ATcoder
@version      20241123.02.33
@namespace    https://userstyles.world/user/emmoy
@description  换背景
@author       emmoy
==/UserStyle== */

@-moz-document domain("atcoder.jp") {
    /*背景优化*/
.float-container{
        width: 100%;
        min-height:967px;
        background-image: url("https://cdn.luogu.com.cn/upload/image_hosting/tcjhmmz3.png") !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        hr{display:none;}
    }
    /*透明化*/
    #main-container{
        background: rgba(255, 255, 255, .925) !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .0)!important;
    }
    #main-container:hover{
        background: rgba(255, 255, 255, .975) !important;
    }
    #main-container:hover {
        box-shadow: 3px 3px 20px #1f1f1f !important;
    }
    .panel panel-primary{
        background: rgba(255, 255, 255, .0) !important;
    }
    .cnvtb-fixed{
        background: rgb(255, 255, 255 ) !important;
    }
    /*删框*/
   .container {
       margin-bottom: 0px !important;
       background-color: rgba(255,255,255,0) !important;
       .footer{
           display:none;
           background: transparent !important;
        }
       hr{display:none !important;}
	}
    .float-container{
        margin-bottom: -100px !important;
    }
    /*删电视*/
    #fixed-server-timer{
        display:none ;
    }
    /*删四个按钮*/
    .a2a_button_facebook{
        display:none ;
    }
    .a2a_button_twitter{
        display:none ;
    }
    .a2a_button_telegram{
        display:none ;
    }
    .a2a_dd{
        display:none ;
    }
}

Reviews

No reviews yet.