Jump to content

MediaWiki:Vector.css: Difference between revisions

From Kanzenshuu Dragon Ball Wiki
Hujio (talk | contribs)
No edit summary
Hujio (talk | contribs)
No edit summary
Line 5: Line 5:
font-weight: bold;
font-weight: bold;
border-bottom: 3px solid transparent;
border-bottom: 3px solid transparent;
margin: 10px 0 3px;
}
#p-Kanzenshuu .vector-menu-heading {
color: #F90;
border-bottom-color: #F90;
}
#p-Wiki_Navigation .vector-menu-heading {
color: #090;
border-bottom-color: #090;
}
}


Line 10: Line 21:
color: #C33;
color: #C33;
border-bottom-color: #C33;
border-bottom-color: #C33;
}
#p-tb .vector-menu-heading {
color: #0077B3;
border-bottom-color: #0077B3;
}
}


.vector-main-menu-action {
.vector-main-menu-action {
display: none;
display: none;
}
.vector-feature-page-tools-enabled .vector-pinnable-element > *:not(:last-child),
.vector-dropdown-content > *:not(:last-child) {
border-bottom: none;
}
}

Revision as of 19:02, 11 April 2024

/* All CSS here will be loaded for users of the Vector skin */

.vector-feature-page-tools-enabled .vector-pinnable-element .vector-menu-heading,
.vector-dropdown-content .vector-menu-heading {
	font-weight: bold;
	border-bottom: 3px solid transparent;
	margin: 10px 0 3px;
}

#p-Kanzenshuu .vector-menu-heading {
	color: #F90;
	border-bottom-color: #F90;
}

#p-Wiki_Navigation .vector-menu-heading {
	color: #090;
	border-bottom-color: #090;
}

#p-cactions .vector-menu-heading {
	color: #C33;
	border-bottom-color: #C33;
}

#p-tb .vector-menu-heading {
	color: #0077B3;
	border-bottom-color: #0077B3;
}

.vector-main-menu-action {
	display: none;
}

.vector-feature-page-tools-enabled .vector-pinnable-element > *:not(:last-child),
.vector-dropdown-content > *:not(:last-child) {
	border-bottom: none;
}