移動: 案内, 検索

MediaWiki:Common.css

2014年10月30日 (木) 01:48時点におけるSennen (トーク | 投稿記録)による版

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: ツール → 設定 からキャッシュをクリアしてください。
/* ここに記述したCSSはすべての外装に反映されます */
.floatList li {
float: left;
margin-right: 3em;
}

.page-メインページ h1 {
display: none;
}

.page-メインページ h2 {
font-weight: bold;
}

.page-メインページ .toc, #toc {
display: none;
}

.page-メインページ ul {
margin-bottom: 20px;
}

div.tright {
margin: 0.5em 0 1.3em 0;
}

.thumbcaption {
font-size:1.4em !important;
}

@media (max-width: 767px) {
div#content {
margin-left: 0;
}
div#mw-panel {
position: relative;
top: 0;
}
#p-logo {
position: relative;
top: 0;
}
#left-navigation {
left: 0;
}
div.thumbinner {
width: 100% !important;
}
.slideshow img {
width: 100%;
max-width: 100%;
height: auto;
}

}