Template

Pagetabs/styles.css

From Dogcraft Wiki

.pagetabs {
	display:flex; 
	justify-content:space-around; 
	min-width: 100%; 
	margin:1.5em 0 0 0; 
	font-weight: bold; 
	gap:16px; 
	flex-wrap:nowrap; 
	overflow:auto; 
	white-space:nowrap; 
}

@media only screen and (max-width: 999px) {
	.pagetabs {
		justify-content:space-between;
	}
}

.pagetabs > div {
	padding-bottom:10px;
}

.pagetabs :first-child {
	padding-left:8px;
}

.pagetabs :last-child {
	padding-right:8px;
}

.pagetabs a {
	padding-bottom:8px;
}

.pagetabs .mw-selflink.selflink {
	border-bottom: solid 3px black;
}

.pagetabs + hr {
	margin:-3px 0 1rem 0; 
	border-style:solid; 
	border-color:#d9d6d3;
}
This page was last modified on 2 July 2022, at 23:53. (7 months ago)
Background Valentine's Day Event 2024 by TheWhiteTigerNL