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

Материал из Вики-КОБ (Концепция общественной безопасности)
Перейти к навигации Перейти к поиску
(Отмена правки 3023, сделанной Алексей Х. (обсуждение))
Метка: отмена
Строка 76: Строка 76:
 
padding: 0px 15px 10px 15px;
 
padding: 0px 15px 10px 15px;
 
}
 
}
.footer-buttons {
+
.ya-share2 {
top: -14px;
+
top: -15px;
 
position: relative;
 
position: relative;
 
}
 
}

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

/* 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;
}