MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

Revision as of 19:48, 1 February 2023 by Domino (talk | contribs)

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.
@media only screen and (max-width: 600px) {
	#breadcrumbs {
		display:none;
	}
}
	
	#breadcrumbs {
		font-weight: bold;
	}
	
	body:not(.ns-news) #breadcrumbs a::after {
	    content: " > ";
	    text-decoration: none;
	    color: initial;
	    cursor: auto;
	}
	
	#breadcrumbs a:hover,
	#breadcrumbs a:focus{
		text-decoration:none;
	}
	
	#breadcrumbs a span:hover,
	#breadcrumbs a span:focus{
		text-decoration:underline;
	}
	
	#breadcrumbs > ::last-child { /*selflink styles for the last crumb (current page name)*/
		color: inherit;
		font-weight: bold;
		text-decoration: inherit;
		cursor: default;
	}
	
	/* News namespace */
	
	.ns-3004 .namespace {
		display: inline-block;
	}
	
	.ns-3004 #breadcrumbs {
		display: inline-block;
	}
	
	.ns-3004 #breadcrumbs a::before {
	    content: " > ";
	    text-decoration: none;
	    color: initial;
	    cursor: auto;
	}
This page was last modified on 1 February 2023, at 19:48. (14 months ago)
Background Valentine's Day Event 2024 by TheWhiteTigerNL