Style Switcher
Current time: 08-02-2012, 09:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Page container rounded
03-01-2008, 05:54 PM
Post: #11
RE: Page container rounded
That just made it full width now. The page container is set to 87%, but that code isn't in the header anymore, since you told me to replace it. =P

Now it looks like this:
8 views110.92 KB

Oh, and the background color in the CSS is going over top the corners!

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-01-2008, 06:43 PM
Post: #12
RE: Page container rounded
ok...

if your code looks like this
Code:
<div class="bl"><div class="br"><div class="tl"><div class="tr">

and css
.bl {background: url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

change these classes in css to something like this
Code:
.bl {
background: url(bl.gif) 0 100% no-repeat #e68200;
width: 87%;
}
.tr {
background: url(tr.gif) 100% 0 no-repeat;
padding:35px; //(width of your corner image)
}

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
03-01-2008, 11:00 PM
Post: #13
RE: Page container rounded
Okay, looks somewhat better.

The entire forum text (everything) seems to be centered. I don't know why. Also, the background color (currently the grey) is over-riding the corner images. When I make it white, the corners disappear.
And the forum container seems to be aligned left!

10 views103.12 KB

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-01-2008, 11:12 PM
Post: #14
RE: Page container rounded
Hi,

This will fix centering text and aligning problem.
Code:
.bl {
background: url(bl.gif) 0 100% no-repeat #e68200;
width: 87%;
margin: auto auto;
text-align: left;
}
Your corner images are transparent? Your corner images need to have blue background to cover the background gray color.

example corner image from my ivgeo theme
[Image: co_b-r.png]
notice white rounded corner and the background color (some pastel color - don't know the name of that color Smile )
FirefoxWiz Wrote:Okay, looks somewhat better.

The entire forum text (everything) seems to be centered. I don't know why. Also, the background color (currently the grey) is over-riding the corner images. When I make it white, the corners disappear.
And the forum container seems to be aligned left!

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2008, 01:11 AM (This post was last modified: 07-01-2008 01:26 AM by FirefoxWiz.)
Post: #15
RE: Page container rounded
Ah. Gotcha.

I'll fix it and let you know how it turns out. Big Grin

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2008, 08:28 PM
Post: #16
RE: Page container rounded
I hope you'll figure it out! Smile

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2008, 06:51 PM
Post: #17
RE: Page container rounded
There..

http://mybbthemes.8ez.com/showthread.php?tid=1606

What do you think?

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2008, 08:27 PM
Post: #18
RE: Page container rounded
hmm it's time for me to register on your forum. Smile
Done that.

Theme looks great. You've done it.

This forum theme would go well with http://www.ronpaul2008.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2008, 08:29 PM
Post: #19
RE: Page container rounded
Thanks, Bas. Big Grin I've tried to match the colors and icons on the theme with that website. Do you really think it looks good?

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2008, 08:40 PM (This post was last modified: 09-01-2008 08:41 PM by ivgeo.)
Post: #20
RE: Page container rounded
I like it.

But the main thing is that you like it, after all you designed it.

I see you enjoy creating new themes, keep it up
don't forget to practice coding
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: