new black theme
ucas_login_moon by CuiEM
Details
AuthorCuiEM
LicenseNo License
Categoryhttps://sep.ucas.ac.cn/
Created
Updated
Size2.0 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 ucas_login_moon
@version 20240618.08.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://sep.ucas.ac.cn/") {
.linkA {
color: #000;
}
body {
background-image: url(https://4kwallpapers.com/images/walls/thumbs_3t/1684.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: #fff;
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: #fff;
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;
}
}