2020-06-12 05:43:12 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Cite styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
|
|
|
.mw-references-wrap {
|
2021-03-06 14:23:35 +00:00
|
|
|
margin-top: @content-margin-top;
|
|
|
|
color: var( --color-base );
|
2020-06-12 05:43:12 +00:00
|
|
|
font-size: @content-small-text-size;
|
|
|
|
}
|
|
|
|
|
2020-06-12 05:56:42 +00:00
|
|
|
.mw-body-content {
|
|
|
|
.references {
|
|
|
|
margin: 0 @content-margin-top * 2;
|
2020-06-12 05:43:12 +00:00
|
|
|
|
2020-06-12 05:56:42 +00:00
|
|
|
li {
|
|
|
|
margin-bottom: @content-margin-top / 4;
|
|
|
|
}
|
2020-06-12 05:43:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span.reference {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2021-03-06 14:23:35 +00:00
|
|
|
.skin-citizen {
|
|
|
|
ol.references li:target,
|
|
|
|
sup.reference:target {
|
|
|
|
background-color: var( --background-color-primary--hover );
|
2020-06-12 05:43:12 +00:00
|
|
|
}
|
2020-06-12 05:43:40 +00:00
|
|
|
}
|
2020-06-12 05:56:42 +00:00
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2020-06-12 05:56:42 +00:00
|
|
|
ol.references li:target,
|
|
|
|
sup.reference:target {
|
2021-03-06 14:23:35 +00:00
|
|
|
a {
|
|
|
|
color: var( --color-base--emphasized );
|
|
|
|
}
|
2020-06-12 05:56:42 +00:00
|
|
|
}
|
2020-06-12 05:57:30 +00:00
|
|
|
}
|