MediaWiki:Common.css:修订间差异

来自coffee
跳转到导航 跳转到搜索
无编辑摘要
标签已被回退
无编辑摘要
标签手工回退
 
第3行: 第3行:
#p-tb {
#p-tb {
     display: none !important;
     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;
}
}

2026年3月27日 (五) 16:48的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
/* 隐藏侧边栏的“工具”区块 - 对所有用户生效 */
#p-tb {
    display: none !important;
}