Skip to content

Better Hydro by Norsuman371

Screenshot of Better Hydro

Details

AuthorNorsuman371

LicenseNo License

Categoryhydro.ac

Created

Updated

Size10 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

none

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           Better Hydro
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("http://hydro.ac/") {
body  .slideout-panel .main{
         background-image: url(https://oj.hetao101.com/d/python/file/22930/dxtqwlh5.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
body .slideout-menu{
    background-color:rgba(255, 255, 255, .5);
}

body .slideout-panel .main .row .large-9 .section{
    background-color:rgba(255, 255, 255, .7);
}

body .slideout-panel .main .row .large-3 .section {
background-color:rgba(255, 255, 255, .7);
}
    
body .slideout-panel .main .row .medium-9 .section{
    background-color:rgba(255, 255, 255, .7);
}

body .slideout-panel .main .row .medium-3 .section {
background-color:rgba(255, 255, 255, .7);
}
    
    .typo a:not(.user-profile-name):not(.media-link), .typo .link:not(.user-profile-name):not(.media-link), .typo-a:not(.user-profile-name):not(.media-link), .typo a:visited:not(.user-profile-name):not(.media-link), .typo .link:visited:not(.user-profile-name):not(.media-link), .typo-a:visited:not(.user-profile-name):not(.media-link), .typo a:active:not(.user-profile-name):not(.media-link), .typo .link:active:not(.user-profile-name):not(.media-link), .typo-a:active:not(.user-profile-name):not(.media-link) {
    color: #5f9fd6;
}

.typo a:hover:not(.user-profile-name):not(.media-link), .typo .link:hover:not(.user-profile-name):not(.media-link), .typo-a:hover:not(.user-profile-name):not(.media-link) {
    color: #fa4b4b;
        text-decoration:none;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    }
    
body .slideout-panel .footer {
background:rgba(255, 255, 255, .7);
}

.page--discussion_main .discussion__title a:visited {
        color: grey;
    }
    
    .page--discussion_main .discussion__title a:visited:hover {
         color: #fa4b4b;
        text-decoration:none;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    }

.numbox__text {
    color: #000;
    }


.supplementary  li{
    color: #464444;
}


    


body .slideout-panel .main .row .large-9 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .large-6 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .large-3 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-9 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-6 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-3 .section {
border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-12 .section {
border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-12 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-10 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-2 .section {
border-radius: 20px !important;
}


body .slideout-panel .footer {
border-radius: 20px !important;
}


a {
position: relative;
}
a:hover{
    text-decoration:none;
    color: #fa4b4b;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
a:after {
    content: "";
    width: 0;
    height: 2px;
    background: rgba(0, 110, 255, .575);
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .3s;
}
a:hover::after {
    left: 0%;
    width: 100%;
}
    
   .drop-element, .drop-element:after, .drop-element:before, .drop-element *, .drop-element *:after, .drop-element *:before {
        border-radius: 20px !important;
    }
    
.nav {
    position: absolute;
    border-radius: 20px !important;
    left: 10%;
    top: 10px;
    width: 70%;
    height: 2.8125rem;
    font-size: .875rem;
    transition: background .2s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    z-index: 500;
    background:rgba(255, 255, 255, .9);
}
    
#searchForm {
    border-radius: 20px !important;
    background:rgba(255, 255, 255, .8);
}

    .section__table-container {
        border-radius: 20px !important;
    background:rgba(255, 255, 255, .8);
        
    }

    .dropdown .menu {
    background: #e5e5e5ba;
}
.nav .nav__item:hover {
    background: #e5e5e599;
    color: #fa4b4b;
}
    
.nav .nav__item {
    color: #000;
}
    

.nav--shadow {
    border-radius: 20px !important;
    position: absolute;
     left: 10%;
    top: 10px;
    width: 100%;
    height: 2.8125rem;
    z-index: 300;
    transition: box-shadow .2s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 0 6px rgba(0,0,0,.3);
}

.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: grey;
}
    
}
@-moz-document url-prefix("https://hydro.ac/") {
body  .slideout-panel .main{
         background-image: url(https://oj.hetao101.com/d/python/file/22930/dxtqwlh5.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
body .slideout-menu{
    background-color:rgba(255, 255, 255, .5);
}

body .slideout-panel .main .row .large-9 .section{
    background-color:rgba(255, 255, 255, .7);
}

body .slideout-panel .main .row .large-3 .section {
background-color:rgba(255, 255, 255, .7);
}
    
body .slideout-panel .main .row .medium-9 .section{
    background-color:rgba(255, 255, 255, .7);
}

body .slideout-panel .main .row .medium-3 .section {
background-color:rgba(255, 255, 255, .7);
}
    
    .typo a:not(.user-profile-name):not(.media-link), .typo .link:not(.user-profile-name):not(.media-link), .typo-a:not(.user-profile-name):not(.media-link), .typo a:visited:not(.user-profile-name):not(.media-link), .typo .link:visited:not(.user-profile-name):not(.media-link), .typo-a:visited:not(.user-profile-name):not(.media-link), .typo a:active:not(.user-profile-name):not(.media-link), .typo .link:active:not(.user-profile-name):not(.media-link), .typo-a:active:not(.user-profile-name):not(.media-link) {
    color: #5f9fd6;
}

.typo a:hover:not(.user-profile-name):not(.media-link), .typo .link:hover:not(.user-profile-name):not(.media-link), .typo-a:hover:not(.user-profile-name):not(.media-link) {
    color: #fa4b4b;
        text-decoration:none;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    }
    
body .slideout-panel .footer {
background:rgba(255, 255, 255, .7);
}

.page--discussion_main .discussion__title a:visited {
        color: grey;
    }
    
    .page--discussion_main .discussion__title a:visited:hover {
         color: #fa4b4b;
        text-decoration:none;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    }

.numbox__text {
    color: #000;
    }


.supplementary  li{
    color: #464444;
}


    


body .slideout-panel .main .row .large-9 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .large-6 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .large-3 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-9 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-6 .section{
    border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-3 .section {
border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-12 .section {
border-radius: 20px !important;
}

body .slideout-panel .main .row .medium-12 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-10 .section {
border-radius: 20px !important;
}
body .slideout-panel .main .row .medium-2 .section {
border-radius: 20px !important;
}


body .slideout-panel .footer {
border-radius: 20px !important;
}


a {
position: relative;
}
a:hover{
    text-decoration:none;
    color: #fa4b4b;
    -webkit-transition:color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
a:after {
    content: "";
    width: 0;
    height: 2px;
    background: rgba(0, 110, 255, .575);
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .3s;
}
a:hover::after {
    left: 0%;
    width: 100%;
}
    
   .drop-element, .drop-element:after, .drop-element:before, .drop-element *, .drop-element *:after, .drop-element *:before {
        border-radius: 20px !important;
    }
    
.nav {
    position: absolute;
    border-radius: 20px !important;
    left: 10%;
    top: 10px;
    width: 70%;
    height: 2.8125rem;
    font-size: .875rem;
    transition: background .2s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    z-index: 500;
    background:rgba(255, 255, 255, .9);
}
    
#searchForm {
    border-radius: 20px !important;
    background:rgba(255, 255, 255, .8);
}

    .section__table-container {
        border-radius: 20px !important;
    background:rgba(255, 255, 255, .8);
        
    }

    .dropdown .menu {
    background: #e5e5e5ba;
}
.nav .nav__item:hover {
    background: #e5e5e599;
    color: #fa4b4b;
}
    
.nav .nav__item {
    color: #000;
}
    

.nav--shadow {
    border-radius: 20px !important;
    position: absolute;
     left: 10%;
    ...

Reviews

No reviews yet.