mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2025-01-09 03:34:22 +00:00
4902ae76ab
last modified and copyright message are not implemented yet. they will be integrated into body content since they are not global.
30 lines
489 B
Plaintext
30 lines
489 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:RelatedArticles
|
|
* Module: ext.relatedArticles.readMore
|
|
* Version: REL1_35 0f27333
|
|
*
|
|
* Date: 2021-08-31
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.read-more-container {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.ra-read-more {
|
|
padding: 0 var( --padding-page );
|
|
|
|
// In line with catlink styles
|
|
h2 {
|
|
padding: 0;
|
|
margin: 0;
|
|
color: var( --color-base--subtle );
|
|
font-size: @ui-menu-text;
|
|
letter-spacing: 0.75px;
|
|
text-transform: capitalize;
|
|
}
|
|
}
|