System Shock Wiki
System Shock Wiki
mNo edit summary
mNo edit summary
Line 26: Line 26:
 
-o-transition: all 300ms;
 
-o-transition: all 300ms;
 
transition: all 300ms;
 
transition: all 300ms;
text-shadow: 0px 0px 1px #00EE00;
+
text-shadow: 0px 10px 0px #00EE00;
 
color: #00EE00;
 
color: #00EE00;
 
}
 
}

Revision as of 05:03, 26 March 2021

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