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

Материал из Витебская энциклопедии
Новая страница: «All CSS here will be loaded for users of the Timeless skin: #p-banner { display: none; }»
 
Нет описания правки
Строка 2: Строка 2:


#p-banner {
#p-banner {
  display: none;
  display: none !important;
}
}

Версия от 23:17, 16 декабря 2025

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

#p-banner {
 display: none !important;
}