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

Нет описания правки
Нет описания правки
Метки: с мобильного устройства из мобильной версии
 
(не показаны 4 промежуточные версии этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.camwork-instruction {
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  padding: 20px;
  margin: 20px 0;
  border-left: 5px solid #007acc;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.camwork-instruction h3 {
  margin-top: 0;
  color: #007acc;
  font-size: 20px;
}
.camwork-instruction a {
  color: #007acc;
  text-decoration: none;
  font-weight: bold;
}
.camwork-instruction a:hover {
  text-decoration: underline;
}
.camwork-instruction ul {
  padding-left: 20px;
  margin: 10px 0;
}
.camwork-instruction li::marker {
  color: #007acc;
}
.action-history { display: none; }
.mw-history-link { display: none; }


.banner_top {
.banner_top {
Строка 155: Строка 200:
}
}


@media (max-width: 768px) {
  .img-logo {
    display: flex;
  }
}




Строка 182: Строка 232:


.strong {
.strong {
   font-size: 21px;
   font-size: 24px;
font-weight: bolder;
font-weight: bolder;
}
}
Строка 444: Строка 494:


.full-mobile {
.full-mobile {
   width: 100%;
   width: auto;
}
}