battle programmers alliance
Would you like to react to this message? Create an account in a few clicks or log in to continue.

battle programmers allianceLog in

the LivinGrimoire Artificial General Intelligence software design pattern forum

descriptionkotlin bbcode for code snippet pasting custom BB code Emptykotlin bbcode for code snippet pasting custom BB code

more_horiz

kotlin bbcode for code snippet pasting custom BB code for forums (including xenforo)


paste the codes in the custon bb code HTML replacement field

kotlin :

Code:

<div class="bbWrapper"><div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
   <div class="bbCodeBlock-title">
      kotlin:
   </div>
   <div class="bbCodeBlock-content" dir="ltr">
      <pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang="java"><code>{text}</code></pre>
   </div>
</div></div>


matrix bbcode (black background with green text) :

Code:

<div class="bbWrapper"><div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div style="background-color:black;color:green;font-family: Helvetica">
{text}
</div>
</div></div>


dark bb code (black BG white text)

Code:


<div style="background-color:black;color:white;">
{text}
</div>


hidden message bbcode (bg color as text color)

Code:

<div style="background-color:black;color:black;">
{text}
</div>


:cheers:
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum
power_settings_newLogin to reply