Skip to content

徳島大学教務システムを使いやすく by tokudai-user

Details

Authortokudai-user

LicenseCC0

Categoryeweb.stud.tokushima-u.ac.jp

Created

Updated

Code size2.0 kB

Code checksumf709c3b5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

徳島大学教務システムを使いやすくします。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           徳島大学教務システムを使いやすく
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("eweb.stud.tokushima-u.ac.jp") {
    #ctl00_bhHeader_lblLastLogin {
        margin-left: 10px;
    }
    #ctl00_bhHeader_img5[src="../common_images/spacer.gif"] {
        width: 25px !important;
    }
    #ctl00_trBaseHeader > td > table > tbody > tr:nth-child(3) > td > table > tbody > tr:nth-child(1) {
        > td:nth-child(4) {
            width: 37% !important;
        }
        > td:nth-child(5) {
            width: 17% !important;
        }
    }
    #ctl00_bhHeader_imageLink {
        float: right;
        margin-right: 30px;
    }
    #ctl00_bhHeader_imageLink,
    #ctl00_bhHeader_img11 {
        height: 33px !important;
        width: 123px !important;
    }
    #ctl00_bhHeader_lblName {
        font-size: x-large !important;
    }
    #ctl00_bhHeader_imgYamamyi_imgPic {
        height: 64px;
    }
}

@-moz-document url("https://eweb.stud.tokushima-u.ac.jp/Portal/StudentApp/Top.aspx") {
    #ctl00_divSmp > table > tbody {
        display: flex;
        flex-direction: column;

        > tr > td {
            width: 1%;
        }

        > tr:nth-child(2) {
            order: 1;
        }
        > tr:nth-child(5) {
            order: 2;
        }
        > tr:nth-child(6) {
            order: 3;
        }
        > tr:nth-child(7) {
            order: 4;
        }
        > tr:nth-child(8) {
            order: 5;
        }
        > tr:nth-child(1) {
            order: 6;
        }
        > tr:nth-child(4) {
            order: 7;
        }
        > tr:nth-child(3) {
            order: 8;
        }
    }
    #ctl00_phContents_BaseInformation1_pnlMain {
        height: 200px;
        overflow-y: scroll;
    }
}

Reviews

No reviews yet.