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

Материал из Вики-КОБ (Концепция общественной безопасности)
Перейти к навигации Перейти к поиску
(Содержимое страницы заменено на «→‎CSS placed here will affect users of the mobile site: »)
Метка: замена
Строка 1: Строка 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 
/* Лишние элементы */
 
#footer-places-privacy {
 
display:none;
 
}
 
 
/* Встраивание видео */
 
div.thumbinner {
 
border: 1px solid #c8ccd1;
 
padding: 3px;
 
background-color: #f8f9fa;
 
font-size: 94%;
 
overflow: hidden;
 
}
 
.embedvideo-thumb,
 
.embedvideo-description {
 
background:#000;
 
color:#000;
 
}
 
.embedvideo-thumb {
 
margin-bottom:.5em;
 
}
 
.embedvideo-inline {
 
display:inline-block;
 
vertical-align:top;
 
}
 
.embedvideo-width-full {
 
width:560px;
 
}
 
.embedvideo-height-full {
 
height:315px;
 
}
 
.embedvideo-width-half {
 
width:280px;
 
}
 
.embedvideo-height-half {
 
height:158px;
 
}
 
.embedvideo-center {
 
margin-left:auto;
 
margin-right:auto;
 
}
 
.embedvideo-right {
 
clear:right;
 
float:right;
 
margin-left:.5em;
 
}
 
.embedvideo-left {
 
clear:left;
 
float:left;
 
margin-right:.5em;
 
}
 
 
/* Примечания */
 
.mw-parser-output > div > .mw-references-wrap:before {
 
content: "Примечания";
 
}
 
.mw-parser-output > div > .mw-references-wrap::before {
 
font-size: 1.5em;
 
display: block;
 
font-family: 'Linux Libertine','Georgia','Times',serif;
 
line-height: 1.3;
 
padding: 0.5em 0;
 
border-bottom: 1px solid #eaecf0;
 
margin-bottom: 0.5em;
 
}
 
 
/* Счётчики */
 
.footer-extra-wrapper {
 
text-align: center;
 
background-color: #eaecf0;
 
}
 
.footer-extra {
 
display:inline-block;
 
padding: 0px 15px 10px 15px;
 
}
 
.ya-share2 {
 
top: -15px;
 
position: relative;
 
}
 

Версия 22:09, 3 марта 2019

/* CSS placed here will affect users of the mobile site */