imported>Oetterer |
|||
Zeile 36: | Zeile 36: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Display "From Wikipedia, the free encyclopedia" */ | /* Display "From Wikipedia, the free encyclopedia" */ | ||
#siteSub { | #siteSub { |
Aktuelle Version vom 10. September 2022, 16:24 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. */
/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
/* margin for H1 (in talk pages) */
.mw-body-content h1 {
margin-top: 1em;
}
/* lists line-height */
.mw-body dd,
.mw-body ol,
.mw-body ul {
line-height: 1.6;
}
/* 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;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: inline;
font-size: 92%;
margin-left:20px;
}