“MediaWiki:Mobile.css”的版本间的差异
来自中文乐谱库
第12行: | 第12行: | ||
@media screen and (max-width: 720px){ | @media screen and (max-width: 720px){ | ||
− | + | skin-minerva .portable-infobox { | |
/* margin: 0 -16px; */ | /* margin: 0 -16px; */ | ||
/* padding: 0 16px; */ | /* padding: 0 16px; */ | ||
} | } | ||
} | } |
2020年6月28日 (日) 14:42的版本
/* 这里放置的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;
}
@media screen and (max-width: 720px){
skin-minerva .portable-infobox {
/* margin: 0 -16px; */
/* padding: 0 16px; */
}
}