Star Wars Roleplay: Chaos

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Request Tab editing

Hello all!

So I typically do just fine with these sorts of things - I use ChatGPT and some basic CSS to edit my Div codes. After some trial and error, you can do some pretty cool things. However, I'm completely unable to edit the style and appearance of my tabs and slides.

  • PLACEHOLDER
  • PLACEHOLDER
  • PLACEHOLDER


Anyone have any code for this? Even just coloring the font or changing the gray to another color? Every variation I try just collapses the tab Example: I've tried things along the lines of [slide=NAME; color=#HEXCODE] and other variations.

Any suggestions?
 
The untoggled tab button will always be the same grey, but when toggled it'll take on some sense of the colour of the background behind it - appears to be some degree of transparency in that state.

Also, you should be able to colour the button's text itself, directly, with the color bbcode, nested inside of the slide bbcode, e.g.:

[SLIDE=PLACEHOLDER][COLOR=rgb(84, 172, 210)]PLACEHOLDER[/COLOR][/SLIDE]

Managing it within the slide bbcode like you show doesn't appear to work.

But in practice you'd actually be using [SLIDE_HEADER] for the buttons, then [SLIDE] for the content of the slide, to do this:

[TABS][SLIDE_HEADER][COLOR=rgb(84, 172, 210)]PLACEHOLDER[/COLOR][/SLIDE_HEADER][SLIDE] content 1 [/SLIDE][SLIDE_HEADER][COLOR=rgb(84, 172, 210)]PLACEHOLDER[/COLOR][/SLIDE_HEADER][SLIDE] content 2 [/SLIDE][/TABS]

output:

  • content 1
  • content 2
 
Last edited:

Users who are viewing this thread

Top Bottom