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.

Lines half-rounded

3 posters

Go down

Solved Lines half-rounded

Post by petros_7 August 1st 2011, 12:31 pm

Çé, I want to tell me how to do all lines half-rounded

example

Lines half-rounded Screen10

I have phpbb2

Thank you!!!
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Solved Re: Lines half-rounded

Post by Nera. August 1st 2011, 12:37 pm

Hi,

Add this to CSS
Code:
.bodyline {border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Lines half-rounded

Post by LH Justin August 1st 2011, 12:46 pm

Nera. wrote:Hi,

Add this to CSS
Code:
.bodyline {border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
Firefox dropped the "-moz."
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

Solved Re: Lines half-rounded

Post by petros_7 August 1st 2011, 12:48 pm

Ok thank you but it work only this

Lines half-rounded Screen11

I want it gadgets and categories...
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Solved Re: Lines half-rounded

Post by Nera. August 1st 2011, 12:51 pm

Code:
.forumline {
border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Lines half-rounded

Post by petros_7 August 1st 2011, 12:54 pm

ok nice!!Thank you again!
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Solved Re: Lines half-rounded

Post by Nera. August 1st 2011, 12:55 pm

Solved ~ Locked
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