MediaWiki:Common.css

From TTS Wiki
Revision as of 01:33, 20 September 2025 by Ttswikiadmin (talk | contribs) (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
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 */

.portal-column-left {
    float: left;
    width: 100%;
}

.portal-column-right {
    float: right;
    width: 100%;
}

/* Two column layout on wider screens */
@media (min-width: 720px) {
    .portal-column-left {
        width: 48%;
        margin-right: 2%;
    }
    
    .portal-column-right {
        width: 48%;
        margin-left: 2%;
    }
}