Изменения

Перейти к навигации Перейти к поиску
м
Нет описания правки
Строка 1: Строка 1:  
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
 
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
 +
 +
/* Общие классы */
 +
.inline-block {
 +
display:inline-block;
 +
}
 +
.serif {
 +
font-family: 'Linux Libertine','Georgia','Times',serif;
 +
}
    
/* Логотип */
 
/* Логотип */
Строка 79: Строка 87:  
}
 
}
   −
/* Счётчики */
+
/* Подвал */
.footer-extra-wrapper {
+
#footer #footer-icons {
float: right;
+
float: unset;
 
}
 
}
 
.footer-extra {
 
.footer-extra {
 
display:inline-block;
 
display:inline-block;
padding-right: 25px;
+
margin-bottom: 5px;
 +
}
 +
.footer-link {
 +
position: relative;
 +
top: 6px;
 
}
 
}
 
#footer ul li.ya-share2__item {
 
#footer ul li.ya-share2__item {
margin: -7px 4px 0px 0px;
+
margin: -6px 4px 0px 0px;
 +
}
 +
 
 +
/* Главная страница */
 +
.page-Вики-КОБ_Приветствие #firstHeading {
 +
display:none;
 +
}
 +
 
 +
/* Плитки */
 +
.tile {
 +
padding: 0.5rem 1.5rem;
 +
margin: 0 0 0.5rem 0;
 +
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: 0 0 1.5rem 0;
 +
}
 +
.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;
 +
}
 +
 
 +
/* Site Notice
 +
#siteNotice {
 +
border: 1px solid #c8ccd1;
 +
border-radius: 2px;
 +
box-shadow: 0 1px 1px rgba(0,0,0,.15);
 +
margin: 0 0 1rem 0;
 +
background-color: #f0f8fe;
 +
font-size: 0.875em;
 +
padding: 0.5rem 0rem;
 +
}
 +
#siteNotice #localNotice,
 +
#siteNotice p {
 +
margin: 0;
 +
}
 +
.page-Вики-КОБ_Приветствие #siteNotice {
 +
margin: 0 0 2.5rem 0;
 +
} */
 +
 
 +
/* Кнопки социальных сетей */
 +
.ya-share2 {
 +
margin: 2em 0 1em 0;
 +
}
 +
 
 +
/* Реклама */
 +
.footer-ad > div,
 +
.footer-ad > yatag {
 +
padding: 5px !important;
 +
background-color: #ecf4f9 !important;
 +
border: 1px solid #c8ccd1 !important;
 +
border-radius: 2px !important;
 +
box-shadow: 0 1px 1px rgba(0,0,0,.15) !important;
 +
margin: 0 auto !important;
 +
display:inline-block !important;
 +
min-height:90px !important;
 +
min-width:90px !important;
 
}
 
}

Навигация

Реклама