ব্যবহারকারী:খাত্তাব হাসান/ব্যবহারকারী:খাত্তাব হাসান/উপর.css

উইকিউক্তি, মুক্ত উক্তি-উদ্ধৃতির সংকলন থেকে
.tabs {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 110%;
}
.tabs td {
	width: 25%;
	padding: 0.3em;
	border: solid 1px #a2a9b1;
	border-top: 0;
	background-color: #303362;
	color: white;
}
.tabs td.active {
	background-color: #ead1dc;
	border-bottom-width: 0;
	color: black;
}
.tabs td span {
	font-size: 80%;
}
.tabs td a {
	color: inherit;
	white-space: nowrap;
}
.tabs td.active a[href] {
	color: #069;
}

.page-wrapper {
	border: solid 1px #a2a9b1;
	padding: .5em 1em 1em 1em;
	border-top: none;
	background-color: transparent;
	color: inherit;
}

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