MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 298: | Line 298: | ||
padding: 0.4em 0.3em; | padding: 0.4em 0.3em; | ||
margin: 0 0 0.5em 0; | margin: 0 0 0.5em 0; | ||
background-color: var(--background-color-base); | |||
border: 2px solid var(--theme-accent-color); | border: 2px solid var(--theme-accent-color); | ||
} | } | ||
| Line 367: | Line 368: | ||
/* Add text prefix */ | /* Add text prefix */ | ||
#n-Discord a::before { | #n-Discord a::before { | ||
content: " | content: "Join our "; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
| Line 391: | Line 392: | ||
#skin-client-prefs-skin-theme { | #skin-client-prefs-skin-theme { | ||
display: none | display: none | ||
} | |||
/* RECENT CHANGES SIDEBAR */ | |||
#p-Recent_Changes{ | |||
height: 192.703px; | |||
display: none; | |||
} | |||
#n-rc-skeleton{ | |||
display:none; | |||
} | } | ||