mediawiki-skins-Citizen/skinStyles/mediawiki/action/mediawiki.action.history.styles.less

46 lines
752 B
Plaintext
Raw Normal View History

2019-12-26 21:46:02 +00:00
/*
* Citizen - Page History Styles
* https://starcitizen.tools
*/
@import '../../../resources/variables.less';
2019-12-26 21:46:02 +00:00
2021-03-06 15:33:12 +00:00
#mw-history-compare {
margin: var( --space-md ) 0;
2021-03-06 15:33:12 +00:00
}
.mw-history-compareselectedversions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: var( --space-md ) 0;
font-size: var( --font-size-small );
2021-03-06 15:33:12 +00:00
}
#pagehistory {
margin: 0;
list-style: none;
li {
&.selected {
color: var( --color-base );
outline: 0;
&.before {
background-color: var( --background-color-primary--active );
}
&.after {
background-color: var( --background-color-primary--hover );
}
}
2019-12-26 21:46:02 +00:00
}
2021-03-06 15:33:12 +00:00
}
2019-12-26 21:46:02 +00:00
.skin-theme-clientpref-night {
2021-03-06 15:33:12 +00:00
#pagehistory li.selected a {
color: @color-accent90;
2019-12-26 21:46:02 +00:00
}
}