Lines half-rounded
3 posters
Page 1 of 1
Lines half-rounded
Çé, I want to tell me how to do all lines half-rounded
example
I have phpbb2
Thank you!!!
example
I have phpbb2
Thank you!!!
Re: Lines half-rounded
Hi,
Add this to CSS
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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Lines half-rounded
Firefox dropped the "-moz."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;}
LH Justin- Hyperactive
- Posts : 3686
Reputation : 121
Language : English
Location : United States
Re: Lines half-rounded
- Code:
.forumline {
border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-khtml-border-radius: 10px;}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Lines half-rounded
Solved ~ Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Lines in topics
» Half Blood RPG
» How do I have a half coloured rank name like in this forum?
» Rounded border .
» Get rid of these lines!
» Half Blood RPG
» How do I have a half coloured rank name like in this forum?
» Rounded border .
» Get rid of these lines!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum