“MediaWiki:Mobile.css”的版本间的差异

来自中文乐谱库
第24行: 第24行:
 
     margin: 0;
 
     margin: 0;
 
     font-family: inherit;
 
     font-family: inherit;
     font-size: .8em;
+
     font-size: 1em;
 
     font-weight: normal;
 
     font-weight: normal;
 
     line-height: 1.3;
 
     line-height: 1.3;
 
}
 
}

2020年6月28日 (日) 15:25的版本

/* 这里放置的CSS将影响使用移动版网站的用户 */
pre, .mw-code {
    display: block;
    overflow-x: auto;
    padding: 20px !important;
    background: #ebeae4 !important;
    border: none !important;
    font-family: '微软雅黑','Consolas','Courier New',Courier,monospace !important;
    font-size: 12px !important;
    color:#606060;
}


.content img {
    width: -webkit-fill-available;
}

.skin-minerva .portable-infobox {
    margin: 0  0px;
}

.portable-infobox {
    border: 0;
    margin: 0;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3;
}