「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
2行目: 2行目:


/* タイトル書体をWikipediaと同様にする */
/* タイトル書体をWikipediaと同様にする */
body div#content h1, body div#content h2, body div#content #firstHeading { font-family: sans-serif; }
body div#content h1,
body div#content h2,
body div#content #firstHeading {
    font-family: sans-serif;
}


/* フォントサイズ */
/* フォントサイズ */
.mw-content-ltr { font-size: 15px; }
.mw-content-ltr {
    font-size: 15px;
}


/* "テンプレート:メインページ/ようこそ" に表示するロゴ */
/* "テンプレート:メインページ/ようこそ" に表示するロゴ */
.globegris { background-image: url("//2ch.me/vikipedia/images/1/10/V3.jpg"); }
.globegris {
    background-image: url("//2ch.me/vikipedia/images/1/10/V3.jpg");
}


/* "メインページ" のタイトル非表示 */
/* "メインページ" のタイトル非表示 */
15行目: 23行目:
body.page-メインページ .subtitle,
body.page-メインページ .subtitle,
body.page-メインページ h1.firstHeading,
body.page-メインページ h1.firstHeading,
body.page-メインページ h1.pagetitle
body.page-メインページ h1.pagetitle {
{ display: none; }
    display: none;
}


pre
pre