MyBB Community Forums

Full Version: Animated Rainbow Usernames
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
is tutorial working for mozila 10 i'm testing it and not working in mozilla 26 Smile
doesnt work for 1.8.6
The following errors were encountered:
You can't use script, meta or base tags in the username style.
yup, (i think) this tutorial is outdated and doesn't work for 1.8.
Hi to all
you can go and use [For 1.8] Animated Rainbow or shiny Usernames  for mybb 1.8 .
(2012-07-07, 01:17 PM)Ariana Wrote: [ -> ]
(2012-06-05, 08:38 PM)labrocca Wrote: [ -> ]CSS 3 and HTML 5 should have a way for rainbow text other than javascript. That's my opinion.

.rainbow {
  background-image:-webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
}

That's what I'd use, having it animated would be annoying
Where should i add this code ? Please guide me i am a noob.
is this working latest version?
(2023-01-04, 04:09 PM)mybbviper Wrote: [ -> ]is this working latest version?

Its 2023, this can be done with CSS animations. A quick google search and you've got lots of examples.

But here is a fiddle I made as an example: https://jsfiddle.net/s1thc4u6/
Pages: 1 2 3 4 5