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.
.infobox.mountain { width: 250px; font-size: 90%; background-color: #f9f9f9; border: 1px solid #aaa; border-radius: 8px; padding: 5px; float: right; margin: 0 0 1em 1em; } .infobox-header { font-size: 110%; font-weight: bold; text-align: center; background-color: #e9e9e9; border-bottom: 1px solid #aaa; padding: 5px; border-radius: 8px 8px 0 0; } .infobox-image img { display: block; margin: 0 auto; max-width: 100%; height: auto; } .infobox-caption { font-size: 85%; text-align: center; color: #555; padding: 3px 0; } .infobox-table { width: 100%; border-collapse: collapse; margin-top: 5px; } .infobox-table th { text-align: left; background-color: #f0f0f0; padding: 4px; } .infobox-table td { padding: 4px; } /* Footer Custom Styles */ #footer { background-color: #f1f1f1; padding: 20px; font-size: 14px; color: #333; } #footer h3 { font-size: 16px; margin-bottom: 10px; } #footer ul { list-style-type: none; padding-left: 0; } #footer ul li { margin: 5px 0; } #footer a { text-decoration: none; color: #0066cc; } #footer a:hover { color: #003366; }