更改

跳转至: 导航搜索

MediaWiki:Common.css

添加82字节2019年8月31日 (六) 12:19
无编辑摘要
/* fix link*/
.mw-parser-output .external {
background-position: 100% 50%right center; !important
}
/* 修复infobox的宽度问题 */
.infobox1 {width: 22em; min-width: 22em; max-width: 22em}!important
@media only screen and (max-width: 750px) and (min-width: 601px) {
.infobox1 {
width: 19em;!important min-width: 19em;!important max-width: 19em;!important
}
}
@media only screen and (max-width: 600px) {
.infobox1 {
width: 100%;!important min-width: 100%;!important float: none;!important
}
}
3,424
个编辑

导航菜单