Jump to content

Recommended Posts

Posted

AdminCP --> Look & Feel --> tema ta --> tabul CSS --> ipb_styles.css aici cu ctrl cauti Board_stats si modifici tot ce ai acolo pana la .statistics { cu asta :

/* board stats */
#board_stats ul{text-align:center}
#board_stats li{
    margin-right:20px;
    background:rgba(255,255,255,0.1);
    padding-right:6px;
    border-radius:3px;
    box-shadow:inset 0px 0px 0px red;
    transition:all .6s ease-in-out;cursor:pointer;
    }
    
#board_stats li:hover{
    box-shadow:inset 0px 50px 0px #2b2b2b}
    
#board_stats .value{
    display:inline-block;
    background:#2b2b2b;
    color:#fff;
    text-shadow:rgba(0,0,0,0.8) 0px -1px 0px;
    padding:7px 12px;
    font-weight:bold;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
    transition:all .6s ease-in-out;
    box-shadow:inset 0px 0px 0px #2b2b2b;
    margin-right:4px
}
    
#board_stats li:hover .value{box-shadow:inset 0px -50px 0px red}

 

  • Upvote 3
Posted

ACP>> look*feel>> tema ta>> BoardindexTemplate cauta 

<ul class="ipsList_inline right">
  <li class='clear'>
				{IPSMember::makeProfileLink( $stats['info'] 
    etccccc

in loc de right schimba cu left.

  • Upvote 1

 

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.