MediaWiki:Infobox.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.
/** Infobox & Sidebar Components **/
.infobox {
background: var(--gold-accent);
border: 1px solid var(--gold-accent);
float: right;
clear: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.portable-infobox {
float: right;
clear: right;
max-width: 300px;
width: 100%;
margin: 0 0 16px 16px;
border: 1px solid var(--theme-border-color);
background-color: var(--gray-050);
}
/* Fix for overlapping floats */
.mw-parser-output::after {
content: "";
display: table;
clear: both;
}