Skip to content

花里胡哨 by luoyanjin2007

Details

Authorluoyanjin2007

LicenseNo License

Categoryluoyanjin

Created

Updated

Size4.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

一堆花里胡哨

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         花里胡哨
@version      20211015.10.24
@namespace    userstyles.world/user/luoyanjin2007
@description  一堆花里胡哨
@author       luoyanjin2007
@license      No License
==/UserStyle== */

@-moz-document domain("bzoj.org") {
.nav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.8125rem;
    font-size: .875rem;
    transition: background .2s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    z-index: 500;
    background: rgb(243 243 243 / 50%);
}
#panel {
    background-image: url(https://ftp.bmp.ovh/imgs/2021/07/888ee25beda0e539.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.nav:hover {
    background: rgba(252, 252, 252, 0.9);
    transition: all 0.5s ease;
}
.section {
    background: rgba(252,252,252,0.7);
    box-shadow: 0 0.375rem 1.375rem rgb(175 194 201 / 50%);
    transition: transform .5s,opacity .5s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition:all 0.5s ease;
}
.section:hover {
    background: rgba(252,252,252,0.9);
    transition:all 0.5s ease;
}
.dropdown .menu {
    min-width: 9.375rem;
    box-shadow: 0 0.125rem 0.4375rem rgb(0 0 0 / 30%);
    background: rgba(252,252,252,0.5);
    font-size: .8125rem;
}
.dropdown .menu:hover {
    min-width: 9.375rem;
    box-shadow: 0 0.125rem 0.4375rem rgb(0 0 0 / 30%);
    background: rgba(252,252,252,0.9);
    font-size: .8125rem;
}
.section>.section__body:last-child {
    padding-bottom: 1.5625rem;
    background: rgba(252,252,252,0);
}
.section__table-header {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0.1875rem 0.125rem rgba(0, 0, 0, 0);
    position: relative;
    z-index: 100;
    transition: box-shadow .2s linear;
}
.data-table tr:nth-child(even) {
    background: #f4f4f400;
}
.footer {
    background: rgba(252,252,252,0.5);
    color: #555;
    transition:all 0.5s ease;
}
.footer:hover {
    background: rgba(252,252,252,0.9);
    transition:all 0.5s ease;
}
.search>input {
    width: 100%;
    border: 1px solid #ccc;
    border-right: none;
    padding: 5px;
    height: 36px;
    outline: none;
    background: rgba(252,252,252,0.2);
    color: #000;
}
.problem__tag-link {
    display: inline-block;
    padding: 0 .4375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 15.625rem;
    line-height: 1.625rem;
    height: 1.625rem;
    background: rgba(252,252,252,0.2);
    color: #555!important;
    font-size: .8125rem;
}
.button {
    background-color: rgba(252,252,252,0.2);
    border: 1px solid rgba(252,252,252,0);
    transition: background-color .2s,box-shadow .5s;
    transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: .875rem;
    margin: 0 0 1rem;
    height: 2.1875rem;
    line-height: 1.2;
    padding: .3125rem 1.1rem .3125rem .3125rem;
    border: 1px solid #ddd;
    background-color: rgba(252,252,252,0.2);
    background-image: url(misc/icons/expand_more.svg?306c8c8…);
    background-size: 16px 16px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    outline: 2px solid transparent;
    transition: outline-color .2s,border-color .2s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
input.textbox, textarea.textbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: .875rem;
    margin: 0 0 1rem;
    height: 10.1875rem;
    line-height: 1.2;
    padding: .3125rem;
    border: 1px solid #ddd;
    background-color: rgba(252,252,252,0.2);
    outline: 2px solid transparent;
    transition: outline-color .2s,border-color .2s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border: 1px solid #ddd;
    background-color: rgba(252,252,252,0.2);
}
pre, code {
    background: rgba(252,252,252,0.2);
}
}

Reviews

No reviews yet.