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

87 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: -1.4rem 0 1.6rem;
2021-01-14 16:37:11 +00:00
color: var( --color-base--subtle );
font-size: @content-caption-size;
p {
margin: 0;
}
}
}
2019-08-15 17:40:13 +00:00
.rcoptions {
2020-06-30 20:41:18 +00:00
padding: 0;
border: 0;
margin: @content-margin-top * 2 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
width: 100%;
padding: @margin-side / 2 0;
2021-01-14 16:37:11 +00:00
border-bottom: 1px solid var( --border-color-base );
margin-bottom: @margin-side / 2;
2020-06-30 20:41:18 +00:00
font-size: @content-small-text-size;
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
}
.mw-plusminus {
&-pos {
color: var( --color-success );
}
&-minus {
color: var( --color-destructive );
}
&-null {
color: var( --color-base--subtle );
}
}
2019-08-15 17:40:13 +00:00
.mw-changeslist {
2019-12-26 10:21:50 +00:00
.comment {
2021-01-14 16:37:11 +00:00
color: var( --color-base--subtle );
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
2021-01-14 16:37:11 +00:00
// Need additional parent to override
.mw-changeslist-legend {
border-color: var( --border-color-base );
background-color: var( --background-color-framed );
border-radius: var( --border-radius--small );
2019-12-26 10:21:50 +00:00
}
2019-12-03 02:39:36 +00:00
2021-01-14 16:37:11 +00:00
.mw-tag-markers {
.mw-tag-marker {
color: var( --color-base--subtle );
2019-12-26 10:21:50 +00:00
}
}
}
2021-03-06 14:59:07 +00:00
// Need additional parent to override
.citizen-body {
2021-03-06 14:59:07 +00:00
.mw-changeslist h4 {
padding: @margin-side / 2 0;
border-bottom: 1px solid var( --border-color-base );
color: var( --color-base--subtle );
font-size: @content-caption-size;
font-weight: normal;
letter-spacing: 0.75px;
}
}