Herzlich Willkommen zum Mitglieder-Wiki von   Wikimedia Österreich.
Für ein Benutzerkonto schreibe bitte an   verein [at] wikimedia.at

MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Mitglieder
Zur Navigation springen Zur Suche springen
(+ coordinates | - geo-microformat)
(+ coordinates | - geo-microformat)
Zeile 35: Zeile 35:
}
}


#coordinates {
/* #coordinates {
    display: block;
*    display: block;
    font-size: x-small;
*    font-size: x-small;
    line-height: 1.5;
*    line-height: 1.5;
*    position: absolute;
*    right: 2.4em;
*    text-align: right;
*    text-indent: 0;
*    top: .2em;
*    white-space: nowrap;
*}
*/
 
/* Position coordinates */
#coordinates { 
     position: absolute;
     position: absolute;
     right: 2.4em;
     z-index: 1;
    border: none;
    background: none;
    right: 0;
    top: 3.7em;
    float: right;
    margin: 0em;
    padding: 0em;
    padding-right: 30px;
    line-height: 1.5em;
     text-align: right;
     text-align: right;
     text-indent: 0;
     text-indent: 0;
     top: .2em;
     font-size: 85%;
    text-transform: none;
     white-space: nowrap;
     white-space: nowrap;
}
}

Version vom 1. Februar 2016, 10:31 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

/* Koordinaten in Artikeln oben rechts */
#content {
    position: relative;
    z-index: 0; /* Schutz vor Spielchen mit "position: fixed", vgl. [[bugzilla:24667]] */
}
.mw-body-content {
    position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut {
    display: block;
    font-size: x-small;
    line-height: 1.5;
    position: absolute;
    right: 2.4em;
    text-align: right;
    text-indent: 0;
    top: .2em;
    white-space: nowrap;
}

/* showTopicon in [[MediaWiki:Vector.js]] */
div.topicon {
    float: right;
    font-size: .8em;
    line-height: 1;
    margin-left: 3px;
}
#firstHeading {
    overflow: visible;
}

/* #coordinates {
 *    display: block;
 *    font-size: x-small;
 *    line-height: 1.5;
 *    position: absolute;
 *    right: 2.4em;
 *    text-align: right;
 *    text-indent: 0;
 *    top: .2em;
 *    white-space: nowrap;
 *}
 */

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

/*
 * Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat»
 * zur semantischen Auszeichnung des Texts. Der Inhalt dieses
 * [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt.
 */
.geo {
	display: none;
}