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

Материал из Тотальная Психиатрии
Метка: отменено
Метка: отменено
Строка 10: Строка 10:
#footer-places-disclaimer { display: none; }
#footer-places-disclaimer { display: none; }
/* keeps nested list font sizes from continually decreasing with each nesting */
/* keeps nested list font sizes from continually decreasing with each nesting */
#mw-panel .portal .body ul li {
.menuSidebar ul div {  
font-size: large;
        width: 20% !important; /* vertical offset of submenus */
}
}

Версия 13:03, 23 апреля 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'Inter', sans-serif;
}
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
/* keeps nested list font sizes from continually decreasing with each nesting */
.menuSidebar ul div { 
        width: 20% !important; /* vertical offset of submenus */
}