MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 1: Line 1:
@media only screen and (min-width: 999px) {
@media only screen and (max-width: 600px) {
#breadcrumbs {
display:none;
}
}
#breadcrumbs {
#breadcrumbs {
Line 26: Line 30:
cursor: default;
cursor: default;
}
}
}

Revision as of 00:02, 15 July 2021

@media only screen and (max-width: 600px) {
	#breadcrumbs {
		display:none;
	}
}
	
	#breadcrumbs {
		font-weight: bold;
	}
	
	#breadcrumbs a::after {
	    content: " > ";
	    text-decoration: none;
	    color: initial;
	    cursor: auto;
	}
	
	#breadcrumbs a:hover {
		text-decoration:none;
	}
	
	#breadcrumbs a span:hover {
		text-decoration:underline;
	}
	
	#breadcrumbs > span { /*selflink styles for the last crumb (current page name)*/
		color: inherit;
		font-weight: bold;
		text-decoration: inherit;
		cursor: default;
	}
This page was last modified on 15 July 2021, at 00:02. (15 months ago)