「MediaWiki:Common.css」の版間の差分

提供: 配信者ウィキ
ナビゲーションに移動 検索に移動
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
.infobox {
.infobox {
    border:1px solid #a2a9b1;
float: right;
    border-collapse:collapse;
width: 300px;
    background:#f8f9fa;
border: 1px solid #a2a9b1;
    color:black;
background: #f8f9fa;
    margin:0 0 1em 1em;
font-size: 90%;
    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 {
.infobox-label {
    text-align:left;
background: #eaecf0;
    font-weight:bold;
font-weight: bold;
    background:#eaecf0;
width: 40%;
}
}


.infobox-data {
.infobox-data {
    text-align:left;
width: 60%;
}
}


.infobox-image {
.infobox-header {
    text-align:center;
background: #eaecf0;
}
text-align: center;
.infobox {
font-weight: bold;
  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 {
.infobox-title {
  font-size: 120%;
font-size: 120%;
  text-align: center;
text-align: center;
}
 
.infobox-header {
  background: #eaecf0;
  text-align: center;
  font-weight: bold;
}
}

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;
}