Funky Nested Glow Highlights.
It turns out you can do half highlights, nested highlights in BBCode. The highlight and the text inside of it have a property tag called: SIZE
You can set the size of the highlight and the text separate. Once you set different sizes, you will get all kinds of highlight options.
Here is an example of a simple Highlight Glow:
.Road To Russia For My Soccer Country.
[size=19pt][glow=teal,2][color=transparent].[color=#fff]Road To Russia For My Soccer Country[color=transparent].[/glow][/size]
Easy, but now look what happens to the word Russia if we break it letter by letter and apply separate highlight to each letter:
.R..U..S..S..I..A.
[size=24pt][glow=navy,2][color=transparent].[color=#fff]R[color=transparent].[/glow][/size]
[size=24pt][glow=red,2][color=transparent].[color=#fff]U[color=transparent].[/glow][/size]
[size=24pt][glow=white,2][color=transparent].[color=red]S[color=transparent].[/glow][/size]
[size=24pt][glow=navy,2][color=transparent].[color=#fff]S[color=transparent].[/glow][/size]
[size=24pt][glow=red,2][color=transparent].[color=#fff]I[color=transparent].[/glow][/size]
[size=24pt][glow=white,2][color=transparent].[color=red]A[color=transparent].[/glow][/size]
Now let's replace the word Russia in the first GLOW with our Letter by Letter Glow
.Road To .R..U..S..S..I..A. For My Soccer Country.
[size=19pt][glow=teal,2][color=transparent].[color=#fff]Road To [size=24pt][glow=navy,2][color=transparent].[color=#fff]R[color=transparent].[/glow][/size][size=24pt][glow=red,2][color=transparent].[color=#fff]U[color=transparent].[/glow][/size][size=24pt][glow=white,2][color=transparent].[color=red]S[color=transparent].[/glow][/size][size=24pt][glow=navy,2][color=transparent].[color=#fff]S[color=transparent].[/glow][/size][size=24pt][glow=red,2][color=transparent].[color=#fff]I[color=transparent].[/glow][/size][size=24pt][glow=white,2][color=transparent].[color=red]A[color=transparent].[/glow][/size] For My Soccer Country[color=transparent].[/glow][/size]
All I did was replaced the word Russia with other BBCode letter by letter.
Now, this is the trick I wanted to show you: Hightlight bottom or top of the word
.Soccer World CUP.
[size=19pt][glow=teal,2][color=transparent].[color=#fff]Soccer World CUP[color=transparent].[/glow][/size]
Now we take the word World and create a separate highlight for it with smaller highlight size (7 as oppose to 19), but keeping the text at 19:
.World.
[size=7pt][glow=blue,2][color=transparent].[color=red][size=19pt]World[/size][color=transparent].[/glow][/size]
Now let's replace the ward World with our new World in the example above:
.Soccer .World. CUP.
[size=19pt][glow=teal,2][color=transparent].[color=#fff]Soccer [size=7pt][glow=blue,2][color=transparent].[color=red][size=19pt]World[/size][color=transparent].[/glow][/size] CUP[color=transparent].[/glow][/size]
Letter Funky Glow Highlight Example:
.Blockchain .S. tarted. Signature. Madness.
[size=19pt][glow=teal,2][color=transparent].[color=#fff]Blockchain [size=25pt][glow=red,2][color=transparent].[color=#fff][size=19pt]S[/size][color=transparent].[/glow][/size] tarted[size=7pt][glow=red,2][color=transparent].[color=#fff][size=19pt] Signature[/size][color=transparent].[/glow][/size] Madness[color=transparent].[/glow][/size]
Single Letter Funky Glow Highlight Example:
.S.ome funky Glows
[size=12pt][glow=red,2][color=transparent].[color=teal][size=29pt]S[/size][color=transparent].[/glow][/size]ome funky Glows
You can let your imagination go.