差分

移動先: 案内検索

MediaWiki:Common.css

639 バイト追加, 2016年10月1日 (土) 17:05
編集の要約なし
background-color: #eeeeee;
border: 2px solid #c9c9c9;
margin-top: 1.6em;
}
.list-box-title {
.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 {
display: inline-block;
margin: 4px 1.8em;
}
 
/* 右に出る情報ボックスのCSS */
.basicbox {
font-size: 95%;
width: 360px;
max-width: 100%;
float: right;
clear: right;
margin: 0 0 1em 1em !important; /* mediawikiの.wikitableとかぶるので */
}
 
/* 長いリスト(役職リストなど)を段組みで表示したいときのCSS */
.list-columns {
columns: 16em;
column-rule: 1px dashed #cccccc;
}

案内メニュー