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.

How can i make my portal

2 posters

Go down

Solved How can i make my portal

Post by BadHaxers March 19th 2012, 8:20 pm

How can I do my portal like round edges and put a background a round it, like forumotion here's a picture

How can i make my portal Portal10

How can i do the round edges around the portal and make a background on my portal
BadHaxers
BadHaxers
Forumember

Male Posts : 34
Reputation : 1
Language : Css | HTML | Kinda Good At Graphics
Location : Modesto

http://webgraphics.forumotion.com/

Back to top Go down

Solved Re: How can i make my portal

Post by Guest March 19th 2012, 8:28 pm

Hi!

Add this code to CSS Stylesheet:
Code:
#right .module .main-head{
background-color: #FBFBFB;
border: 0px !important;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#right .module .main-head h3{
border-bottom: 1px solid #0088FF !important;
}

#right .module .main-content{
background-color: #FBFBFB;
border: 0px !important;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
Replace #right to #left if your widgets are floated on left side.
Replace #FBFBFB by background color of widgets.
avatar
Guest
Guest


Back to top Go down

Solved Re: How can i make my portal

Post by BadHaxers March 19th 2012, 9:19 pm

thanks Coddy
BadHaxers
BadHaxers
Forumember

Male Posts : 34
Reputation : 1
Language : Css | HTML | Kinda Good At Graphics
Location : Modesto

http://webgraphics.forumotion.com/

Back to top Go down

Solved Re: How can i make my portal

Post by SLGray March 20th 2012, 4:45 am

BadHaxers wrote:thanks Coddy

Topic Solved & Locked




How can i make my portal Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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