jetstrike Posted June 5, 2008 Share Posted June 5, 2008 Hey everyone i was trying top move to an all black with white text stylesheet but its just not working out here is my stylesheet. .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: pink; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: red; } .productsNotifications { background: ligtgreen; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: green; text-decoration: underline; } BODY { background: black; color: lightgrey; margin: 0px; } A { color: blue; text-decoration: none; } A:hover { color: lightblue; text-decoration: underline; } FORM { display: inline; } TR.header { background: black; } TR.headerNavigation { background: lightblue; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: lightblue; color: black; font-weight : bold; } A.headerNavigation { color: white; } A.headerNavigation:hover { color: white; } TR.headerError { background: white; } TD.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: red; color: white; font-weight : bold; text-align : center; } TR.headerInfo { background: green; } TD.headerInfo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: green; color: black; font-weight: bold; text-align: center; } TR.footer { background: lightblue; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: lightblue; color: black; font-weight: bold; } .infoBox { background: lightblue; } .infoBoxContents { background: white; font-family: Verdana, Arial, sans-serif; font-size: 10px; } .infoBoxNotice { background: red; } .infoBoxNoticeContents { background: red; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: lightblue; color: black; } TD.infoBox, SPAN.infoBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: black; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: black[; } TABLE.productListing { border: 1px; border-style: solid; border-color: lightblue; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: blue; color: white; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } A.pageResults { color: lightblue; } A.pageResults:hover { color: lightblue; background: yellow; } TD.pageHeading, DIV.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: lightblue; } TR.subBar { background: black; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; } TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } TD.smallText, SPAN.smallText, P.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.accountCategory { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: lightblue; } TD.fieldKey { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } TD.fieldValue { font-family: Verdana, Arial, sans-serif; font-size: 12px; } TD.tableHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.newItemInCart { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: red; } CHECKBOX, INPUT, RADIO, SELECT { font-family: Verdana, Arial, sans-serif; font-size: 11px; } TEXTAREA { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; } SPAN.greetUser { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: orange; font-weight: bold; } TABLE.formArea { background: lightblue; border-color: lightblue; border-style: solid; border-width: 1px; } TD.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.markProductOutOfStock { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: pink; font-weight: bold; } SPAN.productSpecialPrice { font-family: Verdana, Arial, sans-serif; color: red; } SPAN.errorText { font-family: Verdana, Arial, sans-serif; color: red; } .moduleRow { } .moduleRowOver { background-color: blue; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: lightblue; } .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: lightblue; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; } /* message box */ .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: pink; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: green; } /* input requirement */ .inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: red; } Any help is greatly apppreciated Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.