Skip to content

久留米大学(おもに御井学舎) by MaruniUmebachi

Details

AuthorMaruniUmebachi

LicenseCC 0

Categorykurume-u

Created

Updated

Size4.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

「久留米大学 御井学舎」のドメインなどに対する CSS です。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         久留米大学(おもに御井学舎)
@version      20241018.02.45
@namespace    kurume-u
@description  「久留米大学 御井学舎」のドメインなどに対する CSS です。
@author       MaruniUmebachi
@license      CC 0
==/UserStyle== */

@-moz-document domain("www.kurume-u.ac.jp") {
html:root {
    --Stylus-CSS: "久留米大学 *";
    font-size: 16px;
    * {
        --Stylus-CSS: "久留米大学 *";
        font-size: 1.5em;
    }
}
}

@-moz-document regexp(".*://\\w+\\.mii\\.kurume\\-u\\.ac\\.jp/([^l][^m][^s]|[^c][^a][^m][^p][^u][^s][^w][^e][^b])/.*") {
:root body {
    --Stylus-CSS: "久留米大学 *";
    line-height: 1.5;
    font-size: 1.5rem;
}
}

@-moz-document domain("mii.kurume-u.ac.jp") {
html:root {
    --Stylus-CSS: "久留米大学 *";
    --FontFamily: "Roboto", "Noto Sans Semibold", "Noto Sans", "Noto Sans JP", "Source Han Sans VF";
    --font-family-Stylus: var(--FontFamily);
    font-feature-settings: var(--font-feature-settings-Stylus);
    font-variant-east-asian: var(--font-variant-east-asian-Stylus);
    line-height: 1.5;
    font-size: 16px;
    body {
        --Stylus-CSS: "久留米大学 *";
        font-feature-settings: inherit;
        font-variant-east-asian: inherit;
        letter-spacing: var(--letter-spacing-Stylus);
        font-size: 1rem;
    }

    &,
    body {
        --Stylus-CSS: "久留米大学 *";
        box-sizing: border-box;
        inline-size: 100vw;
        block-size: 100vh;
    }
}

:link {
    --Stylus-CSS: "久留米大学 *";
    text-underline-position: under;
}

a:hover {
    --Stylus-CSS: "久留米大学 *";
    outline: auto;
}

[src="/images/portal_gmail.png"] {
    --Stylus-CSS: "久留米大学 *";
    background-image: url("https://ssl.gstatic.com/gb/images/sprites/p_2x_eb7895ba582f.png") !important;
    background-position: 0 -2030px !important;
}
}

@-moz-document regexp(".*://mii\\.kurume\\-u\\.ac\\.jp/.*") {
/* ================================================================================ */
/*      7.TOPPAGE INFORMATION                                                       */
/* ================================================================================ */
:root #info #info_title h3 {
    --Stylus-CSS: "久留米大学 *";
    line-height: normal;
}

/* IE only */
:root #info li {
    --Stylus-CSS: "久留米大学 *";
    line-height: normal;
}

/* ================================================================================ */
/*      12.list                                                                     */
/* ================================================================================ */
:root #contents_list li {
    --Stylus-CSS: "久留米大学 *";
    line-height: normal;
}

/* ================================================================================ */
/*      10.DETAIL PAGE                                                               */
/* ================================================================================ */
:root #contents p {
    --Stylus-CSS: "久留米大学 *";
    line-height: normal;
}

:root #cont_title h3 {
    --Stylus-CSS: "久留米大学 *";
    line-height: normal;
}

/* ================================================================================ */
/*      8-1.TOPPAGE SUB CONTENTS01                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/* ================================================================================ */
}

Reviews

No reviews yet.