「Common.css」の版間の差分
Music765plus (トーク | 投稿記録) |
Music765plus (トーク | 投稿記録) |
||
6行目: | 6行目: | ||
.toc, #toc { display: none; } | .toc, #toc { display: none; } | ||
− | table | + | /* メインページのタイトルを消す */ |
− | + | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |
− | + | ||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | font-size:24px; | ||
+ | height: 10px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table td{ | ||
+ | border-collapse: collapse; | ||
+ | font-size:24px; | ||
+ | height: 10px; | ||
+ | text-align: left; | ||
} | } | ||
− | + | table th{ | |
− | + | border-collapse: collapse; | |
− | + | font-size:24px; | |
+ | height: 10px; | ||
+ | text-align: left; | ||
} | } | ||
− | |||
− | |||
− |
2017年10月1日 (日) 15:34時点における版
/* ここに記述したCSSはすべての外装に反映されます */ .mw-body { max-width: 700px; } .toc, #toc { display: none; } /* メインページのタイトルを消す */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } table { border-collapse: collapse; font-size:24px; height: 10px; text-align: left; } table td{ border-collapse: collapse; font-size:24px; height: 10px; text-align: left; } table th{ border-collapse: collapse; font-size:24px; height: 10px; text-align: left; }