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

提供:エケペディア
ナビゲーションに移動 検索に移動
編集の要約なし
(分かりやすく)
29行目: 29行目:
.tab-content {
.tab-content {
   clear: both;
   clear: both;
}
.tab-list select {
  border: solid 1px rgb(169,169,169);
}
}



2015年3月15日 (日) 10:11時点における版

/* ここに記述したCSSは携帯機器版サイトの利用者のみに影響します */

/* 情報ボックス */
.content table.infobox { /* .content table を上書き */
  display: table;
  width: auto;
}
table.infobox table td { /* table.infobox td を上書き */
  border: 0;
}

/* 折り畳みボックス */
.content table.collapsible { /* .content table を上書き */
  display: table;
  margin: 0;
  width: 100%;
}
.navboxLinks {
  display: none;
}
div.collapseButton { /* .collapseBotton を上書き */
  width: auto;
}

/* タブ */
#content div.tab-list ul {
  display: none;
}
.tab-content {
  clear: both;
}

.tab-list select {
  border: solid 1px rgb(169,169,169);
}

/* YouTube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}