MediaWiki

Gadget-pagecount.css

From Dogcraft Wiki

Revision as of 12:12, 7 April 2021 by Domino (talk | contribs) (Created page with "#top-bar-pagecount a { display: flex; justify-content: center; flex-direction: column; line-height: 50%; text-align: center; height: 45px; font-weight: bold; } #top-ba...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โŒ˜-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (โŒ˜-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#top-bar-pagecount a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 50%;
	text-align: center;
	height: 45px;
	font-weight: bold;
}

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

#top-bar-pagecount a span:nth-child(2) {
	padding-top:2px;
	font-size:10px;
}
This page was last modified on 7 April 2021, at 12:12. (15 months ago)