MediaWiki:Common.css

From Modding Haven
Revision as of 02:37, 4 February 2024 by Bot (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 */
div.gallerytext > p { 
	font-size: 0px !important;
}

div.gallerytext > p a { 
	font-size: 14px !important;
}

/*dpl column layout - avoid header orphans */
.dplcategory {-webkit-column-count:auto;-webkit-column-width: auto;column-count:auto;column-width: auto;}
.dplcategory .mw-category .mw-category-group {display:block}
.dplcategory .mw-category-group {margin:0 2em 2em 2em;}
.dplcategory .mw-category-group h3 {break-after:avoid}
.dplcategory .mw-category-group h3 {margin:0 0 0.3em; border-bottom:1px solid #e2e2e2}