「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
Whiteday wiki (トーク | 投稿記録) 編集の要約なし |
Whiteday wiki (トーク | 投稿記録) 編集の要約なし |
||
| 7行目: | 7行目: | ||
#p-tb-label { | #p-tb-label { | ||
margin-top: 40px; | margin-top: 40px; | ||
} | |||
table { | |||
width: 100%; | |||
} | } | ||
table, table th, table td { | table, table th, table td { | ||
2017年9月6日 (水) 05:53時点における版
/* ここに記述したCSSはすべての外装に反映されます */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
#p-namespaces {
display: none;
}
#p-tb-label {
margin-top: 40px;
}
table {
width: 100%;
}
table, table th, table td {
border: 1px solid #CCC;
}
table th, table td {
padding: 0 5px;
}
table th {
background-color: aliceblue;
}
table td:first-child {
font-weight: bold;
background-color: #EEE;
}