MediaWiki:Common.css

提供: 一血卍傑(バンケツ)Wiki
2016年2月11日 (木) 14:31時点におけるWiki (トーク | 投稿記録)による版

移動先: 案内検索

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

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

.character:after{
content:"";
display:block;
font-size:0;
clear:both;
}



@media screen and ( max-width: 768px){
.table_float table{
float:none;
width:100%;
}

div#mw-head img.searchbar,
div#mw-head img.editbutton,
#right-navigation{
display:none !important;
}

.table_topbox{
width:95%;
width:calc(100% - 20px);
float:none;
padding:10px;
margin:0;
}

.table_topbox table{
width:95%;
width:calc(100% - 20px);
margin:0 auto;
}

.table_slide{
margin-top:10px;
overflow-x:auto;
padding:8px;
border:3px solid #404348;
}

.table_slide table{
width:700px;
white-space:nowrap;
}

.table_card{
width:100%;
border-collapse:collapse;
}

}