Шаблон:Карточка/styles.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
/* Вынесено из [[MediaWiki:Common.css]] и [[MediaWiki:Mobile.css]] */
.infobox-table,
.infobox-tablebox {
	padding: 0;
}
.infobox-inner-table,
.infobox-table > table,
.infobox-tablebox > table {
	width: 100%;
	display: table;
	margin: 0;
	background: transparent;
}
.infobox-tablebox > table {
	border: 1px solid #a2a9b1;
	border-collapse: separate;
}

/* Встраиваемая карточка */
.infobox-child {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
}

body.skin-minerva table.infobox-child {
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
	border: none;
	font-size: 100%;
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */