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.

5 quiestions

2 posters

Go down

5 quiestions Empty 5 quiestions

Post by kieksė February 23rd 2012, 11:00 am

I have 5 quiestions :
1.What is CSS code when you want to do this ::
http://paneles-lt.forumlt.com/
When you mouse get on photo the photo get another color / lghten / darken ?
2. How to make photo corners round with CSS ?
3. What is the thing when on the page bottom is the title of the forum ? ( I don't know how to explain that )
http://lelotsers.forumlt.com/ or http://vdlifers.ohmylife.net/
4. How to change the mouse ?
http://lollipopstars.forumlt.com/forum
5. How to add a pattern / texture like this ? (I don't know how explain that)
http://vdlifers.ohmylife.net/
Please ! ♥ P.S. My forum is PhbBB2 Wink
(sorry about my English)


Last edited by kieksė on February 23rd 2012, 12:12 pm; edited 1 time in total
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

5 quiestions Empty Re: 5 quiestions

Post by kieksė February 23rd 2012, 11:32 am

Guys ! Srsly ? Anyone knows ?
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

5 quiestions Empty Re: 5 quiestions

Post by Nera. February 23rd 2012, 11:53 am

Hi,

Please don't bump topic if it's not after 24h, it's unfair to other members. Thank you.

And please change the topic title to something related to your problem so your solution can help other members too 5 quiestions 3392635135


Question number one: to do that on a PhpBB2 forum you'll add this to CSS:

Code:
#i_logo:hover {
    opacity: 0.5;
}

Question number two: Rounded corners are added to the photo by adding this under the photos selector:

Code:
border-radius: 10px 10px 10px 10px;

Since you have not specified what photo you want to make rounded with CSS I can't give you the exact selector.

Question number three: That is just an image added to the bottom of the overall_footer template (AP> Display > Templates > Overall_footer)

Code:
<img src="http://www.part.lt/img/b5fb67a86f894d88cc6423a23cf006e9971.png" />

5 quiestions B5fb67a86f894d88cc6423a23cf006e9971

Question number four: https://help.forumotion.com/t98448-how-to-put-cursor?highlight=cursor , see Matti's post

Question number five: It depeeds on wich pattern are you reffering too, if it's the body pattern you'll add this to CSS:

Code:
body {
    background-attachment: fixed;
    background-color: #FEF7DD;
    background-image: url("http://blog.niishe.com/wp-content/uploads/blumen_beige_pattern2.jpg");
}

That's for this pattern:

5 quiestions Blumen_beige_pattern2

If it's the bodyline pattern you'll add this to CSS:

Code:
.bodyline {
    background-image: url("http://i44.tinypic.com/2nrlr8g.jpg");
}

That is for this pattern:

5 quiestions 2nrlr8g

If you have many question it's allways better to open separate topics for each one so it's easier for the users to assist you.

Hope the post helped.

Regards.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


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