Modular Merchant: Shopping Cart Software

Shopping Cart Software Service

Advanced SearchAdvanced Search RegisterRegister ProfileProfile FAQFAQ MemberlistMemberlist Log inLog in
CSS style sheets
Post new topic   Reply to topic
Modular Merchant Forum Index -> Design: Templates & QuickCode Tags
Author Message

dynocat1351




Joined: 22 Jan 2008
Posts: 10


PostPosted: Mar 02, 2008 08:28am    Post subject: CSS style sheets Reply with quote

Where can I find a list of what each css style controls in the template?

e.g., where are ".darkbox," ".mediumbox," and ".lightbox" used?

Thanks to anyone who knows.

jdzwonek261


Modular Merchant: Development

Joined: 30 Nov 2007
Posts: 1
Location: Oregon


PostPosted: Mar 04, 2008 03:37pm    Post subject: CSS Definition List Reply with quote

The css classes are used in a lot of different places throughout each design package.
The css files currently do not contain many comments but we are working on adding those into our newer design packages. For now the name of the css class is your best hint of what it is attached to.

I'll break down the ".darkbox" and ".lighttext" classes for you.





The first word refers to the color. In the default design package "dark" refers to a dark blue color and "light" refers to a white color.
The second word refers to what that coloring is applied to. In the default design package "box" refers to a table and "text" obviously refers to text.
So if you were to edit the ".darbox" css, it would change any table that currently shows up with a dark blue background.
If you were to edit ".lighttext" it would change any text that currently shows up white.

Definition List: default_css.css

.headline - used whenever large text is needed.
.error-table - used to color the background and style the table that error messages are generated in.
.message-table - used to color the background and style the table that alert messages are generated in.
a:link, a:visited, a:hover, a:active - used to style general links
.lighttext - used whenever a light colored text is needed.
.lighttext a:link, .lighttext a:visited, .lighttext a:hover, .lighttext a:active - used whenever a light colored link is needed.
.darkbox - used whenever a dark colored background is need inside of a table.
.mediumbox - used whenever a medium/neutral colored background is need inside of a table.
.lightbox - used whenever a light colored background is need inside of a table.
form - used to style form elements.
.darktext - used whenever a dark colored text is needed.
a.darktext:link, a.darktext:visited, a.darktext:hover, a.darktext:active - used whenever a light colored link is needed.
.search-hilight - used to highlight the term that was used in search field when viewing the search results page.
Display posts from previous:   
Post new topic   Reply to topic    Modular Merchant Forum Index -> Design: Templates & QuickCode Tags All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group