MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Nevillepedia
Inhalt hinzugefügt Inhalt gelöscht
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


/* Schriftart */
/* Schriftart */
<style>@import url('https://fonts.googleapis.com/css?family=Roboto');</style>
<style>
<span style="font-family:Roboto">Text</span>
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
</style>
<span style="font-family:Open+Sans">Text</span>


/* sidebar background color */
/* sidebar background color */

Version vom 20. Mai 2022, 08:47 Uhr

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

/* Schriftart */
<style>@import url('https://fonts.googleapis.com/css?family=Roboto');</style>
<span style="font-family:Roboto">Text</span>

/* sidebar background color */
/* Gelb: #F5F5DC */
body {
    background-color: #F5F5DC;
}