MediaWiki:Common.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */
/* 隐藏侧边栏的“工具”区块 - 对所有用户生效 */
#p-tb {
display: none !important;
}
/* 反馈系统样式 */
.feedback-form {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ddd;
background: #f9f9f9;
border-radius: 5px;
}
.feedback-form label {
font-weight: bold;
margin-top: 10px;
display: block;
}
.feedback-form input[type="text"],
.feedback-form input[type="email"],
.feedback-form textarea,
.feedback-form select {
width: 100%;
padding: 8px;
margin: 5px 0;
border: 1px solid #ccc;
border-radius: 3px;
}
.feedback-link {
color: #0645ad;
text-decoration: none;
font-weight: bold;
}
.feedback-link:hover {
text-decoration: underline;
}
.page-feedback {
background-color: #fff3cd;
border: 1px solid #ffeaa7;
padding: 15px;
margin: 20px 0;
border-radius: 5px;
}