The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need few codes...

2 posters

Go down

Need few codes... Empty Need few codes...

Post by zaichik. June 12th 2012, 10:39 am

Hello, I'm making forum and I need that to be mooooore cool, so I need few codes.

1. When mouseover the image slowly gets little bit lighter

2. How to make home, portal and etc. button in this font
Need few codes... B90ab46a9b4b2bfee696ded8a9e8e9b0829

But it's still must work these codes too (in same forum):

3. Need few codes... 1b3e1a59cd2b979bc8a38b5103f9b9e089
1) Category font is like this
2) Sub-forum font is like this and with big spaces like in image

4. Need few codes... A2580ef36e4bec1e6b5ebc6520b0b7f0307
Who's online font like this.

5. Need few codes... C523468346af26c5f56caa32a4d9c1c2162
1) Those lines , or simular lines in the sub ...
2) (don't need it)

If u know any of codes - please , tell me !

And this is my forum:
http://cherrybomb.omgforum.net/
zaichik.
zaichik.
Forumember

Female Posts : 28
Reputation : 0
Language : Lithuanian

Back to top Go down

Need few codes... Empty Re: Need few codes...

Post by runawayhorses June 12th 2012, 11:10 am

zaichik. wrote:1. When mouseover the image slowly gets little bit lighter

Add these to your css stylesheet:

You can change the "opacity" values to your liking.

This is for your navigation buttons:

Code:
.navbar .navlinks img{
    opacity:1.0;
    filter:alpha(opacity=100);}

    .navbar .navlinks img:hover{
    opacity:0.6;
    filter:alpha(opacity=60);}

This is for your Reply buttons:

Code:
.topic-actions .buttons a img:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
    }

    .topic-actions .buttons a img{
    opacity: 0.6;
    filter: alpha(opacity=60);
    }
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Need few codes... Empty Re: Need few codes...

Post by zaichik. June 12th 2012, 12:08 pm

nothing happened D:
zaichik.
zaichik.
Forumember

Female Posts : 28
Reputation : 0
Language : Lithuanian

Back to top Go down

Need few codes... Empty Re: Need few codes...

Post by runawayhorses June 12th 2012, 12:26 pm

I guess they don't work for phpbb2 then. They do however work for phpbb3.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Need few codes... Empty Re: Need few codes...

Post by zaichik. June 12th 2012, 1:19 pm

i made my forum phpBB3. Still nothing.
zaichik.
zaichik.
Forumember

Female Posts : 28
Reputation : 0
Language : Lithuanian

Back to top Go down

Need few codes... Empty Re: Need few codes...

Post by runawayhorses June 12th 2012, 1:46 pm

lol, well sorry I can't help you then.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum