The editors' meeting has been canceled for technical reasons.
首页/styles.css:修订间差异
< 首页
无编辑摘要 |
无编辑摘要 |
||
第5行: | 第5行: | ||
background-color: rgba(255, 255, 255, 0.1); | background-color: rgba(255, 255, 255, 0.1); | ||
box-shadow: 0 2px 5px #aaa; | box-shadow: 0 2px 5px #aaa; | ||
} | } | ||
.base_block p .mw-default-size span img { | .base_block p .mw-default-size span img { | ||
max-width: 100%; | max-width: 100%; | ||
max-height: 100%; | |||
object-fit: contain; | object-fit: contain; | ||
} | } |
2024年10月28日 (一) 20:01的版本
.base_block { max-width: 1600px; padding: 1.6em; margin: 0.8em auto; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; } .base_block p .mw-default-size span img { max-width: 100%; max-height: 100%; object-fit: contain; }