MediaWiki:Common.css
From Internet Movie Typewriter Database
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Generic navbox container */
.navbox {
border: 1px solid #aaa;
background: #f9f9f9;
margin: 1em 0;
padding: 0;
border-radius: 6px;
font-size: 95%;
}
/* Navbox title bar with faint red background */
.navbox-title {
background: #f8d7da;
color: #721c24;
font-weight: bold;
padding: 0.4em;
text-align: center;
}
/* Navbox content area */
.navbox-body {
padding: 0.75em 1em;
}