MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GurkiPedia
Änderung 1356 von Tin (Diskussion) rückgängig gemacht.
Markierungen: Ersetzt Rückgängigmachung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 15: Zeile 15:
     font-size: 88%;
     font-size: 88%;
     line-height: 1.5em;
     line-height: 1.5em;
}
/* Stil für die Top-Bar */
.top-bar {
    background-color: #324b50; /* Dunkelblau für die Hintergrundfarbe */
    color: white; /* Textfarbe */
    padding: 10px; /* Innenabstand */
    text-align: center; /* Text zentrieren */
    position: relative; /* Positionierung */
}
/* Stil für Links in der Top-Bar */
.top-bar a {
    color: white; /* Linkfarbe */
    text-decoration: none; /* Unterstreichung entfernen */
    margin: 0 15px; /* Abstand zwischen den Links */
}
.top-bar a:hover {
    text-decoration: underline; /* Unterstreichung beim Hover */
}
@font-face {
font-family: 'Liberation Sans';
src: local('Liberation Sans'), local('Arial'), sans-serif;
}
.mw-logo-wordmark {
font-family: 'Liberation Sans', Arial, sans-serif;
/* Set to Liberation Sans or a similar fallback */
font-size: 1.25rem;
/* Set base font size */
text-transform: uppercase;
/* Make all letters uppercase */
color: #148394;
/* Set the text color */
}
}

Aktuelle Version vom 8. Oktober 2024, 17:47 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.infobox .navbar {
    font-size: 100%;
}
.infobox {
    border-spacing: 3px;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
}

/* Stil für die Top-Bar */
.top-bar {
    background-color: #324b50; /* Dunkelblau für die Hintergrundfarbe */
    color: white; /* Textfarbe */
    padding: 10px; /* Innenabstand */
    text-align: center; /* Text zentrieren */
    position: relative; /* Positionierung */
}

/* Stil für Links in der Top-Bar */
.top-bar a {
    color: white; /* Linkfarbe */
    text-decoration: none; /* Unterstreichung entfernen */
    margin: 0 15px; /* Abstand zwischen den Links */
}

.top-bar a:hover {
    text-decoration: underline; /* Unterstreichung beim Hover */
}

@font-face {
	font-family: 'Liberation Sans';
	src: local('Liberation Sans'), local('Arial'), sans-serif;
}

.mw-logo-wordmark {
	font-family: 'Liberation Sans', Arial, sans-serif;
	/* Set to Liberation Sans or a similar fallback */
	font-size: 1.25rem;
	/* Set base font size */
	text-transform: uppercase;
	/* Make all letters uppercase */
	color: #148394;
	/* Set the text color */
}