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

提供:WHITEDAY~学校という名の迷宮~PS4 攻略wiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
12行目: 12行目:
}
}
table thead {
table thead {
}
table th {
background-color: aliceblue;
background-color: aliceblue;
}
}
table tbody th {
table td:first-child {
background-color: #EEE;
background-color: #EEE;
}
table tbody td {
background-color: #FFF;
}
}

2017年9月6日 (水) 05:50時点における版

/* ここに記述した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, table th, table td {
border: 1px solid #CCC;
}
table thead {
}
table th {
background-color: aliceblue;
}
table td:first-child {
background-color: #EEE;
}