「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
||
| 1行目: | 1行目: | ||
.infobox { | .infobox { | ||
float: right; | |||
width: 300px; | |||
border: 1px solid #a2a9b1; | |||
background: #f8f9fa; | |||
font-size: 90%; | |||
} | } | ||
.infobox-label { | .infobox-label { | ||
background: #eaecf0; | |||
font-weight: bold; | |||
width: 40%; | |||
} | } | ||
.infobox-data { | .infobox-data { | ||
width: 60%; | |||
} | } | ||
.infobox- | .infobox-header { | ||
background: #eaecf0; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 120%; | |||
text-align: center; | |||
} | } | ||
2026年3月9日 (月) 20:20時点における版
.infobox {
float: right;
width: 300px;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 90%;
}
.infobox-label {
background: #eaecf0;
font-weight: bold;
width: 40%;
}
.infobox-data {
width: 60%;
}
.infobox-header {
background: #eaecf0;
text-align: center;
font-weight: bold;
}
.infobox-title {
font-size: 120%;
text-align: center;
}