Jump to content

MediaWiki:Common.css

From OceanWiki
Revision as of 16:03, 16 September 2025 by imported>Admin

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 */

#p-logo a {
  background-size: 160px auto !important;
  width: 160px !important;
  height: 160px !important;
}

/* side-by-side layout */
#toc {
  float: left;
  width: 280px;
  margin: 0 16px 16px 0;
}

.model-box {
  float: right;              /* stick to the right margin */
  width: 340px;              /* adjust as needed */
  margin: 0 0 16px 16px;     /* space on the left so text doesn’t crash into it */
}

.clear { clear: both; }