The wiki is lacking in content. You can help by creating a new article. See the to do list for more ways you can help.

MediaWiki:Common.css

From Final Fantasy Wiki
Revision as of 14:45, May 20, 2020 by Tacopill (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.
/* CSS placed here will be applied to all skins */
.white-arrows.jquery-tablesorter th.headerSort {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%229%22 viewBox=%220 0 21 9%22%3E %3Cpath fill=%22%23fff%22 d=%22M14.5 5l-4 4-4-4zm0-1l-4-4-4 4z%22/%3E %3C/svg%3E");
}
.white-arrows.jquery-tablesorter th.headerSortUp {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath fill=%22%23fff%22 d=%22M6.5 4l4-4 4 4z%22/%3E %3C/svg%3E");
}
.white-arrows.jquery-tablesorter th.headerSortDown {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath fill=%22%23fff%22 d=%22M14.5 0l-4 4-4-4z%22/%3E %3C/svg%3E");
}

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;
}

div.tleft, div.tright {
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}
 /* Navigation templates */
.navbox {
    margin-top: 15px;
}
.navbox + .navbox,
.navbox .navbox {
    margin-top: 0;
}
.navbox .mw-collapsible-toggle {
    padding-right: 4px;
}
.navbox .mw-collapsible-toggle-expanded {
    padding-left: 5px;
}
.navbox.mw-collapsible tbody > tr:first-child > th:first-child {
    padding-left: 46px;
}
.navbox .mw-collapsible-toggle,
.navbox .mw-collapsible-text {
    color: white;
    font-weight: bold;
}
.navbox.light .mw-collapsible-toggle,
.navbox.light .mw-collapsible-text {
    color: black;
}

table.wikitable.black > * > tr > td, table.wikitable.black > * > tr > th {
   border:1px solid black;
}