Office Live Small Business Community Forums

Custom web site colors...

Last post 08-20-2008 10:37 PM by thereshegoes. 29 replies.
Page 1 of 2 (30 items) 1 2 Next >
Sort Posts:
08-19-2008 8:44 PM
thereshegoes Joined on 08-19-2008 Posts 21
Custom web site colors...

I am trying to change the colors to custom colors that I have picked out but when I enter my CSS code into the style sheet, nothing happens. Is there something wrong with this code???

.BG_Base {background:5F5549;}
.BG_Light,  .MSC_PrimaryNavRightSpace, .MSC_PrimaryNavBottomSpace, .MS_MasterLeftNav,.MSC_DisplayDataTable th {background:897B69;}
.F_Light {color:897B69;}
.BG_Mid, .MSC_PrimaryNavFrame, .MSC_SecondaryNavLeftSpace, .MSC_SecondaryNavTopSpace {background:C9D8B3;}
.F_Mid, .MSC_DisplayDataRepeatingForm table td hr {color:C9D8B3;}
.MSC_DisplayDataTable th, .MSC_DisplayDataTable, .MSC_DisplayDataTable td {border:1px solid C9D8B3;}
.BG_Dark, .MSC_HeaderFrame, .MSC_FooterFrame {background:D9E8C2;}
.F_Dark {color:D9E8C2;}
.BG_CompLight, .MSC_PrimaryNavLinkFrame-On, .MSC_SecondaryNavFrame {background:C9D8B3;}
.F_CompLight {color:C9D8B3;}
.BG_CompMid {background:5F5549;}
.F_CompMid {color:5F5549;}
.BG_CompDark {background:897B69;}
.F_CompDark, .MSSB_Price {color:897B69;}

 I got the code from using this website

Any help would be greatly appreciated!

08-19-2008 8:52 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...

 Need to add a # to the cod, i.e. instead of 

.BG_Base {background:5F5549;}

do this:

.BG_Base {background:#5F5549;}

Anyway, a much better and easier way to create your own color theme is to use OLColorizer

Royster

08-19-2008 9:00 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

Thanks for the tip!

 

How much does it cost to use??

08-19-2008 9:04 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

I entered the code and it worked ok but didn't get rid of the previous colors... and not all of the colors that I chose showed up on the website.

08-19-2008 9:07 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...
08-19-2008 9:30 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

Thanks, I'll check it out right now! And if it works as well as I hope, will definitely give a donation.

08-19-2008 9:32 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

When I try to use your site, there seems to be an ad in the middle of the screen that I can't close out. Or is that part of it? Do I need to download something?

08-19-2008 9:37 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...

 Right. There's an ad, but it should be off to a corner (or along the bottom of the page). You will need to maximize your browser for a full view. BTW, which browser are you using and what is your screen size.

Royster

08-19-2008 9:41 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

I'm using window internet explorer and I'm not sure what the screen size is. Is there a way to check that out?

08-19-2008 9:42 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...

Right.  Are you using IE6 or IE7? When you maximize the browser window,is the box at the bottom still in the middle or has it shifted slightly to the left?

Royster

08-19-2008 10:14 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

I believe that I'm using IE7. When I maximize the window, the box is slightly to the left.

08-19-2008 10:19 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...
08-19-2008 10:34 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

Thank you so much for your help, I really appreciate it!

 When I get to your site though, the bottom box is in the middle of the page. Is there a way for me to fix this?

08-19-2008 10:36 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: Custom web site colors...
08-19-2008 10:42 PM In reply to
thereshegoes Joined on 08-19-2008 Posts 21
Re: Custom web site colors...

Your great, thank you!

 I'll get to work right now and let you know when I'm done!

Advertisement