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.
/* Wiki heading styles */
h1 {
font-family: Open Sans;
color: rgb(255,255,255);
font-size: 20.0px;
text-align: left;
padding: 10.0px;
border-radius: 5.0px;
background-color: rgb(43,103,119);
}
h2 {
font-family: Calibri;
color: rgb(0,0,0);
font-size: 18.0px;
text-align: left;
padding: 8.0px;
border-radius: 5.0px;
background-color: rgb(200,216,228);
}
h3 {
font-family: Verdana;
color: rgb(255,255,255);
font-size: 16.0px;
text-align: left;
padding: 5.0px;
border-radius: 10.0px;
background-color: rgb(60,124,110);
}
h4 {
font-family: Verdana;
color: rgb(60,124,110);
font-size: 16.0px;
text-align: left;
padding: 5.0px;
border-radius: 7.0px;
border-style: solid;
border-width: 2.0px;
border-color: rgb(242,242,242);
}
h5, h6 {
font-family: Verdana;
color: #000;
font-size: 16.0px;
text-align: left;
padding: 5.0px;
}
/* Horizontal line style */
hr {
border: 3.0px solid rgb(200,216,228);
}