「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
ページの作成:「→ここに記述したCSSはすべての外装に反映されます: .infobox { border:1px solid #a2a9b1; border-collapse:collapse; background:#f8f9fa; color:black; margin:0 0 1em 1em; padding:0; float:right; clear:right; font-size:90%; line-height:1.5; width:22em; } .infobox th, .infobox td { border:1px solid #a2a9b1; padding:0.3em; } .infobox-title { text-align:center; font-size:125%; font-weigh…」 タグ: モバイル編集 モバイルウェブ編集 |
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
||
| 43行目: | 43行目: | ||
.infobox-image { | .infobox-image { | ||
text-align:center; | text-align:center; | ||
} | |||
.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-title { | |||
font-size: 120%; | |||
text-align: center; | |||
} | |||
.infobox-header { | |||
background: #eaecf0; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
2026年3月9日 (月) 20:00時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.infobox {
border:1px solid #a2a9b1;
border-collapse:collapse;
background:#f8f9fa;
color:black;
margin:0 0 1em 1em;
padding:0;
float:right;
clear:right;
font-size:90%;
line-height:1.5;
width:22em;
}
.infobox th,
.infobox td {
border:1px solid #a2a9b1;
padding:0.3em;
}
.infobox-title {
text-align:center;
font-size:125%;
font-weight:bold;
}
.infobox-header {
text-align:center;
background:#eaecf0;
}
.infobox-label {
text-align:left;
font-weight:bold;
background:#eaecf0;
}
.infobox-data {
text-align:left;
}
.infobox-image {
text-align:center;
}
.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-title {
font-size: 120%;
text-align: center;
}
.infobox-header {
background: #eaecf0;
text-align: center;
font-weight: bold;
}