Difference between revisions of "MediaWiki:Common.css"
From Halcove
| Line 38: | Line 38: | ||
background: #fff; | background: #fff; | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
| Line 46: | Line 47: | ||
box-shadow: none; | box-shadow: none; | ||
border: none; | border: none; | ||
display: none; | |||
} | } | ||
#mw-site-navigation { | #mw-site-navigation { | ||
| Line 77: | Line 79: | ||
body { | body { | ||
background: #262626; | background: #262626; | ||
} | } | ||
Revision as of 01:01, 18 March 2022
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
Changes the default font used for MediaWiki to Poppins (does not include headings or monospaced text):
body {
font-family: 'Roboto Slab', serif;
}
#p-logo-text a {
font-family: 'Poppins', sans-serif;
}
#mw-headline span {
font-family: 'Roboto Slab', sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4 {
font-family: 'Roboto Slab', serif;
}
.color-middle {
height: 0.35em;
background: #b159ea;
}
.color-right {
background: #b3bed3;
}
.color-left {
background: #b3bed3;
}
#mw-content-container {
border-bottom: solid 4px #545962;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #fff;
box-shadow: none;
}
#mw-content-container {
background: #fff;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #fff;
box-shadow: none;
border: none;
display: none;
}
#mw-site-navigation {
background: #fff;
}
#mw-related-navigation {
background: #fff;
}
#mw-content {
border: none;
box-shadow: none;
}
.mw-footer-container {
border-top: solid 1px #262626;
}
#mw-content-container {
padding-bottom: 0em;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #dedede;
}
.mw-body .mw-parser-output h1:after, .mw-body .mw-parser-output h2:after {
border-bottom: solid 2px #dedede;
}
.tools-inline li.selected {
border-bottom-color: #dedede;
}
a.new, .new a {
color: #747474bf;
}
body {
background: #262626;
}