MediaWiki:Vector.css: Difference between revisions

Raven.Familiar (talk | contribs)
try this again shall we
Raven.Familiar (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 285: Line 285:
padding: 0.3em 0.6em;
padding: 0.3em 0.6em;
font-weight:bold;
font-weight:bold;
color: var(--color-base);
color: var(--theme-link-color);
margin: unset !important;
margin: unset !important;
}
}
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);
    background-color: var(--background-color-base);
border: 2px solid var(--background-color-base-border);
border: 2px solid var(--theme-accent-color);
}
}


Line 368: Line 368:
/* Add text prefix */
/* Add text prefix */
#n-Discord a::before {
#n-Discord a::before {
content: "Chat on ";
content: "Join our ";
font-weight: normal;
font-weight: normal;
}
}
Line 392: 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;
}
}