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;
}

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;
	color: #00EE00;
}

/*****Custom cursor *****/
/* Cursor */
* {
    cursor: url('/wiki/Special:FilePath/SS2_cursor_transparent_medium2.png'), pointer !important;
}

a:hover {
    cursor: url('/wiki/Special:FilePath/SS2_cursor_transparent_medium2.png'), pointer !important;
}

a.new:hover {
    cursor: url('/wiki/Special:FilePath/SS2_cursor_transparent_medium2.png'), pointer !important;
}
Advertisement