MediaWiki:Vector.css

出自維基百科,自由嘅百科全書

注意:儲存之後,你可能要兜過你嘅瀏覽器快取至睇到更改。Internet Explorer: 撳住Ctrl掣再撳重新整理掣。 Firefox: 撳住Shift掣再撳重新載入(又或者撳Ctrl-Shift-R)。 Google Chrome同埋Safari用戶就噉撳個重載掣。

/* enlarge font-size for zh fonts */
#bodyContent { font-size: 94.4%; }
#mw-content-text { font-size: 100%; }

/* Don't display some stuff on the main page */
.page-頭版 #deleteconfirm,
.page-頭版 #t-cite,
.page-頭版 #footer-info-lastmod,
.action-view.page-頭版 #siteSub,
.action-view.page-頭版 #contentSub,
.action-view.page-頭版 .firstHeading {
    display: none !important;
}

body.skin-vector-legacy #coordinates {
	position: absolute;
	top: 3.5em;
	right: 0;
	line-height: 1.6;
	text-align: right;
	font-size: 92%;
	white-space: nowrap;
	float: right;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-transform: none;
}

/* correct position for VE */
body.skin-vector-legacy .ve-ce-surface #coordinates {
	margin-right: 2em;
	margin-top: -1em;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: block;
    font-size: 92%;
}

/* Move page status indicators down slightly */
.mw-body .mw-indicators {
    padding-top: 0.4em;
}