MyBB Community Forums

Full Version: IPB Board Statistic Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was just trying to add these tutorial

http://community.mybb.com/thread-112047.html

i edited the templates.

i tried to find this code in global.css

.thead a:hover, .thead a:active {
    transition: .2s linear;
    -moz-transition:.2s linear;
    -webkit-transition:.2s linear;
    text-decoration: underline;
}

But i dint had it and had this code.

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}


i added this code.

.stats {
-webkit-box-shadow: inset 20px 58px 20px 70px #538297;
-moz-box-shadow: inset 20px 58px 20px 70px #538297;
box-shadow: inset 20px 58px 20px 70px #538297;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:50px;
color: #ffffff;
font-size: 17px;
padding: 3px 8px;

}

under the tead.hover.

and this code under the following code.

.stats:hover {
color: #80d0cd;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;

}

its not working.

QUOTED :


Quote:Add Under this code

Code:
.stats {
-webkit-box-shadow: inset 20px 58px 20px 70px #538297;
-moz-box-shadow: inset 20px 58px 20px 70px #538297;
box-shadow: inset 20px 58px 20px 70px #538297;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:50px;
color: #ffffff;
font-size: 17px;
padding: 3px 8px;

}

Resize The text next to it:
Add under this class:

Code:
.stats:hover {
color: #80d0cd;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;

}


do i have to add .stats under hover code ?

how to resize the text next to it ? what does it means ?

Add under this class:

Code:
.stats:hover {
color: #80d0cd;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;

}

where to add this code ?

PLEASE HELP.
Why was this question not posted as a reply to the poster of the tutorial ? He would probably be the best person to help....

cud u just answer here please ?
bump,please help,BUMP BUMP BUMP