「MediaWiki:Mobile.css」の版間の差分
(ページの作成:「→ここに記述したCSSは携帯機器版サイトの利用者に影響します: →corrections: table.wikitable { display: table !important; } .center { te...」) (タグ: モバイル編集、モバイルウェブ編集) |
|||
| (同じ利用者による、間の3版が非表示) | |||
| 9行目: | 9行目: | ||
} | } | ||
| + | .message-box { | ||
| + | background-color: #ffffe8; | ||
| + | border: 1px solid #ddddb3; | ||
| + | padding: 4px 4px 4px 1em; | ||
| + | line-height: 1; | ||
| + | font-size: 0.9em; | ||
| + | |||
| + | width: 100%; | ||
| + | } | ||
.list-box { | .list-box { | ||
background-color: #eeeeee; | background-color: #eeeeee; | ||
| 26行目: | 35行目: | ||
.list-box-content { | .list-box-content { | ||
padding: 2px; | padding: 2px; | ||
| + | } | ||
| + | table.list-box-table { | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | table.list-box-table th, table.list-box-table td { | ||
| + | border: 1px solid #bbbbbb; | ||
| + | } | ||
| + | table.list-box-table th { | ||
| + | background-color: #e4e4e4; | ||
| + | white-space: nowrap; | ||
| + | padding: 3px; | ||
} | } | ||
ul.list-box-list li { | ul.list-box-list li { | ||
2016年10月2日 (日) 02:09時点における最新版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/* corrections */
table.wikitable {
display: table !important;
}
.center {
text-align: center;
}
.message-box {
background-color: #ffffe8;
border: 1px solid #ddddb3;
padding: 4px 4px 4px 1em;
line-height: 1;
font-size: 0.9em;
width: 100%;
}
.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;
}
table.list-box-table {
border-collapse: collapse;
}
table.list-box-table th, table.list-box-table td {
border: 1px solid #bbbbbb;
}
table.list-box-table th {
background-color: #e4e4e4;
white-space: nowrap;
padding: 3px;
}
ul.list-box-list li {
list-style-type: none;
margin: 4px 1.8em;
}