MediaWiki:Vector.css

Frá Wikipedia, hin frælsa alfrøðin

Viðmerking: Eftir at hava goymt mást tú fara uttanum minnið á sneytara tínum fyri at síggja broytingarnar. Mozilla/Safari/Konqueror: halt knøttinum Shift niðri meðan tú trýstir á Reload (ella trýst Ctrl-Shift-R), IE: trýst Ctrl-F5, Opera: trýst F5.

/* Fixes for Typography refresh, see also [[Phabricator:T66653]] */

/* Consistent size for sub/sup */
.mw-body-content sub,
.mw-body-content sup {
    font-size: 80%;
}

/* Margin for H1 on pages, excluding #firstHeading */
.mw-body-content h1 {
    margin-top: 1em;
}

/* lists line-height */
.mw-body-content dd,
.mw-body-content ol,
.mw-body-content ul {
    line-height: 1.6;
}

/* Fix for changelist legend due to above fix (which will probably be merged at some point,
   so this should be scoped in mediawiki.special.changeslist.legend.css) */
.mw-body .mw-changeslist-legend dd {
	line-height: 1.3em;
}

/* End of Typography Refresh section */

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

/* Position Main Page top banner */
.page-Main_Page #mp-topbanner {
  margin-top: 0 !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%;
}

/* Styling for updated markers on watchlist, history and recent/related changes */
li.mw-changeslist-line-watched,
li.mw-history-line-updated {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg);
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png)\9;
}

.mw-body .mw-indicators {
    padding-top: 0.4em;
}