Jump to content

Recommended Posts

Posted (edited)

Jos la statistici (members , posts , new member ) am bagat un transition si nu imi merge ..... Va rog spuneti-mi ce sa fac ... ca nu functioneaza 

Cod 

/* 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 rgba(139,0,0,0.7);
    transition: all 1s ease-in-out;
cursor:pointer ;
}

	#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 1s ease-in-out)
    box-shadow: inset 0px 0px 0px rgba(139,0,0,0.5);
    margin-right: 4px;
}

 

Edited by Dang3r

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.