MediaWiki:Common.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 be applied to all skins */ .infobox { float: right; width: 350px; padding: 5px; border-spacing: 0px; border: 2px solid #556270; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; -icab-border-radius: 20px; -o-border-radius: 20px; font-family: arial,sans-serif; font-size: 12px; margin: 0 0 1em 1em; background-color: #271e39; } .infobox img { max-width: 100%; height: auto; margin-left: auto; margin-right: auto; border: 0px solid #556270; border-top: 0px solid #556270; border-radius: 0px; } .infobox-title { font-size: 1.7em; text-align: center; background-color: #271E39; border-top: 0px solid #556270; border-bottom: 0px solid #556270; padding-left: 0em; padding-right: 0em; padding-bottom: 0.2em; } .infobox-title p { margin: 0px; text-align: center; background-color: #0E0B14; border: 1px solid #556270; border-radius: 10px; } .infobox-image { text-align: center; background-color: #0E0B14; border: 0px solid #556270; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .infobox-image p { text-align: center; font-style: italic; color: #727076; opacity: 1; margin-left: 0em; } .infobox table { width: 100%; background-color: #0E0B14; border: 0px solid #271E39; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; margin-top: 1em; } .infobox th { vertical-align: top; width: 100px; text-align: left; } .infobox td { vertical-align: top; } .infobox tr { display: block; border-bottom: 2px solid #271E39; } .infobox-title h2 { margin: 0px; padding: 0px; margin-top: 10px; font-size: 0.5em; } .albuminfonav { background-color: #0e0b14; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; overflow: auto; margin-top: 0em; padding: 0 0.7em 0 0.7em; } .prevalbumtop p { width: 45%; float: left; text-align: center; font-weight: bold; padding-top: 0em; margin-right: 1%; word-break: break-all; word-break: break-word; } .nextalbumtop p { width: 45%; float: right; text-align: center; font-weight: bold; padding-top: 0em; margin-left: 1%; word-break: break-all; word-break: break-word; } .prevalbum p { width: 45%; float: left; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; } .nextalbum p { width: 45%; float: right; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; } .bottominfolabel p { float: center; text-align: center; font-weight: bold; padding-top: 0em; margin-right: 0%; word-break: break-all; word-break: break-word; } .bottominfo p { float: center; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; }