• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.

Custom BBcodes XML


🦊 DNSProxy Layer 7 DDOS Protection 🥷 / DMCA Ignored 🫡 / Advanced Browser Checks 🕸

XMAN

Well-known member
Joined
Jul 12, 2021
Messages
33,393
Reaction score
248
Points
63
XML:
XML:

Code:
<?xml version="1.0" encoding="utf-8"?>
<bb_codes>
  <bb_code bb_code_id="vip" bb_code_mode="replace" has_option="no" trim_lines_after="0" plain_children="0" disable_smilies="0" disable_nl2br="0" disable_autolink="0" allow_empty="0" allow_signature="0" editor_icon_type="fa" editor_icon_value="fa-user-secret" title="VIP:">
    <desc><![CDATA[VIP - Content]]></desc>
    <example><![CDATA[[vip]test[/vip]]]></example>
    <output><![CDATA[]]></output>
    <replace_html><![CDATA[<div class="vip-title">VIP</div>
<div class="vip-code">{text}</div>
]]></replace_html>
    <replace_html_email><![CDATA[]]></replace_html_email>
    <replace_text><![CDATA[]]></replace_text>
  </bb_code>
</bb_codes>

CSS:

CSS:

Code:
.vip-title {
padding: 12px 20px;
    font-size: 13px;
    color: #618931;
    background: rgba(245,245,245,0.83);
        border: 1px solid #e7e7e7;
    border-left: 3px solid #618931;
}


.vip-title:before {
    content: "\f05a";
    display: inline-block;
    color: #262384;
    text-align: left;
    font-family: "Font Awesome 5 Pro";
    padding-right: 7px;
}


.vip-code {
       position: relative;
    padding: 12px 20px;
    max-height: 300px;
    max-height: 70vh;
    overflow: auto;
        display: flow-root;
    margin: .5em 0;
    background: rgba(240,240,240,0.83);
    border: 1px solid #e7e7e7;
    border-left: 3px solid #618931;
}

Continue reading...
 
Top