A few questions I hope you can answer.

Get help and give out your ideas for improvement.
User avatar
Jedi40
Member of Society of the Trident Member of Artificer's Association
CreaturesTrade
Posts: 10176
Joined: May 30th, 2012, 12:48:55 am
Gender: Female
Location: Someplace on Earth

Re: A few questions I hope you can answer.

Post by Jedi40 »

ZzelaBusya wrote:
Jedi40 wrote:Thanks I will need it.

And yes I put everything in the box that you posted.

Odd why does it look like this to me ?
Spoiler
Image
*scratches head* No idea.

Ah. It looks like that by me when I make the browser window smaller. The purple background should be there for you, it's just that you cannot see it because of the window, how wide is it?
How wide is what? That is full screen on my CP. Well the right part got cut off when I cropped the pic, but the only color change is what you see posted.

Edit: I pulled the screen back and could see the rest of the bg. But that was all I could see.
User avatar
Karzarill
MagiStream Donor
Member of The Dark Brotherhood Member of Artificer's Association Member of Preservationists Association An icon depicting the element Void
CreaturesTrade
Posts: 51417
Joined: December 15th, 2010, 3:36:25 pm
Gender: Male
Location: Dragon Keep

Re: A few questions I hope you can answer.

Post by Karzarill »

Jedi40 wrote:
Shedragon wrote:Because some CSS only change the background not the whole profile, if you want one that fills out the whole profile you'll have to either make one yourself or buy one from a CSS shop.
But then why when I used ZzelaBusya's code it did not fill out the full page?
Because the background is only two areas next to the white that are the next to the profile boxes and those two colored areas you see on your screen shot. The white around the profile boxes are not part of the background that's why they didn't change color.
Last edited by Karzarill on July 22nd, 2012, 5:49:17 am, edited 1 time in total.
User avatar
Jedi40
Member of Society of the Trident Member of Artificer's Association
CreaturesTrade
Posts: 10176
Joined: May 30th, 2012, 12:48:55 am
Gender: Female
Location: Someplace on Earth

Re: A few questions I hope you can answer.

Post by Jedi40 »

Shedragon wrote:
Jedi40 wrote:
Shedragon wrote:Because some CSS only change the background not the whole profile, if you want one that fills out the whole profile you'll have to either make one yourself or buy one from a CSS shop.
But then why when I used ZzelaBusya's code it did not fill out the full page?
Because the back ground is only two areas and those two color areas you see on your screen shot. The white around the profile boxes are not part of the back ground that's why they didn't change color.
But when I used her's they did not change on mine but if you look on her profile it is much different. Mine only was around the sides when I used her full code.
Zzela
MagiStream Donor
Member of The Dark Brotherhood Member of Artificer's Association
CreaturesTrade
Posts: 14410
Joined: September 18th, 2009, 10:25:20 am
Gender: Female
Location: ON, Canada

Re: A few questions I hope you can answer.

Post by Zzela »

Jedi40 wrote:
Shedragon wrote:Because some CSS only change the background not the whole profile, if you want one that fills out the whole profile you'll have to either make one yourself or buy one from a CSS shop.
But then why when I used ZzelaBusya's code it did not fill out the full page?
Because it wasn't supposed to, it was supposed to change the main background, not everything :] Sorry if it was not clear enough.

Try this?

Code: Select all

body
{
background-color: #d2b9d3;
background-image: none;
}

#wrap
{
background-color: #d2b9d3;
}

#page-body
{
background-color: #d2b9d3;
}


.border-right, .border-left, .border-top, .border-top-left, .border-top-right
{
background-image: none;
background-color: transparent;
}
On my profile everything looked differently because it's a full profile. I copied only the background part for you back then.
User avatar
Karzarill
MagiStream Donor
Member of The Dark Brotherhood Member of Artificer's Association Member of Preservationists Association An icon depicting the element Void
CreaturesTrade
Posts: 51417
Joined: December 15th, 2010, 3:36:25 pm
Gender: Male
Location: Dragon Keep

Re: A few questions I hope you can answer.

Post by Karzarill »

You did everything right, as Zzela said she uses a full profile. If you do it right with the new coding code it'll look like Zzela's profile.
User avatar
Jedi40
Member of Society of the Trident Member of Artificer's Association
CreaturesTrade
Posts: 10176
Joined: May 30th, 2012, 12:48:55 am
Gender: Female
Location: Someplace on Earth

Re: A few questions I hope you can answer.

Post by Jedi40 »

ZzelaBusya wrote:
Jedi40 wrote:
Shedragon wrote:Because some CSS only change the background not the whole profile, if you want one that fills out the whole profile you'll have to either make one yourself or buy one from a CSS shop.
But then why when I used ZzelaBusya's code it did not fill out the full page?
Because it wasn't supposed to, it was supposed to change the main background, not everything :] Sorry if it was not clear enough.

Try this?

Code: Select all

body
{
background-color: #d2b9d3;
background-image: none;
}

#wrap
{
background-color: #d2b9d3;
}

#page-body
{
background-color: #d2b9d3;
}


.border-right, .border-left, .border-top, .border-top-left, .border-top-right
{
background-image: none;
background-color: transparent;
}
On my profile everything looked differently because it's a full profile. I copied only the background part for you back then.
That did the trick :D Looks great thanks for the help.
Zzela
MagiStream Donor
Member of The Dark Brotherhood Member of Artificer's Association
CreaturesTrade
Posts: 14410
Joined: September 18th, 2009, 10:25:20 am
Gender: Female
Location: ON, Canada

Re: A few questions I hope you can answer.

Post by Zzela »

Jedi40 wrote: That did the trick :D Looks great thanks for the help.
No problem, you are very welcome :3
User avatar
Jedi40
Member of Society of the Trident Member of Artificer's Association
CreaturesTrade
Posts: 10176
Joined: May 30th, 2012, 12:48:55 am
Gender: Female
Location: Someplace on Earth

Re: A few questions I hope you can answer.

Post by Jedi40 »

ZzelaBusya wrote:
Jedi40 wrote: That did the trick :D Looks great thanks for the help.
No problem, you are very welcome :3
I saved all the code info in case I want to change colors down the line.
Zzela
MagiStream Donor
Member of The Dark Brotherhood Member of Artificer's Association
CreaturesTrade
Posts: 14410
Joined: September 18th, 2009, 10:25:20 am
Gender: Female
Location: ON, Canada

Re: A few questions I hope you can answer.

Post by Zzela »

Jedi40 wrote: I saved all the code info in case I want to change colors down the line.
Your profile looks a little odd to me, some parts show up and look kind of weird. Did you remember to copy the last part as well? .border-right, .border-left and so on?
User avatar
Jedi40
Member of Society of the Trident Member of Artificer's Association
CreaturesTrade
Posts: 10176
Joined: May 30th, 2012, 12:48:55 am
Gender: Female
Location: Someplace on Earth

Re: A few questions I hope you can answer.

Post by Jedi40 »

ZzelaBusya wrote:
Jedi40 wrote: I saved all the code info in case I want to change colors down the line.
Your profile looks a little odd to me, some parts show up and look kind of weird. Did you remember to copy the last part as well? .border-right, .border-left and so on?
I thought I had...looks like I missed some of the code. Does it look like it should now?
Locked

Return to “Support and Suggestions”