Skip to content

ucas_login_mac_bur by CuiEM

Screenshot of ucas_login_mac_bur

Details

AuthorCuiEM

LicenseNo License

Categoryhttps://sep.ucas.ac.cn/

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for ucas login style if you are bored with the old one, with color, backgrund and font etc.

Notes

Please raise issues in github repository.

Source code

/* ==UserStyle==
@name         ucas_login_mac_bur
@version      20240607.03.06
@namespace    https://userstyles.world/user/CuiEM
@description  for ucas login style if you are bored with the old one, with color, backgrund and font etc.
@author       CuiEM
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://sep.ucas.ac.cn/") {
.linkA {
    color: #a61b29;
}


body {
    background-image: url(https://4kwallpapers.com/images/walls/thumbs_3t/1455.jpg) !important;
    background-size: 1600px 900px;
}


.leftlongin {
    background-color: transparent !important;
    backdrop-filter: blur(3px) contrast(99%) !important;
}

.signin-form h1 {
    font-size: 32px;
    color: #fff;
    font-family: cursive;
    font-weight: bold;
}

.signin-form input[type="text"], .signin-form input[type="email"], .signin-form input[type="password"] {
    background-color: transparent !important;
}

.signin-form label {
    color: #000;
    font-size: 18px;
    font-family: cursive !important;
    font-weight: bold;
}

.signin-form .form-control {
    border-bottom-color: #a61b29;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    font-family: "Cascadia Mono" !important;
}


button {
    font-family: cursive;
}

.col-sm-12 p a:link, .single-password-circle a:link {
    color: #a61b29;
    font-family: cursive;
    font-weight: bold;
}

.btn.signin_btn.signin_btn_two, .btn.signin_btn.signin_btn_two:focus {
    background: #a61b29;
}

.signin-footer {
    margin-top: 0px;
    text-align: center;
}

.linkB, .dropdown-toggle {
    font-size: 16px;
    color: #ffffff;
    font-family: cursive;
}
    
.rightlink {
    background-color: transparent !important;
    backdrop-filter: blur(3px) contrast(99%) !important;
}

.nav-tabs>li.active>a:link {
    background-color: #2177b8 !important;
    color: #ffffff;
}

.rightlink p {
    color: #fff;
    font-family: cursive;
    font-size: 16px;
}

.rightlink p >a {
    color: #f8bc31;
    font-size: 16px;
}
}

Reviews

No reviews yet.