Death Road To Canada Wiki
Advertisement

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.
#WikiaMainContent,#PageHeader,#WikiaRail { text-shadow: 1px 1px 2px #333333; }

a[href="/wiki/User:NekoJadey"]  { color:purple !important; font-weight: bold !important; }

.flashing {
   /* Chrome, Safari, Opera */
  -webkit-animation: flashing 0.3s infinite; 
   /* Internet Explorer */
  -ms-animation: flashing 0.3s infinite;
  /* Standar Syntax */
  animation: flashing 0.3s infinite; 
  font-weight: bold; 
 }
/* Chrome, Safari, Opera */
@-webkit-keyframes flashing{
	0%{color: #ee0044;}
	50%{color: yellow;} 
	100%{color: #ee0044;}
}
/* Internet Explorer */
@-ms-keyframes flashing{
	0%{color: #ee0044;}
	50%{color: yellow;} 
	100%{color: #ee0044;}
}
/* Standard Syntax */
@keyframes flashing{
	0%{color: #ee0044;}
	50%{color: yellow;} 
	100%{color: #ee0044;}
}
.rainbow {
   /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 1.2s infinite; 
  /* Internet Explorer */
  -ms-animation: rainbow 1.2s infinite; 
  /* Standar Syntax */
  animation: rainbow 1.2s infinite; 
  text-transform: uppercase;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
  0%{color:orange;}
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
}
/* Internet Explorer */
@-ms-keyframes rainbow{
  0%{color:orange;}
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
}
/* Standar Syntax */
@keyframes rainbow{
  0%{color:orange;}
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
}
Advertisement