Jump to content

Recommended Posts

Posted

buna ziua tuturor ma puteti ajuta si pe mine cu ceva? as dori efectul css de la butoane si de la statistici de la acesta comunitate si nustiu cum sa il fac.. 

sper sa nu fie reclama

- Mă tem că intr-o zi tehnologia va întrece umanitatea iar lumea va avea o generație de idioți !

Albert Einstein

:(

Posted

Intram in ACP>> look&feel>> selectam tema >> Tabul CSS>> ipb_styles.css>> cautam

#board_stats

Stergem tot ce incepe cu ce scrie mai sus.
 
Acum adaugam in locul acelui cod urmatoarele.

#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(242,38,19,0.7);
    transition: all .6s 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 .6s ease-in-out;
    box-shadow: inset 0px 0px 0px rgba(242,38,19,0.5);
    margin-right: 4px;
	}
#board_stats li:hover
.value{box-shadow:inset 0px -50px 0px rgba(242,38,19,0.5)}
#board_stats li:hover{box-shadow:inset 0px 50px 0px rgba(255,255,255,0.1)}

 

 

  • 4 weeks later...

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.