MediaWiki:Common.css: Difference between revisions
From Wolf Roleplay Wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
--muted-border: rgba(0,0,0,.25); | --muted-border: rgba(0,0,0,.25); | ||
--muted-padding: .5em 1.5em; | --muted-padding: .5em 1.5em; | ||
} | |||
html { | |||
scroll-behavior: smooth; | |||
} | } | ||
#p-logo-text a { | #p-logo-text a { |
Revision as of 19:37, 9 January 2020
/* CSS placed here will be applied to all skins */
:root {
--muted-bg: rgba(0,0,0,.025);
--muted-border: rgba(0,0,0,.25);
--muted-padding: .5em 1.5em;
}
html {
scroll-behavior: smooth;
}
#p-logo-text a {
font-variant: normal;
margin-top: .25em;
}
.right-sidebar {
background: var(--muted-bg);
padding: var(--muted-padding);
float: right;
border: 1px solid var(--muted-border);
margin-left: 1em;
margin-bottom: 1em;
}
.article-banner {
background: var(--muted-bg);
border: 1px solid var(--muted-border);
padding: var(--muted-padding);
margin: 1em 0;
clear: both;
}