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

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
(以“→‎**** CSS placed here will be applied to all skins on the entire site. ****:​ →‎Pie chart: transparent borders:​ .transborder { border: solid transparent; }”为内容创建页面
 
无编辑摘要
第1行: 第1行:
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* 自动转链 */
/* Pie chart: transparent borders */
.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 {
.transborder {
     border: solid transparent;
     border: solid transparent;
}
}

2019年3月20日 (三) 18:44的版本

/* 自动转链 */
.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;
}