Jump to content

Module:Timeline of release years/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jc86035 (talk | contribs) at 09:44, 11 August 2019 (too complicated, leave in module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.release_timeline {
	border: none;
	float: right !important; /* Minerva uses !important */
	clear: right !important; /* Minerva uses !important */
	width: auto !important; /* Minerva uses !important */
	max-width: 320px;
	flex: 1 1 100%;
	margin: 0 0 .3em 1em;
	font-size: 80%;
	line-height: .9;
	border-collapse: separate;
	border-spacing: 0 1px;
	background-color: transparent;
	box-shadow: none;
}

.release_timeline .caption {
	padding: .4em .4em .2em;
	font-size: 112.5%;
}

.release_timeline td {
	border: none;
	padding: .4em;
}

.release_timeline tr:nth-child(1) {
	text-align: right;
}