MediaWiki:Common.css: Difference between revisions
From Wolf Roleplay Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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; | ||
--heading-font: 'Georgia','Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times', serif; | |||
} | |||
html { | |||
scroll-behavior: smooth; | |||
} | |||
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { | |||
font-family: var(--heading-font); | |||
} | } | ||
#p-logo-text a { | #p-logo-text a { |
Latest revision as of 19:40, 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;
--heading-font: 'Georgia','Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times', serif;
}
html {
scroll-behavior: smooth;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: var(--heading-font);
}
#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;
}