テンプレート:Infobox/style.css
表示
/* Template:Infobox/style.css */
/* 共通コンテナスタイル */
.infobox-container {
clear: right;
float: right;
margin-left: 10px;
/* 幅は派生テンプレートまたは Infobox 本体で調整 */
}
/* 共通テーブルスタイル */
.infobox-table {
color: #ffffff;
border-collapse: collapse;
background-color: #2a2a2a;
width: 100%; /* コンテナ幅に合わせる */
}
/* ヘッダー/タイトル行スタイル */
.T {
background-color: #4a4a4a;
text-align: center;
}
/* テキスト配置スタイル */
.Left {
text-align: left;
padding: 0.2em 0.4em;
}
.Center {
text-align: center;
}
/* タイトルエリア (dl, dt) スタイル */
.infobox-title-area dl {
margin-left: 0;
}
.infobox-title-area dt {
text-align: center;
font-size: 15px;
}
.infobox-title-area dt:first-child {
font-size: 20px;
}