2020-06-12 05:43:12 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Cite styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
|
|
|
.mw-references-wrap {
|
|
|
|
margin: @content-margin-top 0 0 0;
|
|
|
|
color: @base-30;
|
|
|
|
font-size: @content-small-text-size;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-references-columns {
|
|
|
|
margin: @content-margin-top @negative-margin 0 @negative-margin;
|
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media ( max-width: @screen2 ) {
|
|
|
|
.mw-references-columns {
|
|
|
|
margin: @content-margin-top 0 0 0;
|
|
|
|
}
|
2020-06-12 05:43:40 +00:00
|
|
|
}
|
2020-06-12 05:56:42 +00:00
|
|
|
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
|
|
ol.references li:target,
|
|
|
|
sup.reference:target {
|
|
|
|
background-color: @accent-10;
|
|
|
|
}
|
|
|
|
}
|