Skip to content

Smart - Hydro by 2014yangrenrui

Details

Author2014yangrenrui

LicenseNo License

Categoryhttps://hydro.js.org

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

智能的Hydro

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Smart - Hydro
@version      20241223.11.58
@namespace    https://userstyles.world/user/yangrenruiYRR
@description  智能的Hydro
@author       yangrenruiYRR
@license      No License
==/UserStyle== */

@-moz-document domain("hydro.ac") {
.page--discussion_main .discussion__title a:visited, .page--discussion_node .discussion__title a:visited, .page--blog_main .discussion__title a:visited, .page--user_detail .discussion__title a:visited{
    color: #808080
}
blockquote.warn {
    background: rgba(255, 255, 255, .9)
}
.section__table-header{
    background: none
}
.data-table tr:nth-child(2n){
    background: none
}
.section{
    background: rgba(255, 255, 255, .8)
}
.nav{
    background: rgba(255, 255, 255, .8)
}
.main {
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/j03bs322.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section{
    border-radius: 10px;
}
.button, .dropdown .menu{
    border-radius: 10px;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco Display", "San Francisco", "Helvetica Neue", "Noto Sans", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans", "PingFang SC", "Segoe UI", "Microsoft YaHei", sans-serif;
}
.user-profile-badge{
    border-radius: 7px;
    box-shadow: 0px 1px 3px #656565;
}
data-tooltip, .data-tooltip, span.time.relative.tooltip{
    border-radius: 10px;
}
input.textbox, textarea.textbox, time relative tooltip drop-target drop-element-attached-bottom drop-element-attached-center drop-target-attached-top drop-target-attached-center{
    border-radius: 10px;
}
.search>input{
    border-radius: 10px 0px 0px 0px;
}
.search>button{
    border-radius: 0px  10px 0px 0px;
}
.bp4-tag.bp4-minimal:not([class*=bp4-intent-]){
    border-radius: 10px;
}
.problem__tag-link, .select-container.compact .select, .select.compact{
    border-radius: 10px;
}
pre[class*=language-], .autocomplete-wrapper{
    border-radius: 10px;
}
.section__table-header{
    border-radius: 10px 10px 0 0;
}
div.code-toolbar>.toolbar>.toolbar-item>a, div.code-toolbar>.toolbar>.toolbar-item>button, div.code-toolbar>.toolbar>.toolbar-item>span{
    border-radius: 0 0 0 10px;
}
.contest-sidebar__bg {
    border-radius: 7px 7px 0 0;
}
blockquote {
    border-radius: 7px;
    box-shadow: 2px 3px 3px #aaa;
    background: rgba(255, 255, 255, .9)
}
}

Reviews

No reviews yet.