差分

移動先: 案内検索

MediaWiki:Common.css

482 バイト追加, 2016年9月5日 (月) 15:54
編集の要約なし
width: 350px;
max-width: 100%;
}
 
/* 一覧系のテンプレートのためのCSS */
.list-box {
background-color: #eeeeee;
border: 2px solid #c9c9c9;
}
.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 {
text-align: center;
}
ul.list-box-list li {
list-style-type: none;
display: inline-block;
margin: 4px 4em;
}

案内メニュー