「MediaWiki:Mobile.css」の版間の差分
提供: 人狼wiki
(ページの作成:「→ここに記述したCSSは携帯機器版サイトの利用者に影響します: →corrections: table.wikitable { display: table !important; } .center { te...」) (タグ: モバイル編集、モバイルウェブ編集) |
(相違点なし)
|
2016年9月30日 (金) 21:21時点における版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/* corrections */
table.wikitable {
display: table !important;
}
.center {
text-align: center;
}
.list-box {
background-color: #eeeeee;
border: 2px solid #c9c9c9;
margin-top: 1.6em;
}
.list-box-title {
padding: 2px 0;
border-bottom: 1px solid #aaaaaa;
background-color: #d3d3d3;
text-align: center;
font-weight: bold;
color: #444444;
line-height: 1;
}
.list-box-content {
padding: 2px;
}
ul.list-box-list li {
list-style-type: none;
margin: 4px 1.8em;
}