Jump to content

Template:WRN/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Izno (talk | contribs) at 05:19, 24 July 2024 (use codex color). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.wikipedia-research-news {
	margin: .2em 0;
	border: 1px solid #ccc;
	color: var(--color-placeholder, #72777d);
}

.wikipedia-research-news-image {
	text-align: center;
}

.wikipedia-research-news-text {
	padding: 0 1em;
}

@media (min-width: 500px) {
	.wikipedia-research-news {
		display: flex;
		align-items: center;
	}
	
	.wikipedia-research-news-image {
		margin: 0 1em;
		flex: 0 0 80px;
	}
	
	.wikipedia-research-news-text {
		border-left: 1px solid #ccc;
	}
}

@media (min-width: 720px) {
	.wikipedia-research-news {
		margin: .2em auto;
		width: 60%;
	}
}