Jump to content

Recommended Posts

Posted

m05psyw.png

 

Cum pot scoate acest background de dupa numere, si eventual daca imi puteti spune cum sa si adaug o culoare textului

<if test="showTotals:|:$this->settings['show_totals']">
    <div id='board_stats'>        
        <ul class='ipsType_small ipsList_inline'>
            <li class='clear'>
                                <i class="fa fa-comments"></i> {$this->lang->words['total_posts']} :
                <span class='value'>{$stats['info']['total_posts']}</span>
            </li>
            <li class='clear'>
                <i class="fa fa-users"></i> {$this->lang->words['total_members']} :
                <span class='value'>{$stats['info']['mem_count']}</span>
            </li>
            <li class='clear'>
                <i class="fa fa-user-plus"></i> {$this->lang->words['newest_member']} :
                {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}
            </li>
            <li class='clear' data-tooltip="{$stats['info']['most_time']}">
                <i class="fa fa-line-chart"></i> {$this->lang->words['online_at_once']} :
                <span class='value'>{$stats['info']['most_online']}</span>
            </li>
        </ul>
    </div>
</if>

 

Posted

Pentru text cauti in ipb_styles.css 

#board_stats li { margin-right: 20px; }

unde adaugi color:red; sau ce culoare vrei si o sa arate asa 

#board_stats li { margin-right: 20px; color:red; }

 

 

Posted
12 hours ago, Lau ^_^ said:

#board_stats .value {
    background: #303030;
}

Schimba codul #303030 cu ce ciloare vrei 

 

Solved.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.