「MediaWiki:Common.css」の版間の差分
11行: | 11行: | ||
.page-メインページ .toc, #toc { | .page-メインページ .toc, #toc { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .page-メインページ ul { | ||
+ | margin-bottom: 20px; | ||
} | } | ||
2014年10月30日 (木) 00:24時点における版
/* ここに記述したCSSはすべての外装に反映されます */ .floatList li { float: left; margin-right: 3em; } .page-メインページ h1 { display: none; } .page-メインページ .toc, #toc { display: none; } .page-メインページ ul { margin-bottom: 20px; } .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; } }