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

Материал из QuantPro Wiki
Перейти к навигации Перейти к поиску
м
м
 
Строка 1: Строка 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
#firstHeading {
 +
  display: none;
 +
}
 +
 
body.page-Main_Page h1.firstHeading { display: none; }
 
body.page-Main_Page h1.firstHeading { display: none; }
 
body.page-Category_About_Platform h1.firstHeading { display: none; }
 
body.page-Category_About_Platform h1.firstHeading { display: none; }

Текущая версия на 00:39, 5 апреля 2019

/* CSS placed here will be applied to all skins */
#firstHeading {
  display: none;
}

body.page-Main_Page h1.firstHeading { display: none; }
body.page-Category_About_Platform h1.firstHeading { display: none; }
body.page-Category_Investor_Dictionary h1.firstHeading { display: none; }
body.page-QuantPro_Wiki_QuantPro_Platform_Assignment h1.firstHeading { display: none; }
body.page-QuantPro_Wiki_Getting_Started_With_The_Platform h1.firstHeading { display: none; }
body.page-QuantPro_Wiki_Terms_Of_Use_For_The_QuantPro_Platform_In_Live_Trading_Mode h1.firstHeading { display: none; }