MediaWiki:Vector.css

From Guild Wars Wiki
Jump to navigationJump 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.
pre {
  font-size: 1.2em;
}

/* Increase search box size */
#simpleSearch input#searchInput {
  width: 17vw;
}

/* Ensure pages in recent changes match the font size of the associated times */
table.mw-enhanced-rc td { font-size: 12.8px; }

/* Match the Support panel capitalisation with the Navigation and Toolbox panels. */
#p-support h3, #pt-userpage { 
  text-transform: capitalize;
}

/* Fix for skill infobox */
div#content div.infobox p.heading {
  margin: 0;
  line-height: 1.5em;
}

div#mw-panel div.portal div.body {
  margin: 0 0 0 0.5em !important;
}