Accordion BB Code Styling

Status
Not open for further replies.

Absyinthe_Artica

Creator of Worlds
Original poster
FOLKLORE MEMBER
Invitation Status
  1. Not accepting invites at this time
Posting Speed
  1. One post per day
  2. 1-3 posts per week
  3. One post per week
Online Availability
Everyday
Writing Levels
  1. Intermediate
  2. Adept
  3. Advanced
  4. Adaptable
Preferred Character Gender
  1. Male
  2. Female
Genres
Fantasy, Modern, Magical, Sc-fi, Horror, Steampunk, anything really
I was wondering if there is anyway to add CSS code to the accordion BB Code here on Iwaku? I'd like to be able to change the colors and the shape of the accordion tabs. Is this possible at all? Thank you!
 
I don't think CSS is compatible with Iwaku o.o

EDIT: This may work:

Basic:
Code:
[accordion=50%]{slide=left | [bg=#ccdd88][b][COLOR=#778833][size=5]Text[/size][/COLOR][/b][/bg]}Blurb{/slide}
[/accordion]


Output:
[bg=#ccdd88]Text[/bg]
Blurb


Added Background:

Code:
[bg=#ccdd88][accordion=50%]{slide=left | [bg=#ccdd88][b][COLOR=#778833][size=5]Text[/size][/COLOR][/b][/bg]}[bg=#ccdd88]Blurb[/bg]{/slide}
[/accordion][/bg]


Output:
[bg=#ccdd88]
[bg=#ccdd88]Text[/bg]
[bg=#ccdd88]Blurb[/bg]
[/bg]


Added Background, No Border:
Code:
[bg=#ccdd88][
[border=0px solid #ccdd88]
][accordion=50%]{slide=left | [bg=#ccdd88][b][COLOR=#778833][size=5]Text[/size][/COLOR][/b][/bg]}[bg=#ccdd88]Blurb[/bg]{/slide}
[/accordion][/border][/bg]


Output:
[bg=#ccdd88][border=0px solid]
[bg=#ccdd88]Text[/bg]
[bg=#ccdd88]Blurb[/bg]
[/border][/bg]

Unfortunately, I can't seem to be able to remove the border on Iwaku.

Contained Background:

Code:
[accordion=50%]{slide=left | [bg=#ccdd88]Text[/bg]}[bg=#ccdd88]Blurb[/bg]{/slide}
[/accordion]


Output:
[bg=#ccdd88]Text[/bg]
[bg=#ccdd88]Blurb[/bg]


You can find a tutorial, and more information, on it here :3
 
Last edited:
  • Useful
Reactions: Rin Mico
Thank you! I will definitely try this out!
 
No problem :3
 
Status
Not open for further replies.