MediaWiki

Gadget-pagecount.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 1: Line 1:
@media only screen and (max-width: 640px) {
@media only screen and (max-width: 640px) {
li#top-bar-pagecount {
#pagecount {
display:none;
display:none;
}
}
}
}


#top-bar-pagecount a {
#pagecount a {
display: flex;
display: flex;
justify-content: center;
justify-content: center;
Line 16: Line 16:
}
}


#top-bar-pagecount:hover,
#pagecount a span:nth-child(1) {
#top-bar-pagecount a:hover {
background: inherit !important;
}
 
#top-bar-pagecount a span:nth-child(1) {
padding-bottom:3px;
padding-bottom:3px;
font-size:1rem;
font-size:1rem;
}
}


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

Revision as of 17:54, 22 July 2021

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

#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;
}
This page was last modified on 22 July 2021, at 17:54. (13 months ago)
Background Dragon Slayer - Retriever by Ironboundred