MediaWiki:Vector.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.vector-feature-page-tools-enabled .vector-pinnable-element .vector-menu-heading, | .vector-feature-page-tools-enabled .vector-pinnable-element .vector-menu-heading, | ||
.vector-dropdown-content .vector-menu-heading { | .vector-dropdown-content .vector-menu-heading { | ||
font-size: 1em; | |||
font-weight: bold; | font-weight: bold; | ||
border-bottom: 3px solid transparent; | border-bottom: 3px solid transparent; | ||
| Line 35: | Line 34: | ||
.vector-dropdown-content > *:not(:last-child) { | .vector-dropdown-content > *:not(:last-child) { | ||
border-bottom: none; | border-bottom: none; | ||
} | |||
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { | |||
border-radius: 5px; | |||
} | |||
.vector-pinnable-header-label { | |||
font-size: 1.1em; | |||
font-weight: bold; | |||
font-variant: small-caps; | |||
} | } | ||
Revision as of 12:33, 12 April 2024
.vector-feature-page-tools-enabled .vector-pinnable-element .vector-menu-heading,
.vector-dropdown-content .vector-menu-heading {
font-size: 1em;
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;
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
border-radius: 5px;
}
.vector-pinnable-header-label {
font-size: 1.1em;
font-weight: bold;
font-variant: small-caps;
}