System Shock Wiki
Advertisement
System Shock Wiki

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.
a.tag {
    color: inherit;
}

/*****Custom cursor *****/
/*Global cursor */
body {
  cursor: url('/wiki/Special:FilePath/SS2_cursor_transparent_medium2.png'), pointer; 
}
/*Link cursor */
a:hover {
  cursor: url('/wiki/Special:FilePath/SS2_cursor_transparent_medium2.png'), pointer; 
}

a {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-shadow: 0px 0px 2px #009900;
	color: #009900;
}
Advertisement