2020-06-12 05:43:12 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Cite styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
|
|
|
.mw-references-wrap {
|
2022-11-16 23:06:23 +00:00
|
|
|
margin-top: var( --space-md );
|
2021-03-06 14:23:35 +00:00
|
|
|
color: var( --color-base );
|
2022-11-16 23:06:23 +00:00
|
|
|
font-size: 0.8125rem;
|
2020-06-12 05:43:12 +00:00
|
|
|
}
|
|
|
|
|
2020-06-12 05:56:42 +00:00
|
|
|
.mw-body-content {
|
|
|
|
.references {
|
2022-11-16 23:06:23 +00:00
|
|
|
margin: 0 var( --space-xl );
|
2020-06-12 05:43:12 +00:00
|
|
|
|
2020-06-12 05:56:42 +00:00
|
|
|
li {
|
2022-11-16 23:06:23 +00:00
|
|
|
margin-bottom: var( --space-xxs );
|
2020-06-12 05:56:42 +00:00
|
|
|
}
|
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
|
|
|
}
|