MediaWiki:Vector-2022.css
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
/*
* 注意:ベクター (2022) スキンでは[[MediaWiki:Common.css]]も読み込まれます。
* このスタイルシートは常用せず、可能であればテンプレートスタイルで対応することが望ましいです。
*/
/* enlarge font-size for ja fonts */
.vector-feature-custom-font-size-clientpref-0 #bodyContent,
.vector-feature-custom-font-size-clientpref--excluded #bodyContent {
font-size: 0.944em;
font-size: calc(1em * 0.944);
}
/* 地理座標の表示位置 */
#coordinates {
position: absolute;
right: 0;
top: 0;
font-size: 85%;
line-height: 1.2em;
}
/* 当面の間、レガシーベクターと同様に表示する */
#siteSub {
display: block;
}
@media screen {
/* [[phab:T360844]] */
html.skin-theme-clientpref-night table:not(.infobox) [bgcolor] a,
html.skin-theme-clientpref-night table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-night table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
/* should not apply to th elements which have their own background. */
html.skin-theme-clientpref-night table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a {
color: #202122; /* replace with --color-base-fixed when token is available */
text-decoration: underline;
}
html.skin-theme-clientpref-night .infobox a {
color: var( --color-progressive ) !important;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os table:not(.infobox) [bgcolor] a,
html.skin-theme-clientpref-os table:not(.infobox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-os table:not(.infobox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a,
html.skin-theme-clientpref-os table:not(.infobox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a {
color: #202122; /* replace with --color-base-fixed when token is available */
text-decoration: underline;
}
html.skin-theme-clientpref-os .infobox a {
color: var( --color-progressive ) !important;
}
}