MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

m (Domino moved page MediaWiki:Gadget-sandbox.css to MediaWiki:Gadget-breadcrumbs.css without leaving a redirect: Moving out of sandbox)
No edit summary
Line 1: Line 1:
#breadcrumbs {
@media only screen and (min-width: 999px) {
font-weight: bold;
}
#breadcrumbs {
 
font-weight: bold;
#breadcrumbs a::after {
}
    content: " > ";
    text-decoration: none;
#breadcrumbs a::after {
    color: initial;
    content: " > ";
    cursor: auto;
    text-decoration: none;
}
    color: initial;
 
    cursor: auto;
#breadcrumbs a:hover {
}
text-decoration:none;
}
#breadcrumbs a:hover {
 
text-decoration:none;
#breadcrumbs a span:hover {
}
text-decoration:underline;
}
#breadcrumbs a span:hover {
 
text-decoration:underline;
#breadcrumbs > span { /*selflink styles for the last crumb (current page name)*/
}
color: inherit;
font-weight: bold;
#breadcrumbs > span { /*selflink styles for the last crumb (current page name)*/
text-decoration: inherit;
color: inherit;
cursor: default;
font-weight: bold;
text-decoration: inherit;
cursor: default;
}
}
}

Revision as of 00:00, 15 July 2021

@media only screen and (min-width: 999px) {
	
	#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:00. (15 months ago)
Background Dragon Slayer - Retriever by Ironboundred