Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
Advertisement

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.
/* Temp fix to make Expand Templates textboxes wider; I notice it widens the search box too though... */
.oo-ui-textInputWidget {
    max-width:none; 
}

/* Override the padding on the sidebar always; orig: padding-left: 0.5em */
@media screen and (min-width: 982px) {
    #mw-panel {
        padding-left: 0px; 
    }
}

/* Override the background positioning to make the left side of the tabs gradient bordering visible; orig was both: right bottom 
   Also need display none for emptyPortlet so it doesn't show if no tab, e.g. special page next to search bar
*/
@media screen {
    div.vectorTabs {
        background-position: bottom left;
    }

    div.vectorTabs ul {
        background-position: right bottom;
    }
    div.emptyPortlet {
        display: none; 
    }
}

/* Fix search bar icon color/image */
@media screen {
    div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton {
        background-image: url(http://wiki-stage.cloudapp.net/skins/Vector/images/search-ltr.png?28a55);
        background-image: -webkit-linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20width%3D%2212%22%0A%20%20%20height%3D%2213%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20inkscape%3Aversion%3D%220.48.4%20r9939%22%0A%20%20%20sodipodi%3Adocname%3D%22search-ltr.svg%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata14%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs12%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20objecttolerance%3D%2210%22%0A%20%20%20%20%20gridtolerance%3D%2210%22%0A%20%20%20%20%20guidetolerance%3D%2210%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221017%22%0A%20%20%20%20%20id%3D%22namedview10%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2218.153846%22%0A%20%20%20%20%20inkscape%3Acx%3D%22-2.5932203%22%0A%20%20%20%20%20inkscape%3Acy%3D%228.7033898%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%20%2F%3E%0A%20%20%3Cg%0A%20%20%20%20%20stroke-width%3D%222%22%0A%20%20%20%20%20stroke%3D%22%236c6c6c%22%0A%20%20%20%20%20fill%3D%22none%22%0A%20%20%20%20%20id%3D%22g4%22%0A%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22M11.29%2011.71l-4-4%22%0A%20%20%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%3Ccircle%0A%20%20%20%20%20%20%20cx%3D%225%22%0A%20%20%20%20%20%20%20cy%3D%225%22%0A%20%20%20%20%20%20%20r%3D%224%22%0A%20%20%20%20%20%20%20id%3D%22circle8%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
        background-image: -webkit-linear-gradient(transparent,transparent),url(http://wiki-stage.cloudapp.net/skins/Vector/images/search-ltr.svg?d3c87)!ie;
        background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20width%3D%2212%22%0A%20%20%20height%3D%2213%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20inkscape%3Aversion%3D%220.48.4%20r9939%22%0A%20%20%20sodipodi%3Adocname%3D%22search-ltr.svg%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata14%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs12%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20objecttolerance%3D%2210%22%0A%20%20%20%20%20gridtolerance%3D%2210%22%0A%20%20%20%20%20guidetolerance%3D%2210%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221017%22%0A%20%20%20%20%20id%3D%22namedview10%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2218.153846%22%0A%20%20%20%20%20inkscape%3Acx%3D%22-2.5932203%22%0A%20%20%20%20%20inkscape%3Acy%3D%228.7033898%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg2%22%20%2F%3E%0A%20%20%3Cg%0A%20%20%20%20%20stroke-width%3D%222%22%0A%20%20%20%20%20stroke%3D%22%236c6c6c%22%0A%20%20%20%20%20fill%3D%22none%22%0A%20%20%20%20%20id%3D%22g4%22%0A%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22M11.29%2011.71l-4-4%22%0A%20%20%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%20%2F%3E%0A%20%20%20%20%3Ccircle%0A%20%20%20%20%20%20%20cx%3D%225%22%0A%20%20%20%20%20%20%20cy%3D%225%22%0A%20%20%20%20%20%20%20r%3D%224%22%0A%20%20%20%20%20%20%20id%3D%22circle8%22%0A%20%20%20%20%20%20%20style%3D%22stroke%3A%23f4f26b%3Bstroke-opacity%3A1%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
        background-image: linear-gradient(transparent,transparent),url(http://wiki-stage.cloudapp.net/skins/Vector/images/search-ltr.svg?d3c87)!ie;
        background-image: -o-linear-gradient(transparent,transparent),url(http://wiki-stage.cloudapp.net/skins/Vector/images/search-ltr.png?28a55);
        background-position: center center;
        background-repeat: no-repeat;
}

/* 
  Make images not clear below infoboxes and the like.
  However, though it removes a lot of empty space to the left of these images 
  and make images not be pushed down from the section to which they relate, on
  some pages the text may be cramped with both an infobox and image taking the
  right half of the line/paragraph/screen.
  Note: However, for images that would partway overlap an infobox, gets
        positioned oddly to the left of the infobox (still, not so bad), but 
        then for two images arranged one on tp of the other, it now changes to
        side by side
  Note: Great Fairy with TOC hidden is prime example for this and related 
        Also Chain Chomp as well
  Note: Putting Template:Clear may make sure images don't shift next to the 
        wrong set of text (since, if I still remember right, the infobox pushes 
        it downward), it causes huge gaps (again, see Great Fairy with TOC 
        hidden)
  Element specific:
        * tleft, tright refer to images with border?
        * div.floatleft, div.floatright refer to those with no border?
        * table. ... refers to tables I suppose?
        * Adding h4 in there should fix the issue of the Fat Fairy heading not 
          aligned fully to the left (due to the image BOTH(?) above and below 
          (See: User:KokoroSenshi/Sandbox/Great Fairy (Image Spacing Testing) 
          oldid=465438)
*/

/* Prevents images clearing (aka from having an invisible horizontal wall extending)
div.tleft,  div.floatleft,  table.floatleft, 
div.tright, div.floatright, table.floatright {
    clear: none;
}
*/

/* Supposed to clear the div just inside a div with class noClearInner? https://css-tricks.com/child-and-sibling-selectors/ */
div.noClearInner > div {
    clear: none;
}

/* Fix these headings being indented due to images */
h4 {
    clear: left;
}

/*
  Note to self: TOC was hidden when logged in due to a preference option (which I somehow missed every prior time I had checked...)
  Will be removed if update MW version:  https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F
  Also, a cookie is used to retain show/hide status of contents
*/
Advertisement