.ts-Википедия_сейчас {
	background: #f8f9fa;
	background-image: url( 'https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg' );
	background-size: auto 100%;
	border: 1px solid #c8ccd1;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	display: block;
	font-size: 100%;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 1rem;
	position: relative;
}

@media (min-width: 720px) {
	.ts-Википедия_сейчас {
		float: right;
		clear: right;
		margin-left: 1em;
		max-width: 20em;
	}
}

@media (min-width: 1280px) {
	.ts-Википедия_сейчас {
		max-width: 30em;
	}
}

.ts-Википедия_сейчас::before {
	background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 40%, rgba(248,249,250,0) 100%);
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.ts-Википедия_сейчас-subtitle {
	font-size: 0.85em;
}

.ts-Википедия_сейчас-content {
	position: relative;
}

.ts-Википедия_сейчас-content i,
.ts-Википедия_сейчас-content em {
	white-space: nowrap;
}

.ts-Википедия_сейчас-navbar {
	float: right;
}

.ts-Википедия_сейчас-footer {
	text-align: center;
}

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