[Style][mindmap] How to apply multiple class ( css ) on a node ?

0 votes
asked Jul 9, 2024 in Question / help by kasra (1,080 points)

Hi,

@startmindmap
<style>
 .c1{
BackgroundColor lightgreen
}

 .c2{
fontsize 26
}

</style>

+ hello<<c1>>
++ ok

@endmindmap

If I want to apply c1 and c2 style on the root, is it possible ?

I tried 

  • + hello<<c1>><<c2>>
  • + hello<<c1 c2>>
  • + hello<<c1,c2>>
  • + hello<<c1;c2>>
But no result...
I would like to apply multiple classes on a node; like in HTML with CSS class
Thanks for your help.

1 Answer

0 votes
answered Jul 9, 2024 by The-Lu (76,620 points)
selected Jul 10, 2024 by kasra
 
Best answer

Hello K.,

Thanks for your request, that is not yet implemented...

See similar request or wanted feature here:

Regards,
Th.

commented Jul 10, 2024 by kasra (1,080 points)
as always thanks man ;-)

I hope that this feature will be soon implemented by the plantuml team.
...