「MediaWiki:Common.css」の版間の差分
提供: miniwiki
細 |
細 |
||
13行目: | 13行目: | ||
body { | body { | ||
− | /* | + | /* フォントの種類 */ |
− | font-family: | + | font-family: -apple-system, BlinkMacSystemFont, |
+ | "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; | ||
− | /* | + | /* フォントのサイズ */ |
− | + | font-size: 16px; | |
− | + | ||
− | */ | + | /* フォントの色 */ |
+ | font-size: #333; | ||
+ | |||
+ | /* カーニングの設定 */ | ||
+ | letter-spacing: 1.5px; | ||
+ | |||
+ | /* 行間の設定 */ | ||
+ | line-height: 1.75; | ||
} | } |
2018/7/28/ (土) 21:14時点における版
/* ここに記述したCSSはすべての外装に反映されます */
#personal{ display:none; } /*ログインを消す*/
#ca-talk { display:none; } /*議論タブを消す*/
#ca-history { display:none; } /*履歴表示タブを消す*/
#ca-viewsource { display:none; } /*ソース表示タブを消す*/
#t-permalink{ display:none; } /*この版への固定リンクを消す*/
#t-specialpages{ display:none; } /*特別ページリンクを消す*/
#t-pagelog{ display:none; } /*ページの記録リンクを消す*/
#t-cite{ display:none; } /*このページを引用を消す*/
#t-recentchangeslinked{ display:none; } /*関連ページの更新状況を引用を消す*/
#privacy,#about,#disclaimer{ display:none; } /*3footersを消す*/
#t-whatlinkshere{ display:none; } /*リンク元を引用を消す*/
body {
/* フォントの種類 */
font-family: -apple-system, BlinkMacSystemFont,
"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
/* フォントのサイズ */
font-size: 16px;
/* フォントの色 */
font-size: #333;
/* カーニングの設定 */
letter-spacing: 1.5px;
/* 行間の設定 */
line-height: 1.75;
}