Skip to content

臺北科大校園入口網站美化 - 登入界面 by rileychh

Screenshot of 臺北科大校園入口網站美化 - 登入界面

Details

Authorrileychh

LicenseMIT

Categorynportal.ntut.edu.tw/index.do

Created

Updated

Size1.8 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      20240402.09.16
@author       rileychh, uix._.uix
@license      MIT
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://nportal.ntut.edu.tw/index.do") {
table,
.boxContent > img,
#eyes,
.titleEng,
.header,
.copyright,
#sliderShow,
a[title="重新產生驗證碼"] {
    display: none;
}

#wrap,
.boxContent {
    all: unset;
}

.co,
.co > input,
.loginBtn,
.boxContent {
    margin: 0;
}

body {
    height: 100vh;
    background-image: linear-gradient(-45deg, rgba(191, 97, 106, 0.6), rgba(208, 135, 112, 0.6), rgba(235, 203, 139, 0.6), rgba(163, 190, 140, 0.6), rgba(136, 192, 208, 0.6), rgba(180, 142, 173, 0.6)), url(https://picsum.photos/1280/720?grayscale);
    background-size: 400% 400%, cover;
    animation: gradient 30s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.boxContent {
    float: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form {
    background: rgba(255, 255, 255, 0.25);
    padding: 2rem;
    backdrop-filter: blur(1rem);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1rem;
}

.co {
    display: flex;
    align-items: center;
}

.authcode > a {
    width: 170px;
    text-align: center;
}

.loginBtn > input {
    background: #0071e3;
    border-radius: 5px;
}

.loginBtn > input:hover {
    background: #318EEC;
    border-radius: 10px;
}
}

Reviews

No reviews yet.