MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 18: Line 18:
font-weight: bold;
font-weight: bold;
text-decoration: inherit;
text-decoration: inherit;
cursor: inherit;
cursor: default;
}
}

Revision as of 20:51, 14 July 2021

#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:51. (15 months ago)