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

Материал из Пензенская энциклопедии
Перейти к навигации Перейти к поиску
Метки: правка из мобильной версии правка с мобильного устройства
Метки: правка из мобильной версии правка с мобильного устройства
Строка 14: Строка 14:
  
 
body {
 
body {
   background: #f8ffed;
+
   background: #e7ffdf;
 
}
 
}
  
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
#mw-page-base {
 
#mw-page-base {
   background: #f8ffed;
+
   background: #e7ffdf;
 
}
 
}

Версия 14:03, 21 февраля 2022

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

body.page-Заглавная_страница.action-view h1.firstHeading, 
body.page-Заглавная_страница-submit h1.firstHeading 
{ display: none; }

.penza_back {
    background: url(/resources/assets/Penza.png);
}

body.page-Заглавная_страница.action-view div.mw-body, body.page-Заглавная_страница-submit div.mw-body {
    padding: 0em 1em 1.5em 1em;
}

body {
  background: #e7ffdf;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #e7ffdf;
}