|
|
| (未显示2个用户的8个中间版本) |
| 第1行: |
第1行: |
| /* 强行让系统公告栏可见,并铺满宽度 */
| |
| #siteNotice {
| |
| display: block !important;
| |
| visibility: visible !important;
| |
| margin: 10px 0;
| |
| width: 100%;
| |
| }
| |
| /* 1. 对所有人隐藏 Yappin 评论区里的 IP 提示 tooltip */
| |
| .comment-author.mw-userlink[href*="%E7%94%A8%E6%88%B7:"] {
| |
| pointer-events: none !important;
| |
| }
| |
|
| |
|
| /* 2. 唯独对管理员解除限制 */
| |
| body.group-sysop .comment-author.mw-userlink[href*="%E7%94%A8%E6%88%B7:"] {
| |
| pointer-events: auto !important;
| |
| }
| |