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

Материал из Пензенская энциклопедии
Перейти к навигации Перейти к поиску
Метки: правка из мобильной версии правка с мобильного устройства
Метки: правка из мобильной версии правка с мобильного устройства
Строка 1: Строка 1:
 
/* All CSS here will be loaded for users of the mobile site */
 
/* All CSS here will be loaded for users of the mobile site */
 +
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
  
 
#mobile_hidden {
 
#mobile_hidden {

Версия 12:41, 21 февраля 2022

/* All CSS here will be loaded for users of the mobile site */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#mobile_hidden {
    visibility: hidden;
display: none;
}