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,
|
|
|
|
#contentSub,
|
|
|
|
#contentSub2 {
|
2024-04-27 17:32:39 +00:00
|
|
|
overflow: hidden;
|
2024-02-26 22:14:19 +00:00
|
|
|
font-size: var( --font-size-x-small );
|
2022-11-15 16:31:28 +00:00
|
|
|
line-height: var( --line-height-xs );
|
2024-06-30 05:04:30 +00:00
|
|
|
color: var( --color-subtle );
|
2024-04-27 17:32:39 +00:00
|
|
|
text-overflow: ellipsis;
|
2022-11-15 16:31:28 +00:00
|
|
|
}
|
|
|
|
|
2024-04-20 03:02:23 +00:00
|
|
|
// #contentSub can be empty
|
|
|
|
#contentSub:not( :empty ),
|
2022-12-20 22:06:07 +00:00
|
|
|
#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;
|
|
|
|
}
|