mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
26 lines
364 B
Plaintext
26 lines
364 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* Module: mediawiki.skinning.interface-subtitle
|
||
|
* Version: REL1_39
|
||
|
*
|
||
|
* Date: 2022-11-15
|
||
|
*/
|
||
|
|
||
|
#siteSub {
|
||
|
display: block;
|
||
|
margin-top: var( --space-xxs );
|
||
|
}
|
||
|
|
||
|
#siteSub,
|
||
|
#contentSub,
|
||
|
#contentSub2 {
|
||
|
color: var( --color-base--subtle );
|
||
|
font-size: @content-caption-size;
|
||
|
line-height: var( --line-height-xs );
|
||
|
}
|
||
|
|
||
|
span.subpages {
|
||
|
display: block;
|
||
|
}
|