User:Foxbite/common.css

From Team Fortress Wiki
< User:Foxbite
Revision as of 21:59, 18 January 2022 by Foxbite (talk | contribs) (testing (is dumb))
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* hmmm am I doing this right */
.navimg {
	filter: grayscale(0.8);
	-webkit-filter: grayscale(0.8);
	-moz-filter: grayscale(0.8);
	-o-filter: grayscale(0.8);
	-ms-filter: grayscale(0.8);
/*	transition: all 0.23s ease; */
}
.navimg:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}


/* trollage */

::-webkit-scrollbar-thumb:hover {
	background-color:#FFD580;
}
::-webkit-scrollbar-thumb:active {
	background-color:#F3A957;
}