MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext');
html, body
{
font-family: 'Open Sans', sans-serif;
}
.mw-body-content
{
font-size: unset;
}
h1, h2, h3, h4, h5, h6
{
border-bottom: 1px solid #d5d5d5;
font-weight: bold;
}
.mw-body h1, .mw-body-content h1
{
font-size: 2em;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2
{
font-weight: bold;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
}
.diff-addedline
{
border-color: #a3d3ff;
}
.diff-addedline, .diff-deletedline, .diff-context
{
font-size: 88%;
line-height: 1.6;
vertical-align: top;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
border-style: solid;
border-width: 1px 1px 1px 4px;
border-radius: 0.33em;
}
.highlight
{
background: #ff0;
font-weight: unset;
}
.highlight-warning
{
background: #fa0;
font-weight: unset;
}
.highlight-bad,
.highlight-danger,
.highlight-todo
{
background: #f00;
font-weight: unset;
}
.highlight-good,
.highlight-done
{
background: #0f0;
font-weight: unset;
}
.intro-container
{
}
.mp-banner
{
}
.intro-text
{
}
.sh-container
{
}
.button-sh a
{
color: #fff !important;
background-color: #36c;
border-color: #36c;
padding: 0.5em 1em 0.5em 1em !important;
display: inline-block;
font-weight: bold;
border-radius: 2px;
margin-bottom: 4px;
}
.button-sh a:hover
{
text-decoration: none;
background-color: #447ff5;
border-color: #447ff5;
}
.disc-sh
{
}
.member-sh
{
}
.live-sh
{
}
.lh-container
{
}
.button-lh a
{
color: #fff !important;
background-color: #36c;
border-color: #36c;
padding: 0.5em 1em 0.5em 1em !important;
display: inline-block;
font-weight: bold;
border-radius: 2px;
margin-bottom: 4px;
}
.button-lh a:hover
{
text-decoration: none;
background-color: #447ff5;
border-color: #447ff5;
}
.disc-lh
{
}
.member-lh
{
}
.live-lh
{
}
.revo-container
{
}
.button-revo a
{
color: #fff !important;
background-color: #36c;
border-color: #36c;
padding: 0.5em 1em 0.5em 1em !important;
display: inline-block;
font-weight: bold;
border-radius: 2px;
margin-bottom: 4px;
}
.button-revo a:hover
{
text-decoration: none;
background-color: #447ff5;
border-color: #447ff5;
}
.disc-revo
{
}
.bio-revo
{
}