ДОСЬЕ: А | Б | В | Г | Д | Е | Ж | З | И | Й | К | Л | М | Н | О | П | Р | С | Т | У | Ф | Х | Ц | Ч | Ш | Щ | Ы | Э | Ю | Я

Для связи: Главный редактор → press@kompromat.wiki | Отдел PR и СМИ → pr@garant.cc
Приглашаем к сотрудничеству журналистов федеральных СМИ, аналитиков и инсайдеров. Пишите: press@kompromat.wiki

Шаблон:Заглавная/styles.css

Материал из Компромат
Перейти к: навигация, поиск
.main-wrapper {
 display: flex;
 justify-content: space-between;
}
.main-wrapper-column {
 flex-basis: 49%;
 display: flex; 
 flex-direction: column;
}
.main-footer-actions.main-plainlist {
 display: flex;
}
.main-footer-actions.main-plainlist h3, .allSelectedCategories {
 margin-left: 10px;
 line-height: 2em;
 font-size: 1em;
}
.allSelectedCategories {
 margin-left: 0px;
}
.main-footer-actions.main-plainlist h3 a, .allSelectedCategories a {
 color: black;
}
.main-footer-actions.main-plainlist h3 a:hover, .allSelectedCategories a:hover {
 color: #0645ad;
}
.selectedArticle h2.main-header.main-box-header  {
 border-bottom: none;
}
h3.allSelectedCategories {
font-size: 1em;
border-bottom: 0;
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
font-weight: bold;
line-height: 2em;
border-bottom: 0;
padding-top: 0.5em;
font-family: sans-serif;
}
@media screen and (max-width: 480px) {
 .main-wrapper {
  flex-direction: column;
 }
 .main-wrapper:not(.mainPage) {
  flex-direction: column-reverse;
 }
}