Stylesheet.css
1) .boxText - Used for styling the contents inside the boxes(left/right column boxes).
2) .errorBox – To style the errors shown in the boxes.
3) .stockWarning – To style the stock warning messages on the shopping cart page.
4) .productsNotifications – To style the products notifications message on the checkout
success page.
5) .orderEdit - To style the ‘edit’ link on the checkout_confirmation page.
6) .cssbutton , cssbuttonsubmit - Used for styling the stylesheet button, instead of we use
image buttons.
7) BODY – To set the styles for entire body
8) A , A:hover - To style the general links(href links) in the site
9) TR.header, TR.headerNavigation, TD.headerNavigation – To style the links and texts
in the header section.
10) TR.headerError , TD.headerError - To style the errors displaying in the header
section
11) TR.footer , TD.footer – To style the contents in the footer section
12) TD.columnLeft, TD.columnRight – To style the general column left & right boxes
13) infoBoxHeading - To style the heading in the infobox section mainly from the
headings in the includes/modules/*.php files section
14) .infoBox , infoBoxContents – To style the box and contents in the infobox ,mainly
from the the includes/modules/*.php files.
15) infoBoxNotice , infoBoxNoticeContents -To style the error message when getting in the
checkout payment and shipping section.
16) TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.linkListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd
- To style the odd rows on the listing section
17) TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-
even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even,
TR.shippingOptions-even
- To style the even rows on the listing section
18) TABLE.productListing, TABLE.linkListing – To style the main table in the product
listing section.
19) .productListing-heading - To style the heading in the product listing section
20) TD.productListing-data - To style the data in the product listing section
21) A.pageResults – To style the paging section like page 1, 2, 3,..
22) TD.pageHeading, DIV.pageHeading – To style the heading of the page like product
heading on the product info page.
23) TD.main, P.main - To style the contents on the site
24) TD.smallText, SPAN.smallText, P.smallText – To style the contents in a small font size
rather than usually displayed in it. For eg: model is shown on the product description page.
25) TD.fieldKey – To style the fieldkeys in the advanced search form like the texts -
categories, manufacurers,Price from, etc.
26) TD.fieldValue - To style the field input values in the advanced search form.
27) SPAN.newItemInCart - To style the contents displayed on the shopping cart box from the
boxes folder.
28) CHECKBOX, INPUT, RADIO, SELECT - To style the CHECKBOX, INPUT, RADIO
and SELECT section
29) TEXTAREA – To style the text area
30) SPAN.greetUser –To style greet user text
31) SPAN.markProductOutOfStock – To style the ‘out of stock’ message, if sufficent stock is
not available .
32) SPAN.productSpecialPrice –To style the special price .
33) SPAN.errorText – To style the errors
34) .moduleRow,.moduleRowOver,.moduleRowSelected – To style the row on the mouseover
like in address book page on the mouse over of the name(first name and last name).
35) .checkoutBarFrom, .checkoutBarTo ,.checkoutBarCurrent – To style the checkout bar on
the checkout confirmation, success,payment ,shipping etc. pages.
36) .messageBox ,.messageStackError, .messageStackWarning – To style the message box
error and warning message .
For eg: the error message shown on when entering incorrect email address or password on
the login section.
37) .messageStackSuccess - To style the message box success message.
38) .inputRequirement - To style the ‘*’ letter for indicating that as a required field in the
form
39) TD.normalprice, P.normalprice - To style the normal price shown on the site
40) TD.quantityprice, P.quantityprice - To style the price/quantity section on the product info
page.
41) .contentBox , .contentBoxContents , TD.contentBoxHeading - To style the center boxes in the index page
page. |