MediaWiki:Timeless.css: различия между версиями

Материал из NEST RP WIKI
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
@media screen {
@media screen {
   #p-logo-text a {
   #p-logo-text a {

Версия от 14:31, 30 января 2024

/* All CSS here will be loaded for users of the Timeless skin */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

@media screen {
  #p-logo-text a {
    padding: 0;
  }
}