MediaWiki:Minerva.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: /* * Этот файл содержит приоритетные стили *только* для мобильной версии. * Приоритетные стили для всего сайта находятся в MediaWiki:Gadget-common-site.css * Неприоритетные стили для мобильной версии находятся в MediaWiki:Mobile.css * См. [[MediaWi...")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Поле ввода */
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  height: 24px;
  width: 120px;
  color: #cccccc;
  font-size: 11px;
  font-family: Tahoma;
}


/*
/*
Line 92: Line 105:


/* [[Заглавная страница]] ------------------------- */
/* [[Заглавная страница]] ------------------------- */
@media (max-width: 719px) {
@media (max-width: 875px) {
.page-Заглавная_страница.action-view #content {
.page-Main_Page.action-view #content {
background-color: var(--background-color-interactive);
background-color: var(--background-color-interactive);
}
}
.page-Заглавная_страница.action-view .header-container.header-chrome {
.page-Main_Page.action-view .header-container.header-chrome {
box-shadow: none;  
box-shadow: none;  
}
}
}
}

Navigation menu