User:WhitePhosphorus/common.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */

/* 不喜欢现在的Light blue背景 */
div#content,
div#p-cactions li a:hover, div#p-cactions li.selected a,
div#content div.thumb {
	background-color: white;
}
div#p-cactions li a {
	background-color: #FBFBFB;
}
div.vectorTabs li.selected {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQAAAABvV2fNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeF7dwQEBAAAAQCDTTfdD4WOJ5TIB3ib9EgAAAABJRU5ErkJggg==");
}

/* special:diff/44309075 */
span.ilh-blue span a { color: #21a9ff; }
span.ilh-blue span a:visited { color: #2150ff; }

/* simplify my personal label */
#pt-betafeatures { display: none; }
#pt-sandbox { display: none; }

/* simplify the navigation label */
#n-indexpage { display: none; }
#n-currentevents { display: none; }
#n-help { display: none; }
#n-portal { display: none; }
#n-policy { display: none; }
#n-IRC { display: none; }
#n-contact { display: none; }
#n-about { display: none; }
#n-sitesupport { display: none; }

/* [[:pt:MediaWiki:Gadget-FeedbackHighlight.css]] (ptwiki又是从fawiki抄的) */
.ns-talk dd {
	margin:0;
	padding:0;
}

.ns-talk dl {
	border-top:solid 1px #a7d7f9;
	border-left:solid 1px #a7d7f9;
	padding-top:.5em;
	padding-left:.5em;
	margin-left:1em;
	zoom: 1; /* be kind to IE7 */
}

.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl {
	background:#f5faff;
}

.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl{
	background:white;
}

/* 隐藏“繁体”“简体”转换标签但留着“不转换”,有时会用到 */
#ca-1,
#ca-2,
#ca-varlang-1,
#ca-varlang-2 {
    display: none;
}

/* 默认隐藏 visual-show 类,适用于没有开启 JavaScript 的情况,此时可视化编辑器不会加载 */
.visual-show {
    display: none;
}