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

MediaWiki:Vector.css:修订间差异

MediaWiki界面页面
删除的内容 添加的内容
Amero留言 | 贡献
无编辑摘要
Amero留言 | 贡献
无编辑摘要
 
(未显示同一用户的3个中间版本)
第19行: 第19行:
.mw-json-value, .mw-json-single-value{
.mw-json-value, .mw-json-single-value{
font-family:var(--font-mono);
font-family:var(--font-mono);
}

.mw-body-content kbd {
border-radius: 2px;
padding: 1px 4px;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
color: var(--color-emphasized, #101418);
border: 1px solid var(--border-color-muted, #dadde3);
border-bottom-width: 2px;
}
}


第148行: 第157行:


/* 背景图片 */
/* 背景图片 */
body.sideBarPic-executed .mw-portlet {
body.sideBarPic-executed #mw-panel > .mw-portlet,
body.sideBarPic-executed #p-variants,
body.sideBarPic-executed #p-personal {
background: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.8);
}
}


body.sideBarPic-executed .mw-portlet:first-of-type {
body.sideBarPic-executed #p-personal {
border-top-left-radius: .5rem;
border: 1px solid #a7d7f9;
border-top-right-radius: .5rem;
padding-right: .5rem;
}
}


body.sideBarPic-executed .mw-portlet:last-of-type {
body.sideBarPic-executed #mw-panel > .mw-portlet {
border-bottom-left-radius: .5rem;
border-left: 1px solid #a7d7f9;
border-bottom-right-radius: .5rem;
border-right: 1px solid #a7d7f9;
}

body.sideBarPic-executed #mw-panel > .mw-portlet:first-of-type {
border-top: 1px solid #a7d7f9;
}

body.sideBarPic-executed #mw-panel > .mw-portlet:last-of-type {
border-bottom: 1px solid #a7d7f9;
}

#footer {
display: flow-root;
}
}


第171行: 第194行:
padding-left: 0 !important;
padding-left: 0 !important;
}
}




/* </pre> */
/* </pre> */