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.

code for borders

3 posters

Go down

code for borders Empty code for borders

Post by jaunadzive16 October 10th 2010, 10:23 pm

what is css code for big borders around all forum?? or maybe can i setup it in other place?? plz hel people!! i want border around my all forum,because my forum size is 85% and now i need border aroun it.
avatar
jaunadzive16
Forumember

Posts : 100
Reputation : 0
Language : bulgaria

Back to top Go down

code for borders Empty Re: code for borders

Post by Saxaca October 10th 2010, 10:24 pm

Code:
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

That?
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

code for borders Empty Re: code for borders

Post by jaunadzive16 October 10th 2010, 10:29 pm

no its only for topics !! i need for all forum around!! just i have 85% forum .

there is example: http://ipokerlv.com/
i need like that!!
avatar
jaunadzive16
Forumember

Posts : 100
Reputation : 0
Language : bulgaria

Back to top Go down

code for borders Empty Re: code for borders

Post by Guest October 10th 2010, 10:48 pm

Phpbb2
Code:

.bodyline{
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
   }

Phpbb3
Code:

#wrap {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
   }
avatar
Guest
Guest


Back to top Go down

code for borders Empty Re: code for borders

Post by jaunadzive16 October 10th 2010, 11:05 pm

ok but i forgot where i need write these codes??
avatar
jaunadzive16
Forumember

Posts : 100
Reputation : 0
Language : bulgaria

Back to top Go down

code for borders Empty Re: code for borders

Post by Maki1 October 10th 2010, 11:44 pm

jaunadzive16 wrote:ok but i forgot where i need write these codes??

Hello,

A-CP => Display >> Pictures and Colors >> Colors >> CSS Stylesheet put the code there and save
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Back to top

- Similar topics

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