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

33 lines
666 B
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 when preference 'usenewrc'
* a.k.a. Enhanced Recent Changes is enabled.
*/
table.mw-enhanced-rc {
2019-12-26 10:21:50 +00:00
padding: @margin-side / 2 0;
2021-01-14 16:37:11 +00:00
border-bottom: 1px solid var( --border-color-base );
margin: 0 !important;
font-size: @content-monospace-size;
transition: @transition-background;
2019-12-26 10:21:50 +00:00
&:hover {
2021-01-14 16:37:11 +00:00
background-color: var( --background-color-quiet--hover );
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
}
.mw-enhanced-rc-nested {
2019-12-26 10:21:50 +00:00
display: block;
margin-top: @margin-side / 4;
2019-08-15 17:40:13 +00:00
2019-12-26 10:21:50 +00:00
.mw-tag-markers {
margin: @margin-side / 4;
}
2019-08-15 17:40:13 +00:00
}