Διαφορά μεταξύ των αναθεωρήσεων του «MediaWiki:Common.css»
Μετάβαση στην πλοήγηση
Πήδηση στην αναζήτηση
(Νέα σελίδα με '→Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins: @import url( 'https://fonts.googleapis.com/css2?family=Roboto&display=sw...') |
|||
(Μία ενδιάμεση αναθεώρηση από τον ίδιο χρήστη δεν εμφανίζεται) | |||
Γραμμή 1: | Γραμμή 1: | ||
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | /* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | ||
@import url( 'https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ |
Τελευταία αναθεώρηση της 14:30, 13 Σεπτεμβρίου 2021
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ body { font-family: "Roboto Condensed", Roboto; } /* Changes the default font used for MediaWiki headings to Noto Serif: */ #content h1, #content h2 { font-family: "Roboto Condensed", Roboto; }