2019-08-15 17:40:13 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Recent Changes Styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
2019-12-29 09:47:56 +00:00
|
|
|
@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 {
|
2022-11-16 23:25:02 +00:00
|
|
|
padding: var( --space-sm ) 0;
|
2021-01-14 16:37:11 +00:00
|
|
|
border-bottom: 1px solid var( --border-color-base );
|
2021-01-11 16:45:52 +00:00
|
|
|
margin: 0 !important;
|
2022-11-16 23:06:23 +00:00
|
|
|
font-size: 0.875rem;
|
2022-05-01 23:14:17 +00:00
|
|
|
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;
|
2022-11-16 23:25:02 +00:00
|
|
|
margin-top: var( --space-xxs );
|
2019-08-15 17:40:13 +00:00
|
|
|
|
2019-12-26 10:21:50 +00:00
|
|
|
.mw-tag-markers {
|
2022-11-16 23:25:02 +00:00
|
|
|
margin: var( --space-xxs );
|
2019-12-26 10:21:50 +00:00
|
|
|
}
|
2019-08-15 17:40:13 +00:00
|
|
|
}
|