2019-08-15 17:40:13 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Recent Changes Styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
* Styling for Special:Watchlist and Special:RecentChanges when preference 'usenewrc'
|
|
|
|
* a.k.a. Enhanced Recent Changes is enabled.
|
|
|
|
*/
|
2023-07-06 23:41:59 +00:00
|
|
|
.mw-enhanced-rc {
|
|
|
|
td& {
|
|
|
|
font-family: var( --font-family-monospace );
|
|
|
|
}
|
|
|
|
|
|
|
|
&-time {
|
|
|
|
font-family: var( --font-family-monospace );
|
2019-12-26 10:21:50 +00:00
|
|
|
}
|
2019-08-15 17:40:13 +00:00
|
|
|
|
2023-07-06 23:41:59 +00:00
|
|
|
&-nested {
|
|
|
|
display: block;
|
|
|
|
margin-top: var( --space-xxs );
|
2019-08-15 17:40:13 +00:00
|
|
|
|
2023-07-06 23:41:59 +00:00
|
|
|
.mw-tag-markers {
|
|
|
|
margin: var( --space-xxs );
|
|
|
|
}
|
2019-12-26 10:21:50 +00:00
|
|
|
}
|
2019-08-15 17:40:13 +00:00
|
|
|
}
|
2023-07-11 21:06:01 +00:00
|
|
|
|
|
|
|
/* Fix collapsible button alignment */
|
|
|
|
.mw-enhancedchanges-arrow-space {
|
2023-07-28 01:19:27 +00:00
|
|
|
float: none !important;
|
2023-07-11 21:06:01 +00:00
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
padding-top: 0;
|
|
|
|
vertical-align: text-bottom;
|
2023-07-28 01:19:27 +00:00
|
|
|
background-position: left center !important;
|
2023-07-11 21:06:01 +00:00
|
|
|
}
|