mediawiki-skins-Citizen/skinStyles/mediawiki/special/mediawiki.special.changeslist.less
2021-01-11 11:45:52 -05:00

100 lines
1.5 KiB
Plaintext

/*
* Citizen - Recent Changes Styles
* https://starcitizen.tools
*/
@import '../../../resources/variables.less';
/*!
* Styling for Special:Watchlist and Special:RecentChanges
*/
#siteSub {
display: none !important;
}
// 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;
}
}
}
.rcoptions {
padding: 0;
border: 0;
margin: @content-margin-top * 2 0;
legend {
width: 100%;
padding: @margin-side / 2 0;
border-bottom: 1px solid @base-80;
margin-bottom: @margin-side / 2;
font-size: @content-small-text-size;
}
// Needed additional parent to override
.mw-changeslist-legend {
border-color: @base-80;
border-radius: @border-radius-small;
}
}
.mw-changeslist {
h4 {
padding: @margin-side / 2 0 !important;
border-bottom: 1px solid @base-80;
color: @base-30 !important;
font-family: @fonts !important;
font-size: @content-caption-size !important;
}
.comment {
color: @base-30;
}
.mw-tag-markers {
.mw-tag-marker {
color: @base-30;
}
}
}
.skin-citizen-dark {
.rcoptions {
color: @dark-text-90;
legend {
border-color: @dark-bg-20;
}
.mw-changeslist-legend {
border-color: @dark-bg-20;
}
}
.mw-changeslist {
h4 {
border-color: @dark-bg-20;
color: @dark-text-80 !important;
}
.comment {
color: @dark-text-80;
}
.mw-tag-markers {
.mw-tag-marker {
color: @dark-text-80;
}
}
}
}