MediaWiki:Common.css: Difference between revisions

From Wood Grading
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
.center img:hover {
.center img:hover {
   cursor: pointer;
   cursor: pointer;
}
.iframe-container {
  display: flex;
  justify-content: center; /* Horizontally centers the content */
  align-items: center;    /* Vertically centers the content (optional) */
}
}

Revision as of 01:37, 16 September 2025

/* 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; /* Horizontally centers the content */
  align-items: center;    /* Vertically centers the content (optional) */
}