mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
/*
|
|
* 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.
|
|
*/
|
|
.mw-enhanced-rc {
|
|
td& {
|
|
font-family: var( --font-family-monospace );
|
|
}
|
|
|
|
&-time {
|
|
font-family: var( --font-family-monospace );
|
|
}
|
|
|
|
&-nested {
|
|
display: block;
|
|
margin-top: var( --space-xxs );
|
|
|
|
.mw-tag-markers {
|
|
margin: var( --space-xxs );
|
|
}
|
|
}
|
|
}
|