MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Morkan-Wiki
Die Seite wurde neu angelegt: „All CSS here will be loaded for users of the Timeless skin: @media screen { #p-logo-text a { font-size: clamp(1rem , 1.7vw, 1.5rem); line-height: 116%; } }“
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
@media screen {
@media screen {
   #p-logo-text a {
   #p-logo-text a {
     font-size: clamp(1rem , 1.7vw, 1.5rem);
     font-size: 1.5rem;
     line-height: 116%;
     line-height: 116%;
   }
   }
}
}

Version vom 12:36, 8. Sep 2024

/* All CSS here will be loaded for users of the Timeless skin */
@media screen {
  #p-logo-text a {
    font-size: 1.5rem;
    line-height: 116%;
  }
}