Template:Requested entries/styles.css

From Wikiquote
Jump to navigation Jump to search
.entries-tabs {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 110%;
}
.entries-tabs td {
	width: 10%;
	padding: 0.3em;
	border-top: 0;
	border-radius: 15px 15px 0 0;
	background-color: #D8D8D8;
	color: #585858;
	font-weight: bold;
}
.entries-tabs td.active {
	background-color: #F2F2F2;
	border-bottom-width: 0;
	color: #424242;
	font-weight: bold;
}
.entries-tabs td span {
	font-size: 80%;
}
.entries-tabs td a {
	color: inherit;
	white-space: nowrap;
}
.entries-tabs td.active a[href] {
	color: #069;
}

.entries-page-wrapper {
	border: solid 1px #BDBDBD;
	border-radius: 0 0 15px 15px;
	padding: .5em 1em 1em 1em;
	border-top: none;
	background-color: transparent;
	color: inherit;
}

@media screen and (max-width: 999px) {
	.entries-tabs,
	.entries-tabs > tbody,
	.entries-tabs > tbody > tr,
	.entries-tabs > tbody > tr > td {
		display: block;
		width: auto;
	}
	.entries-tabs td.active {
		border-bottom-width: 1px;
	}
}