The Rainbow BBCode let you use a bbcode that will add rainbow colours to the text.
Demo:
First part of this post.
BBCode:
Code: Select all
[rainbow]{TEXT}[/rainbow]
Code: Select all
<span class="rainbow-text">{TEXT}</span>
Code: Select all
Rainbow text: [rainbow]your text here...[/rainbow]
Code: Select all
[rainbow]Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/rainbow]
You can add it to the bottom of your styles colours.css
Code: Select all
.rainbow-text {
background-image: linear-gradient(270deg, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT
PSST! This one is already there
