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

MediaWiki:Common.css

MediaWiki界面页面
MetroCrt留言 | 贡献2019年4月5日 (五) 20:42的版本 (fix)

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 自动转链 */
.wikilink-popup {
    background-color: #889b;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px #5555;
    content: attr(title);
    color: #fff;
    font-size:12px;
    line-height: 22px;
    margin: -1em 0;
    padding: 0 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}
 
a.autolink {
    text-decoration: underline!important;
}
/* 自动转链结束 */

.transborder {
    border: solid transparent;
}

/* 缩小投票版的占地 */

.pollAnswerName {
    float: right;
    position: relative;
    z-index: 10;
}

.pollAnswer {
    clear: right;
}

/* 缩小投票版的占地结束 */