mediawiki-skins-Citizen/skinStyles/mediawiki/special/mediawiki.special.changeslist.less

100 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-08-15 17:40:13 +00:00
/*
* Citizen - Recent Changes Styles
* https://starcitizen.tools
*/
@import '../../../resources/variables.less';
2019-08-15 17:40:13 +00:00
/*!
* Styling for Special:Watchlist and Special:RecentChanges
*/
#siteSub {
2019-12-26 10:21:50 +00:00
display: none !important;
2019-08-15 17:40:13 +00:00
}
// Mimic siteSub
.mw-rcfilters-enabled,
.mw-rcfilters-disabled {
.mw-specialpage-summary {
margin: 0.4rem 0 1.6rem;
color: @base-30;
font-size: @content-caption-size;
p {
margin: 0;
}
}
}
2019-08-15 17:40:13 +00:00
.rcoptions {
2019-12-26 10:21:50 +00:00
margin: @content-margin-top * 2 0;
2020-06-30 20:41:18 +00:00
padding: 0;
border: 0;
2019-08-15 17:40:13 +00:00
2019-12-26 10:21:50 +00:00
legend {
2020-06-30 20:41:18 +00:00
margin-bottom: @margin-side / 2;
padding: @margin-side / 2 0;
width: 100%;
border-bottom: 1px solid @base-80;
font-size: @content-small-text-size;
2019-12-26 10:21:50 +00:00
}
// Needed additional parent to override
.mw-changeslist-legend {
border-color: @base-80;
border-radius: @border-radius-small;
}
2019-08-15 17:40:13 +00:00
}
.mw-changeslist {
2019-12-26 10:21:50 +00:00
h4 {
2020-04-25 21:14:45 +00:00
border-bottom: 1px solid @base-80;
color: @base-30 !important;
2019-12-26 10:21:50 +00:00
padding: @margin-side / 2 0 !important;
font-size: @content-caption-size !important;
font-family: @fonts !important;
}
2019-08-15 17:40:13 +00:00
2019-12-26 10:21:50 +00:00
.comment {
color: @base-30;
}
2019-08-15 17:40:13 +00:00
2019-12-26 10:21:50 +00:00
.mw-tag-markers {
.mw-tag-marker {
color: @base-30;
}
}
2019-12-02 23:32:16 +00:00
}
.skin-citizen-dark {
2019-12-26 10:21:50 +00:00
.rcoptions {
color: @dark-text-90;
2020-06-30 20:41:18 +00:00
legend {
border-color: @dark-bg-20;
}
.mw-changeslist-legend {
border-color: @dark-bg-20;
}
2019-12-26 10:21:50 +00:00
}
2019-12-03 02:39:36 +00:00
2019-12-26 10:21:50 +00:00
.mw-changeslist {
h4 {
2020-06-30 20:41:18 +00:00
color: @dark-text-80 !important;
2020-06-03 01:23:17 +00:00
border-color: @dark-bg-20;
2019-12-26 10:21:50 +00:00
}
2019-12-02 23:32:16 +00:00
2019-12-26 10:21:50 +00:00
.comment {
color: @dark-text-80;
}
2019-12-03 02:39:36 +00:00
2019-12-26 10:21:50 +00:00
.mw-tag-markers {
.mw-tag-marker {
color: @dark-text-80;
}
}
}
}