MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.leg-popular-pages { | |||
display:flex; | |||
align-items:center; | |||
background-color:#111; | |||
transition:100ms | |||
} | |||
.leg-popular-pages a { | |||
flex:1; | |||
display:block; | |||
color:#fff; | |||
font-weight:bold; | |||
text-align:center; | |||
text-decoration:none; | |||
padding:0.7em 1em | |||
} | |||
Revision as of 18:52, 26 August 2025
/* CSS placed here will be applied to all skins */
.leg-popular-pages {
display:flex;
align-items:center;
background-color:#111;
transition:100ms
}
.leg-popular-pages a {
flex:1;
display:block;
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
padding:0.7em 1em
}