Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

MediaWiki:Common.css

From Triforce Wiki, a The Legend of Zelda wiki
Revision as of 19:07, January 7, 2020 by Results May Vary (talk | contribs)
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.
.catlinks {
	background: #f9f9f9 url(linkhead.png) no-repeat center right;
	margin-top: 10px;
}
#catlinks li {
	margin: 0.28em 0;
	line-height: 1em;
}
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.downscale img {
    max-width: 100% !important;
    height: auto !important;
}

.notice-template:not(.copyright):not(#aboutfile):not(#stub) + .notice-template:not(.copyright):not(#aboutfile):not(#stub) {
	margin-top: -0.375em !important;
}
.notice-template.copyright {
	margin: 2.5px auto;
}
.notice-template p {
	margin: 0.6em 0;
}

.mw-changeslist-legend {
  border: 1px solid #aaa;
}

fieldset {
  border: 1px solid #36592D;
}