MediaWiki

Gadget-randomSearch.css

From Dogcraft Wiki

Revision as of 23:14, 3 June 2022 by Domino (talk | contribs) (Created page with "#wikiNav.expanded #randomSearch { position: absolute; right: 42px; height: 100%; padding: 0; background: none; } #wikiNav:not(.expanded) #randomSearch { display:...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

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.
#wikiNav.expanded #randomSearch {
  position: absolute;
  right: 42px;
  height: 100%;
  padding: 0;
  background: none;
}

#wikiNav:not(.expanded) #randomSearch {
  display: none;
}

#wikiSearch {
  position: relative;
}

.nav .right #wikiNav #wikiSearch #randomSearch svg {
  width: 50%;
  padding: 0 5px;
  color: #aaa;
}