MediaWiki:Gadget-site-styles.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
(GitHub Actions) AmeroHan: 整理样式,并移除无用代码 标签:由机器人或全自动脚本执行的操作 |
(GitHub Actions) AdorN: Merge branch 'main' of github.com:Vocawiki/wiki-frontend 标签:由机器人或全自动脚本执行的操作 |
||
| 第1,021行: | 第1,021行: | ||
.noprint.plainlinks.hlist.navbar.nomobile { |
.noprint.plainlinks.hlist.navbar.nomobile { |
||
width: 300px !important; |
width: 300px !important; |
||
} |
|||
.infotemplatebox { |
|||
float: right; |
|||
width: 280px; |
|||
font-size: 90%; |
|||
margin: 1em 0 1em 1em; |
|||
background: #f9f9f9; |
|||
border: 1px #999 solid; |
|||
border-collapse: collapse; |
|||
word-break: break-all; |
|||
clear: right; |
|||
} |
|||
body:not(.main-sm) .infotemplatebox { |
|||
width: 100% !important; |
|||
} |
|||
body:not(.main-sm) .infobox { |
|||
max-width: 100% !important; |
|||
width: 100% !important; |
|||
} |
} |
||