MediaWiki:Common.css

From BoneDexter
Revision as of 18:08, 25 March 2024 by Zigerzigs (talk | contribs)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.toco_left {
    float: left;
    padding-right: 10px;
}

.toco_right {
    float: right;
    padding-left: 10px;
}

.inline_block_display {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    border: 1px solid #aaa;
}

.infobox {
    border: 1px solid #aaa;
    margin: 1em 0;
    padding: 0.5em;
    width: 300px;
    background-color: #f8f9fa;
}

.infobox-content {
    width: 100%;
}

.infobox-content th, .infobox-content td {
    border: 1px solid #aaa;
    padding: 0.3em;
}

.dimensions_table{

}