注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:AnnAngela/common.css?_=1
/* Writer:AnnAngela
这是我自己设计的看起来更爽的页面样式,有一部分是为了巡查方便……自己看吧……
*/
/* logo修改(暂未生效) */
/* #mw-navigation #mw-panel #p-logo .mw-wiki-logo {
background-image:url(https://annangela-moe-static.smartgslb.com/FileStorage/AnnAngela/MoegirlPedia/Logo/SakuraMegirlLogo.png);
} */
/* 链接相关修改:
# 红链变黑
# 小页面链接变色
# 监视列表等未访问的页面链接去除粗体并加下划线
# 留言提示器链接改白
*/
a.new {
color: black!important;
text-decoration: underline!important;
font-weight: bold!important;
}
.noRedLink a.new {
font-weight: normal!important;
font-style: italic;
}
a.stub {
color: #ff00ff!important;
}
#mw-content-text .mw-changeslist-line-watched .mw-title {
text-decoration: underline;
}
.isMobile #mw-content-text .mw-changeslist-line-watched .mw-title {
font-weight: bold;
}
.mw-body #mw-content-text a.extiw:visited {
color: #36b;
}
#pt-mytalk a.mw-echo-alert {
color: white;
}
/* WikiPlus更modern…… */
.Wikiplus-Btn,
.Wikiplus-InterBox button {
box-shadow: 0 0 0px #ffffff!important;
border: 1px solid #a7d7f9!important;
cursor: pointer!important;
-webkit-user-select: none!important;
-moz-user-select: none!important;
-o-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;
}
.Wikiplus-InterBox button {
background: white!important;
height: 22px!important;
}
.Wikiplus-Btn {
margin: 3px 10px 3px 0!important;
}
.Wikiplus-InterBox {
border: 1px #a7d7f9 solid!important;
background: white!important;
width: 80%!important;
margin-left: 11.5em!important;
}
input#Wikiplus-Quickedit-Summary-Input {
height: 18px!important;
}
.Wikiplus-InterBox textarea,
.Wikiplus-InterBox input:not([type]) {
border-color: #a7d7f9!important;
}
div.Wikiplus-InterBox>div.Wikiplus-InterBox-Content>div>br {
display: none;
}
/* 首页显示标题,这是被Meidawiki:vector.css禁止的 */
.page-Mainpage h1.firstHeading {
display: block;
width: 100%;
font-weight: bold;
border-bottom: 2px solid #0074f9;
}
/* 首页显示副标题,空行,讨论tab,查看源代码tab */
.page-Mainpage #siteSub,
.page-Mainpage #contentSub {
display: inline;
}
.page-Mainpage li#ca-viewsource,
.page-Mainpage li#ca-talk {
display: block;
}
/* 首页、输入栏及分类栏无阴影 */
#mainpage,
div#catlinks.catlinks,
div#mw-hidden-catlinks.mw-hidden-catlinks.mw-hidden-cats-user-shown {
box-shadow: rgba(0, 0, 0, 0.5) 0 0 0em!important;
text-shadow: #E2E2E2 0 0 0em!important;
}
input:not([type]) {
border-width: 1px;
}
textarea:focus,
input:not([type]):focus {
outline-width: 0!important;
border-color: #a7d7f9!important;
}
/* 首页及讨论版盒子左边框,底部盒子下边框
.mainpage-content,
.mainpage-1stcontent,
.mainpage-title {
border-left: #DEEDE0 solid 1px;
border-right: #DEEDE0 solid 0px;
}
.mainpage-title {
border-top: #DEEDE0 solid 1px;
margin-right: -1px;
}
div.mainpage-content.nomobile {
border-bottom: #DEEDE0 solid 1px;
}
div#mainpage {
border-right: #DEEDE0 solid 1px;
} */
/* 全站页面底色设为白色,边框取消阴影
由于Media:vector.css将主名字空间内容部分的底色另作设置,所以需要额外的设置
而且内容部分和外框部分是不同的div,所以需要两次设置
*/
.ns-0 .navpopup,
.navpopup,
.cvToolTip,
.UserPageTOC,
div#content div.thumb,
div#tocBox {
box-shadow: 0 0 0px rgba(0, 0, 0, 0.3)!important;
background-color: #ffffff!important;
}
.ns-0 div#content.mw-body,
#content.mw-body {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .7), rgba(255, 255, 255, .9) 300px, rgba(255, 255, 255, 1) 400px)!important;
background-color: transparent!important;
}
body.skin-vector {
background-color: #ffffff!important;
}
#mw-head-base {
border-bottom: 1px solid #a7d7f9;
}
div#mw-head div#p-personal {
text-shadow: white 0 0 0;
box-shadow: #666 0 0 0;
}
div#mw-head div#p-personal,
body.sideBarPic.skin-vector .portal
/* ,
body.sideBarPic.skin-vector div#mw-panel div#p-logo */
{
background: rgba(255, 255, 255, 0.73);
}
table.wikitable,
pre,
.mw-code,
.catlinks,
#toc,
.toc,
.mw-warning {
background-color: rgba(249, 249, 249, 0.37)!important;
}
table.wikitable,
table.wikitable th,
table.wikitable td,
.catlinks,
#toc,
.toc,
.mw-warning {
border-color: rgb(224,224,224)!important;
}
body table.wikitable>tr>th, body table.wikitable>*>tr>th {
background-color: rgba(242, 242, 242, 0.37);
}
/*
table.wikitable td,
table.wikitable th {
padding: 0.2em 1em!important;
}*/
fieldset#mw-searchoptions:first-child {
border-top-width: 1px!important;
}
/* 左上角右上角tab底色全部改白
维基百科的底色是淡蓝,萌百的是淡绿,选中时都是深蓝
*/
#left-navigation,
#right-navigation {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3) 30%, rgba(255, 255, 255, .5));
background-color: transparent;
position: relative;
top: 0px;
height: 40px;
}
#left-navigation ul,
#right-navigation ul{
border-bottom: 1px rgba(255, 255, 255, .5) solid;
}
.vectorMenu {
background: url(about:blank) no-repeat top left;
/* backup: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII= */
margin-left: 0;
height: 39px;
background-color: white;
}
div#left-navigation li,
div#right-navigation li,
div#mw-head div.vectorMenu h3 {
background-image: url(about:blank);
background-color: transparent;
}
#p-cactions,
#p-variants {
background-image: url(about:blank);
}
#p-variants-label,
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div#mw-head div.vectorMenu h3 {
background-image: url(about:blank)!important;
/* backup: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=*/
}
/* 分割线移去外边距,使其只是一条直线
hr {
margin: 7px;
} */
/* 移除文字阴影 */
div#mw-panel,
div#mw-normal-catlinks.mw-normal-catlinks {
text-shadow: 0px 0px 0px #ffffff!important;
}
/* 移除右上角用户名旁图标 */
#pt-userpage {
background-image: url(about:blank);
}
/* 移除左侧的跨语言链接
div#p-lang.portal {
display: none
} */
/* 部分隐藏内容默认显示 */
div.mw-editfooter-list.mw-collapsible,
div.preview-limit-report-wrapper.mw-editfooter-list.mw-collapsible {
display: block!important;
}
/* 分类栏、code移去圆角边框 */
div#catlinks.catlinks,
code {
border-radius: 0em!important;
}
/* 斜体右边距拉大 */
i {
margin-right: 2px;
}
/* 取消编辑摘要斜体 */
span.comment {
font-style: normal;
}
/* 显示模板页无分类分类栏 */
.ns-10 .catlinks-allhidden {
display: block!important;
}
.ns-10 .catlinks-allhidden>div:nth-child(1) {
display: none!important;
}
/* 手机降低黑幕背景色 */
.isMobile .heimu,
.isMobile .heimu a,
.isMobile a .heimu,
.isMobile .heimu a.new {
background-color: rgba(37, 37, 37, 0.37)!important;
}
div.sysop-show,
p.sysop-show {
display: block !important;
}
span.sysop-show,
small.sysop-show {
display: inline !important;
}
table.sysop-show {
display: table !important;
}
li.sysop-show {
display: list-item !important;
}
html body.ns-2 div#catlinks {
display: block!important;
}
html body.ns-2 div#catlinks::before {
content: "被隐藏的";
float: left;
}
html body.ns-2 div#catlinks:empty::before {
content: "无分类~";
float: none;
}
.mw-plusminus-pos::after,
.mw-plusminus-neg::after {
content: attr(title) ")";
overflow: hidden;
text-indent: -4em;
display: inline-block;
white-space: nowrap;
vertical-align: bottom;
margin-left: 1rem;
}