2022-11-15 16:31:28 +00:00
|
|
|
/*
|
|
|
|
* Citizen
|
|
|
|
*
|
|
|
|
* Module: mediawiki.skinning.interface-subtitle
|
|
|
|
* Version: REL1_39
|
|
|
|
*
|
2023-06-08 20:03:48 +00:00
|
|
|
* Date: 2023-06-06
|
|
|
|
*/
|
2022-11-15 16:31:28 +00:00
|
|
|
|
|
|
|
#siteSub {
|
|
|
|
display: block;
|
|
|
|
margin-top: var( --space-xxs );
|
|
|
|
}
|
|
|
|
|
|
|
|
#siteSub,
|
|
|
|
#contentSub,
|
|
|
|
#contentSub2 {
|
|
|
|
color: var( --color-base--subtle );
|
2022-11-16 23:06:23 +00:00
|
|
|
font-size: 0.8125rem;
|
2022-11-15 16:31:28 +00:00
|
|
|
line-height: var( --line-height-xs );
|
|
|
|
}
|
|
|
|
|
2022-12-20 22:06:07 +00:00
|
|
|
#contentSub,
|
|
|
|
#contentSub2 {
|
|
|
|
margin-bottom: var( --space-md );
|
|
|
|
}
|
|
|
|
|
|
|
|
// Reduced spacing if both sub1 and 2 exists
|
|
|
|
#contentSub + #contentSub2 {
|
|
|
|
margin-top: ~'calc( var( --space-xs ) * -1 )';
|
|
|
|
}
|
|
|
|
|
2023-06-08 20:06:31 +00:00
|
|
|
#citizen-tagline-user > span + span::before {
|
2023-06-08 20:04:36 +00:00
|
|
|
margin: 0 var( --space-xxs );
|
|
|
|
content: '·';
|
2023-06-08 20:03:48 +00:00
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2022-11-15 16:31:28 +00:00
|
|
|
span.subpages {
|
|
|
|
display: block;
|
|
|
|
}
|