跳转到内容

User:Casheeeeew/vector-2022.css

维基百科,自由的百科全书
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* Japanese Wikipedia Styling */
body {
    font-family: 'Noto Sans CJK SC', 'Cambria Math', 'MS Mincho', serif !important;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.box-複数の問題.plainlinks.metadata.ambox.ambox-content {
	display: none !important;
}

i {
	font-family: '唯你主义浪漫行书', sans-serif !important;
}

small {
    font-size: 0.9em !important; /* 20% larger */
}

.mw-heading h2,
figcaption {
	font-family: 'Aa笔走龙蛇行楷体', sans-serif !important;
}


.mw-heading h3,
.mw-heading h4,
.mw-heading h5,
.mw-heading h6 {
	font-family: 'JBHGXC', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Aa笔走龙蛇行楷体', 'FOT-TsukuOldMin Pro', 'Noto Sans CJK SC',  serif !important;
    padding-bottom: 0.3em;
    margin-top: 1.5em;
}

h1 {
    font-size: 2.2em;
    border-bottom: 2px solid;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--wa-color-primary);
    border-bottom-style: solid;
}

/* Navigation */

.vector-menu-heading {
    font-family: 'JBHGXC', sans-serif !important;
}

.vector-menu-content-list li a {
    font-family: 'Noto Sans CJK SC', serif;
}

.wikitable {
    border: 1px solid;
    font-family: 'Noto Sans CJK SC', serif !important;
}

.wikitable th {
    color: white;
    font-family: 'Aa笔走龙蛇行楷体', serif !important;
}

.wikitable td, .wikitable th {
    border: 1px solid;
    padding: 0.5em;
}

blockquote {
    font-family: 'JBHGXC' !important;
    border-left: 3px solid var(--wa-color-primary);
    padding-left: 1em;
    margin-left: 1em;
    background-color: rgba(139, 69, 19, 0.05);
}

/* Infoboxes */
.infobox {
    font-family: 'Noto Sans CJK SC', serif !important;
    border: 2px solid;
}

.infobox-title {
    font-family: 'Aa笔走龙蛇行楷体', serif !important;
    color: white;
    text-align: center;
}

.footer {
    font-family: 'JBHGXC', sans-serif !important !important;
    text-align: center;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid;
}


.firstHeading,
.mw-page-title-main {
    font-family: '唯你主义浪漫行书', 'DFGyoSho Pro-5', sans-serif !important;
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .mw-body-content {
        padding: 1em;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.5em;
    }
}

.mw-heading:before {
    content: "■";
    margin-right: 0.5em;
}

.references {
    font-size: 0.9em;
    font-family: 'Noto Sans CJK SC', serif !important;
}

.toc {
    font-family: 'Aa笔走龙蛇行楷体', serif !important;
    background-color: rgba(139, 69, 19, 0.05);
    border: 1px solid;
    padding: 1em;
}