Skip to content

syllabus.sic by union-nandm

Details

Authorunion-nandm

LicenseNo License

Categoryuserstyles

Created

Updated

Size890 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

芝浦工業大学のシラバスを見やすくするためのスタイルです。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         syllabus.sic.shibaura-it.ac.jp
@version      20220419.04.58
@namespace    userstyles.world/user/union-nandm
@description  芝浦工業大学のシラバスを見やすくするためのスタイルです。
@author       union-nandm
@license      No License
==/UserStyle== */

@-moz-document domain("syllabus.sic.shibaura-it.ac.jp") {
.table_sticky thead:nth-child(1) tr:nth-child(1) td {
    position: revert;
}
@media screen and (max-width: 767px) {
    .table_sticky thead:nth-child(2) tr:nth-child(1) th {
        top: 106px;
    }

    .table_sticky thead:nth-child(2) tr:nth-child(2) th {
        top: calc(106px + 39.5px)
    }
}

@media screen and (min-width: 768px) {
    .table_sticky thead:nth-child(2) tr:nth-child(1) th {
        top: 51px;
    }

    .table_sticky thead:nth-child(2) tr:nth-child(2) th {
        top: calc(51px + 39px)
    }
}
}

Reviews

No reviews yet.