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

Материал из Пензенская энциклопедии
Перейти к навигации Перейти к поиску
Метки: правка из мобильной версии правка с мобильного устройства
Метки: правка из мобильной версии правка с мобильного устройства
Строка 11: Строка 11:
 
body.page-Заглавная_страница.action-view div.mw-body, body.page-Заглавная_страница-submit div.mw-body {
 
body.page-Заглавная_страница.action-view div.mw-body, body.page-Заглавная_страница-submit div.mw-body {
 
     padding: 0em 1em 1.5em 1em;
 
     padding: 0em 1em 1.5em 1em;
 +
}
 +
 +
body {
 +
  background: #f8ffed;
 +
}
 +
 +
/* Changes the background color behind the top half of the logo and at top of each page: */
 +
#mw-page-base {
 +
  background: #f8ffed;
 
}
 
}

Версия 13:58, 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: #f8ffed;
}

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