「MediaWiki:Vector.css」の版間の差分
提供: VANGUARD FLIGHT wiki
Taku.oshino (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSはベクター外装の利用者に影響します: →enlarge font-size for ja fonts: #bodyContent { font-size: 90%; }」) |
Taku.oshino (トーク | 投稿記録) (Wikipedia:ja:MediaWiki:Vector.css 2014-08-17 10:15 (UTC) 及び 2014-08-17 10:51 (UTC) から移入。) |
||
3行目: | 3行目: | ||
/* enlarge font-size for ja fonts */ | /* enlarge font-size for ja fonts */ | ||
#bodyContent { font-size: 90%; } | #bodyContent { font-size: 90%; } | ||
+ | |||
+ | /* [[Wikipedia:井戸端/subj/現在のWikipediaのフォント]] を参考にした応急処置 */ | ||
+ | /* [[Wikipedia:ja:MediaWiki:Vector.css]] 2014-08-17 10:15 (UTC) */ | ||
+ | div#content h1, div#content h2, div#content #firstHeading { | ||
+ | font-family: sans-serif; | ||
+ | } | ||
+ | html, body { | ||
+ | font-family: sans-serif; | ||
+ | } | ||
+ | div#content .mw-editsection { | ||
+ | font-family: sans-serif; | ||
+ | } | ||
+ | |||
+ | /* ログインページ、アカウント作成ページ、個人設定への適用 */ | ||
+ | /* [[Wikipedia:ja:MediaWiki:Vector.css]] 2014-08-17 10:51 (UTC) */ | ||
+ | body.mw-special-Userlogin div#content #firstHeading, | ||
+ | body.mw-special-Userlogin div#mw-createacct-benefits-container h2, | ||
+ | body.mw-special-Userlogin div#mw-createacct-benefits-container h3, | ||
+ | body.mw-special-Preferences div#content #firstHeading, | ||
+ | body.mw-special-Preferences div#content h1 { | ||
+ | font-family: sans-serif; | ||
+ | } |
2016年3月9日 (水) 23:38時点における最新版
/* ここに記述したCSSはベクター外装の利用者に影響します */
/* enlarge font-size for ja fonts */
#bodyContent { font-size: 90%; }
/* [[Wikipedia:井戸端/subj/現在のWikipediaのフォント]] を参考にした応急処置 */
/* [[Wikipedia:ja:MediaWiki:Vector.css]] 2014-08-17 10:15 (UTC) */
div#content h1, div#content h2, div#content #firstHeading {
font-family: sans-serif;
}
html, body {
font-family: sans-serif;
}
div#content .mw-editsection {
font-family: sans-serif;
}
/* ログインページ、アカウント作成ページ、個人設定への適用 */
/* [[Wikipedia:ja:MediaWiki:Vector.css]] 2014-08-17 10:51 (UTC) */
body.mw-special-Userlogin div#content #firstHeading,
body.mw-special-Userlogin div#mw-createacct-benefits-container h2,
body.mw-special-Userlogin div#mw-createacct-benefits-container h3,
body.mw-special-Preferences div#content #firstHeading,
body.mw-special-Preferences div#content h1 {
font-family: sans-serif;
}