MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Nevillepedia
Inhalt hinzugefügt Inhalt gelöscht
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
/* Schriftart */
/* Schriftart */
<style>@import url('https://fonts.googleapis.com/css?family=Roboto');</style>
<style>@import url('https://fonts.googleapis.com/css?family=Roboto');</style>
<span style="font-family:Roboto">Text</span>
<span> style="font-family:Roboto">Text</span>


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

Version vom 20. Mai 2022, 08:52 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;
}