2024-09-05 20:24:36 +00:00
|
|
|
/*
|
|
|
|
* Citizen
|
|
|
|
*
|
|
|
|
* SkinStyles for StructuredNavigation
|
|
|
|
* Module: ext.structuredNav.NavigationView.styles
|
|
|
|
* Version: REL1_39 55e2ec0
|
|
|
|
*
|
|
|
|
* Date: 2024-09-06
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ext.structuredNav.NavigationView.less */
|
|
|
|
.mw-structurednav-navigation-container {
|
2024-09-05 20:25:13 +00:00
|
|
|
font-size: var( --font-size-small );
|
2024-09-05 20:24:36 +00:00
|
|
|
background-color: var( --color-surface-0 );
|
|
|
|
border-color: var( --border-color-subtle );
|
|
|
|
border-radius: var( --border-radius-base );
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-structurednav-header {
|
|
|
|
font-size: var( --font-size-small );
|
2024-09-05 20:25:13 +00:00
|
|
|
color: var( --color-base );
|
|
|
|
background: var( --color-surface-3 );
|
|
|
|
|
2024-09-05 20:24:36 +00:00
|
|
|
// Needs higher specificity to override default skin styles
|
|
|
|
// for the h2 element - Samantha Nguyen
|
|
|
|
.mw-structurednav-header-title {
|
|
|
|
font-family: var( --font-family-base );
|
|
|
|
font-size: var( --font-size-medium );
|
|
|
|
font-weight: var( --font-weight-semibold );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-structurednav-group-title,
|
|
|
|
.mw-structurednav-group-content {
|
|
|
|
border-top-color: var( --color-surface-0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-structurednav-group-title {
|
|
|
|
font-family: var( --font-family-base );
|
2024-09-05 20:25:13 +00:00
|
|
|
font-weight: var( --font-weight-semibold );
|
|
|
|
color: var( --color-base );
|
|
|
|
text-align: start;
|
|
|
|
background: var( --color-surface-2 );
|
2024-09-05 20:24:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ext.structuredNav.NavigationView.separator.less */
|
2024-09-05 20:25:13 +00:00
|
|
|
.mw-structurednav-group-content-item:not( :last-child )::after {
|
2024-09-05 20:24:36 +00:00
|
|
|
color: var( --color-base );
|
|
|
|
}
|