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

提供: 一血卍傑(バンケツ)Wiki
移動先: 案内検索
11行目: 11行目:
 
}
 
}
  
 +
#mw-content-text > h2{
 +
font-family: メイリオ, 'Comic Sans MS', Verdana, Impact, Haettenschweiler, 'MS Pゴシック', 'ヒラギノ角ゴ Pro W3', Osaka;
 +
    font-size: 18px;
 +
    padding: 6px;
 +
    color: #fff;
 +
    background-color: #404348;
 +
    border-top: #C9AD6F 2px solid;
 +
    border-bottom: #C9AD6F 2px solid;
 +
}
 +
 +
 +
#mw-content-text h2 a{
 +
    color: #fff;
 +
}
 
@media screen and ( max-width: 768px){
 
@media screen and ( max-width: 768px){
 
.table_float table{
 
.table_float table{

2016年2月11日 (木) 14:49時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.character *{
max-width:100%;
}

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

#mw-content-text > h2{
font-family: メイリオ, 'Comic Sans MS', Verdana, Impact, Haettenschweiler, 'MS Pゴシック', 'ヒラギノ角ゴ Pro W3', Osaka;
    font-size: 18px;
    padding: 6px;
    color: #fff;
    background-color: #404348;
    border-top: #C9AD6F 2px solid;
    border-bottom: #C9AD6F 2px solid;
}


#mw-content-text h2 a{
    color: #fff;
}
@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;
}

}