Nonograms Katana Wiki

Are you new to wikis?
Do you have trouble navigating the wiki?
Check this page.

READ MORE

Nonograms Katana 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.
/* CSS placed here will be applied to all skins */

/* Add some styling on a certain page */
.page-Sandbox_page h1 {
    background-color: yellow;
}

/*What the link looks like when you're hovering on it*/
.page-Sandbox_page a:hover {
		background-color: pink;
}

/*I wanted to implement tooltips for items, but it would only work on
desktop, so it doesn't really make sense. Also there's a lor of
code to read and learn.*/
Advertisement