MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 1: Line 1:
#breadcrumbs-test {
font-weight: bold;
}
#breadcrumbs-test a::after {
#breadcrumbs-test a::after {
     content: " > ";
     content: " > ";

Revision as of 20:53, 14 July 2021

#breadcrumbs-test {
	font-weight: bold;
}

#breadcrumbs-test a::after {
    content: " > ";
    text-decoration: none;
    color: initial;
    cursor: auto;
}

#breadcrumbs-test a:hover {
	text-decoration:none;
}

#breadcrumbs-test a span:hover {
	text-decoration:underline;
}

#breadcrumbs-test > 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 14 July 2021, at 20:53. (15 months ago)