打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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;
}
}