Изменения

Перейти к навигации Перейти к поиску
Нет описания правки
Строка 1: Строка 1:  
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
 
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
 +
 +
/* Общие классы */
 +
.inline-block {
 +
display:inline-block;
 +
}
 +
.serif {
 +
font-family: 'Linux Libertine','Georgia','Times',serif;
 +
}
    
/* Логотип */
 
/* Логотип */
Строка 88: Строка 96:  
}
 
}
 
#footer ul li.ya-share2__item {
 
#footer ul li.ya-share2__item {
margin: -6px 4px 0px 0px;
+
margin: 5px 4px 5px 0;
 +
}
 +
 
 +
/* Главная страница */
 +
.page-Вики-КОБ_Приветствие #firstHeading {
 +
display:none;
 +
}
 +
 
 +
/* Плитки */
 +
.tile {
 +
padding: 0.5rem 1.5rem;
 +
border: 1px solid #c8ccd1;
 +
border-radius: 2px;
 +
box-shadow: 0 1px 1px rgba(0,0,0,.15);
 +
}
 +
.tile-header {
 +
margin: 0.15rem 0 0.25rem 0;
 +
}
 +
.big-tile {
 +
padding: 1.5rem;
 +
margin-bottom: 1.5rem;
 +
}
 +
.main-tile {
 +
padding: 2rem 1.5rem;
 +
margin: -1rem 0 1.5rem 0;
 +
background-color: #f8f9fa;
 +
}
 +
.main-tile-header {
 +
font-size: 1.8em;
 +
line-height: 1.3;
 +
}
 +
.tile-buttons-wrapper {
 +
padding: 0 1.5rem 1.5rem 1.5rem;
 +
}
 +
.tile-button {
 +
display: inline-block;
 +
margin: 1.5rem 1.5rem 0 0;
 +
}
 +
.tile-button a {
 +
background-color: #f8f9fa;
 +
color: #222;
 +
border-color: #a2a9b1;
 +
padding-top: 0.57142857em;
 +
padding-bottom: 0.5em;
 +
border-style: solid;
 +
border-width: 1px;
 +
border-radius: 2px;
 +
padding-left: 0.85714286em;
 +
padding-right: 0.85714286em;
 +
position: relative;
 +
font-weight: bold;
 +
text-decoration: none;
 +
vertical-align: top;
 +
text-align: center;
 +
cursor: pointer;
 +
display: inline-block;
 +
}
 +
.tile-button a:hover {
 +
background-color: #ffffff;
 +
color: #444444;
 +
border-color: #a2a9b1;
 +
}
 +
.tile-button a:active {
 +
background-color: #c8ccd1;
 +
color: #000000;
 +
border-color: #72777d;
 +
box-shadow: none;
 +
}
 +
.mw-body-content .tile h2 {
 +
margin-top: unset;
 +
}
 +
.tile-column {
 +
display: inline-block;
 +
vertical-align: top;
 +
}
 +
@media only screen and (min-width: 1000px) {
 +
.tile-column {
 +
width: calc(50% - 12px);
 +
}
 +
}
 +
.tile-column-left {
 +
margin-right:20px;
 +
}
 +
.background-blue {
 +
background-color: #f0f8fe;
 +
}
 +
.background-red {
 +
background-color: #fff8f8;
 +
}
 +
.background-yellow {
 +
background-color: #fffff4;
 +
}
 +
.background-green{
 +
background-color: #f6fff6;
 +
}
 +
 
 +
/* Оглавление */
 +
.toc {
 +
padding: 14px 21px 9px 14px;
 +
border-left: 4px solid #a2a9b1;
 +
border-right: unset;
 +
border-top: unset;
 +
border-bottom: unset;
 +
font-size: unset;
 +
}
 +
.toc .toctitle {
 +
text-align: left;
 
}
 
}

Навигация

Реклама