X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS Help (https://forum.x-cart.com/showthread.php?t=6149)

enge919 01-22-2004 12:36 AM

CSS Help
 
I am working on a site for a client with a totally black background in 3.5.3.

Does anyone have a list of what all the style definitions control in the CSS file?

example:

.TableSubHead {
BACKGROUND-COLOR: #EEEEEE;
}

what does TableSubHead change?

carlisleglass 01-22-2004 02:21 AM

this is the CSS Coding you need for a black background
Code:

BODY {
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
        BACKGROUND-COLOR: #000000;
}


I don't appear to have TableSubHead in my CSS.. I do have a TableHead thou which changes the colour of the top bar of the tables in the center of the page.

leon 01-22-2004 07:33 AM

Get the free version of Topstyle (or purchase it) from www.bradsoft.com and you will visually see how it is applied in browsers.

The software is great for configuring CSS. :wink:

enge919 01-22-2004 07:35 AM

Thanks, but I already have the black background. The problem is, when you do a black background there are several things that need to be changed. When you do a CTRL+A to highlight the screen, you can see everything that need to be done.

Plus, it would be nice to have a list of what everything does.

If I get no response on this post I think I'll put together this list and post it back here if anyone wants too have it.

Would anyone like to have it???

enge919 01-22-2004 07:37 AM

Thanks leon....I'll give that a try.

Again, anyone reding this, let me know if you would like to have a list like this.

leon 01-22-2004 02:53 PM

Yes, would be nice to have the list, much faster and easier, but I bet when you see TopStyle you will be amazed.

Anyway, if you are thinking of making a list of all Classes and where they are used, I think alot of use would like it, starting with myself. :wink:

enge919 01-22-2004 03:08 PM

I will be working on it starting with my clients site. When I am finished I will post it here for everyone :D


All times are GMT -8. The time now is 08:57 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.