コンテンツにスキップ

利用者:Al12si/timeless.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/* subtitles for media player - whoever wrote that code need to be fired */
.vjs-text-track-cue.vjs-text-track-cue-yue > div {
	font-family: /*"Alegreya",*/ "Junicode Two Beta", /*"Junicode",*/ "I.Ming", "Noto Serif JP", "Noto Serif TC", "Noto Serif HK", "Noto Serif KR", "Noto Serif TC", "TakaoMincho", "Ming(for ISO10646)", NanumMyeongjo, "Noto Serif Hebrew", FreeSerif, serif !important;
	line-height: 1.236em;
	font-size: 1.236em; /* compensate for font-size: 89% to keep min size around 1rem */
	color: black !important; background: white !important; opacity: 0.85 !important; padding:0.25em 0.5em !important; margin-top:-1em!important;display: inline-block !important; /* I.Ming doesn't work well reversed, weight is too light */
}

body {
	/* This doesn’t actually do much. Characters don’t display in any case */
	font-family: /*"Alegreya",*/ "Junicode Two Beta", /*"Junicode",*/ "I.Ming", "Noto Serif JP", "Noto Serif TC", "Noto Serif HK", "Noto Serif KR", "Noto Serif TC", "TakaoMincho", "Ming(for ISO10646)", NanumMyeongjo, "Noto Serif Hebrew", FreeSerif, serif;
	font-feature-settings: "lnum", "pnum"; /* lining figures */
	font-weight: 300;
}
b, strong {
	font-weight: 500;
}
b, strong,
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
	/* This doesn’t actually do much. Characters don’t display in any case */
	font-family: "Alegreya Sans", "Taipei Sans TC Beta", "Noto Sans JP", "Noto Sans HK", "Noto Sans KR", "Noto Sans TC", NanumGothic, Motek, FreeSans, sans-serif;
}
.mw-editform #wpTextbox1,
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
	/* Note: !important is needed for textarea */
	font-family: "IBM Plex Mono", "I.Ming", "Taipei Sans TC Beta", "Noto Sans JP", "Noto Sans HK", "Noto Sans KR", "Noto Sans TC", NanumGothic, monospace !important;
}
.IPA {
	font-family: "Junicode Two Beta", /*Junicode,*/ "Doulos SIL", serif;
}

:not(:lang(yue)):not(:lang(ja)):not(:lang(ko)),
.jptone {
	font-feature-settings: "calt", "kern", "liga", "onum", "pnum";
}

span[lang=ja] { /* 取消 Template:Font-ja 嘅破壞 */
	font-family: unset!important;
}