MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第160行: | 第160行: | ||
/* 图片自适应 */ | /* 图片自适应 */ | ||
.img | #mw-content-text .mw-parser-output img { | ||
max-width:100%; | max-width: 100%; | ||
height: auto; | |||
} | } | ||
/* WIKI背景图 | /* WIKI背景图 | ||
body { | body { | ||
// background:url("https://tst.fannq.com/lndb/api/download/de7d0b44f3803ac697b29017252f50cd.png") no-repeat fixed 50% 0; | // background:url("https://tst.fannq.com/lndb/api/download/de7d0b44f3803ac697b29017252f50cd.png") no-repeat fixed 50% 0; | ||
// background-size:cover; | // background-size:cover; | ||
} | |||
*/ | |||
#newest-pages li{ | |||
list-style-image: url(/skins/Vector/resources/skins.vector.styles/images/bullet-icon.svg?d4515) | |||
} | |||
#newest-pages ol{ | |||
margin:0.3em 0 0 1.6em; | |||
} | } | ||