MediaWiki

Gadget-pagecount.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 32: Line 32:
padding-top:2px;
padding-top:2px;
font-size:10px;
font-size:10px;
}
/* hide on Rules */
.page-Rules #pagecount {
display:none;
}
}

Revision as of 13:07, 11 September 2021

@media only screen and (max-width: 640px) {
	#pagecount {
		display:none;
	}
}

.content .top #wikiActions {
	margin: auto 0;
}

#pagecount {
	margin: auto .5em auto auto;
}

#pagecount a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 50%;
	text-align: center;
	height: 45px;
	font-weight: bold;
	padding: 0 .3em;
}

#pagecount a span:nth-child(1) {
	padding-bottom:3px;
	font-size:1rem;
}

#pagecount a span:nth-child(2) {
	padding-top:2px;
	font-size:10px;
}

/* hide on Rules */
.page-Rules #pagecount {
	display:none;
}
This page was last modified on 11 September 2021, at 13:07. (14 months ago)