MediaWiki:Print.css
Jump to navigation
Jump to search
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 affect the print output */
h1.firstHeading {
color: #584500;
font-family: Stonehenge;
font-size: 175%;
font-weight: bold;
border-bottom-style: solid;
border-bottom-color: #584500;
}
h1 {
color: #584500;
font-family: Stonehenge;
font-size: 175%;
font-weight: bold;
border-bottom-style: solid;
border-bottom-color: #584500;
}
h2 {
color: #584500;
font-family: Stonehenge;
font-size: 150%;
font-weight: bold;
padding-top: 10px;
border-bottom-style: solid;
border-bottom-color: #584500;
}
h3 {
color: #584500;
font-weight: bold;
font-size: 125%;
padding-top: 10px;
}
h4 {
font-weight: bold;
font-size: 110%;
color: #584500;
padding-top: 8px;
}
h5 {
font-weight: bold;
font-size: 110%;
color: #584500;
}
h6 {
font-weight: bold;
font-size: 110%;
color: #000000;
}
body {
font-size: 75%;
}
p {
font-size: 75%;
}
/* Bestiary Header Formatting */
h2.bestiary_main {
color: #584500;
font-family: Stonehenge;
font-size: 175%;
font-weight: bold;
padding-top: 10px;
text-align: center;
border-bottom-style: solid;
border-bottom-color: #584500;
}
h2.bestiary {
color: #584500;
font-family: Stonehenge;
font-size: 150%;
font-weight: bold;
padding-top: 10px;
border-bottom-style: none;
}
h3.bestiary {
color: #584500;
font-weight: bold;
font-size: 125%;
padding-top: 5px;
border-bottom-style: none;
}