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

44 lines
740 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 {
2024-07-01 03:50:21 +00:00
color: var( --color-base--emphasized );
outline-color: var( --border-color-base );
2021-03-06 15:33:12 +00:00
&.before {
2024-07-01 03:50:21 +00:00
background-color: var( --background-color-success-subtle );
2021-03-06 15:33:12 +00:00
}
&.after {
2024-07-01 03:50:21 +00:00
background-color: var( --background-color-destructive-subtle );
2021-03-06 15:33:12 +00:00
}
2019-12-26 21:46:02 +00:00
2024-07-01 03:50:21 +00:00
a {
color: var( -- );
2024-07-01 03:50:21 +00:00
}
}
2019-12-26 21:46:02 +00:00
}
}