MediaWiki

Gadget-breadcrumbs.css

From Dogcraft Wiki

(Created page with " .ve-not-available .ns-3002 #ca-ve-edit { display: block; }")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
@media only screen and (max-width: 600px) {
.ve-not-available .ns-3002 #ca-ve-edit {
#breadcrumbs {
display: block;
display:none;
}
}
}
#breadcrumbs {
font-weight: bold;
}
body:not(.ns-3004) #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;
}

Latest revision as of 19:49, 1 February 2023

@media only screen and (max-width: 600px) {
	#breadcrumbs {
		display:none;
	}
}
	
	#breadcrumbs {
		font-weight: bold;
	}
	
	body:not(.ns-3004) #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;
	}