「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
Whiteday wiki (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSはすべての外装に反映されます: * { color: #FFF; background-color: #1C1C1C; }」) |
Whiteday wiki (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の19版が非表示) | |||
| 1行目: | 1行目: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |||
table { | |||
width: 100%; | |||
border-spacing: 0; | |||
border-collapse: collapse; | |||
} | |||
table th, table td { | |||
border: 1px solid #CCC; | |||
} | |||
table th, table td { | |||
padding: 2px 5px; | |||
} | |||
table th { | |||
background-color: aliceblue; | |||
} | |||
table td:first-child { | |||
font-weight: bold; | |||
background-color: #EEE; | |||
} | } | ||
2017年9月11日 (月) 04:26時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
table th, table td {
border: 1px solid #CCC;
}
table th, table td {
padding: 2px 5px;
}
table th {
background-color: aliceblue;
}
table td:first-child {
font-weight: bold;
background-color: #EEE;
}