MediaWiki:Common.css

From Wood Grading
Revision as of 01:52, 16 September 2025 by Peter wood (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)
  • 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 */

/*   starting from this url, https://simplywoodgrading.com/mediawiki/index.php/MediaWiki:Common.css */

/* give it a go Peter */


.center img:hover {
  cursor: pointer;
}

.iframe-container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
  width: 100%;            /* This is the key. Make the container fill the full width. */
  min-height: 100vh;      /* This ensures the container is at least the height of the viewport. */
}

.curved-iframe {
  border-radius: 40px; /* Adjust the value to control the curve of the corners */
}