MediaWiki:Vector.css

Chók-cê̤ṳ Wikipedia

Cé̤ṳ-é: Bō̤-còng cĭ hâiu, kō̤-nèng diŏh tĕ̤ng táh báuk-lāng-ké gì ká̤-chṳ̄ ciáh â̤ káng-giéng diŏh gāi-biéng. Mozilla / Firefox / Safari: áik Reload sèng-âu áik diâng Shift, hĕ̤k-ciā áik Ctrl-Shift-R (Apple Mac sê Cmd-Shift-R); IE: áik Refresh sèng-âu áik diâng Ctrl, hĕ̤k-ciā áik Ctrl-F5; Konqueror: nâ sāi áik Reload, hĕ̤k-ciā áik F5; Opera ê̤ṳng-hô buóh tĕ̤ng táh ká̤-chṳ̄, chiāng sāi gă-sĭ Tools→Preferences.

/* 此 CSS 會影響使用 Vector 介面外觀的使用者 */
/* enlarge font-size for zh fonts */
#bodyContent { font-size: 94.4%; }

/* 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;
}

/* Position coordinates */
#coordinates {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

/* FR topicon position */
div.flaggedrevs_short {
    position: absolute;
    top: -3em;
    right: 100px;
    z-index: 1;
}

/* Menu over FR box */
div.vectorMenu div {
    z-index: 2;
}

/* 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;
}

/* Make the search field smaller on small screens, but larger if there is space. */
div#simpleSearch {
	width: 20vw;
	min-width: 5em;
	max-width: 20em;
}