Перейти до вмісту

MediaWiki:Common.css: відмінності між версіями

видалити cities-infobox CSS блок
(cities-infobox styles (floating right widget))
(видалити cities-infobox CSS блок)
Рядок 241: Рядок 241:
/* Hide TOC header "Зміст сховати" in left sidebar */
/* Hide TOC header "Зміст сховати" in left sidebar */
#mw-panel-toc .vector-toc-pinnable-header { display: none !important; }
#mw-panel-toc .vector-toc-pinnable-header { display: none !important; }
/* Cities infobox — floating right widget on country pages */
.cities-infobox {
  float: right;
  width: 220px;
  margin: 4px 0 16px 24px;
  padding: 16px 18px;
  background: #f7f9fc;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.cities-infobox-header {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 10px;
  padding-bottom: 8px;
  color: #1a2240;
  border-bottom: 1px solid #e3e7ef;
  letter-spacing: 0.01em;
}
.cities-infobox-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.cities-infobox-list li {
  margin: 0 0 4px !important;
  padding: 0 !important;
  list-style: none !important;
}
.cities-infobox-list a {
  color: #2a4d99;
}
@media (max-width: 720px) {
  .cities-infobox {
    float: none;
    width: auto;
    margin: 0 0 16px;
  }
}