home *** CD-ROM | disk | FTP | other *** search
/ 91.121.126.69 / 91.121.126.69.tar / 91.121.126.69 / www / osc / catalog / stylesheet.css < prev    next >
Cascading Style Sheet File  |  2007-04-19  |  6KB  |  291 lines

  1. /*
  2.   $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
  3.  
  4.   osCommerce, Open Source E-Commerce Solutions
  5.   http://www.oscommerce.com
  6.  
  7.   Copyright (c) 2003 osCommerce
  8.  
  9.   Released under the GNU General Public License
  10. */
  11.  
  12. .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
  13. .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
  14. .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
  15. .productsNotifications { background: #f2fff7; }
  16. .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
  17.  
  18. BODY {
  19.   background: #ffffff;
  20.   color: #000000;
  21.   margin: 0px;
  22. }
  23.  
  24. A {
  25.   color: #000000;
  26.   text-decoration: none;
  27. }
  28.  
  29. A:hover {
  30.   color: #AABBDD;
  31.   text-decoration: underline;
  32. }
  33.  
  34. FORM {
  35.     display: inline;
  36. }
  37.  
  38. TR.header {
  39.   background: #ffffff;
  40. }
  41.  
  42. TR.headerNavigation {
  43.   background: #bbc3d3;
  44. }
  45.  
  46. TD.headerNavigation {
  47.   font-family: Verdana, Arial, sans-serif;
  48.   font-size: 10px;
  49.   background: #bbc3d3;
  50.   color: #ffffff;
  51.   font-weight : bold;
  52. }
  53.  
  54. A.headerNavigation { 
  55.   color: #FFFFFF; 
  56. }
  57.  
  58. A.headerNavigation:hover {
  59.   color: #ffffff;
  60. }
  61.  
  62. TR.headerError {
  63.   background: #ff0000;
  64. }
  65.  
  66. TD.headerError {
  67.   font-family: Tahoma, Verdana, Arial, sans-serif;
  68.   font-size: 12px;
  69.   background: #ff0000;
  70.   color: #ffffff;
  71.   font-weight : bold;
  72.   text-align : center;
  73. }
  74.  
  75. TR.headerInfo {
  76.   background: #00ff00;
  77. }
  78.  
  79. TD.headerInfo {
  80.   font-family: Tahoma, Verdana, Arial, sans-serif;
  81.   font-size: 12px;
  82.   background: #00ff00;
  83.   color: #ffffff;
  84.   font-weight: bold;
  85.   text-align: center;
  86. }
  87.  
  88. TR.footer {
  89.   background: #bbc3d3;
  90. }
  91.  
  92. TD.footer {
  93.   font-family: Verdana, Arial, sans-serif;
  94.   font-size: 10px;
  95.   background: #bbc3d3;
  96.   color: #ffffff;
  97.   font-weight: bold;
  98. }
  99.  
  100. .infoBox {
  101.   background: #b6b7cb;
  102. }
  103.  
  104. .infoBoxContents {
  105.   background: #f8f8f9;
  106.   font-family: Verdana, Arial, sans-serif;
  107.   font-size: 10px;
  108. }
  109.  
  110. .infoBoxNotice {
  111.   background: #FF8E90;
  112. }
  113.  
  114. .infoBoxNoticeContents {
  115.   background: #FFE6E6;
  116.   font-family: Verdana, Arial, sans-serif;
  117.   font-size: 10px;
  118. }
  119.  
  120. TD.infoBoxHeading {
  121.   font-family: Verdana, Arial, sans-serif;
  122.   font-size: 10px;
  123.   font-weight: bold;
  124.   background: #bbc3d3;
  125.   color: #ffffff;
  126. }
  127.  
  128. TD.infoBox, SPAN.infoBox {
  129.   font-family: Verdana, Arial, sans-serif;
  130.   font-size: 10px;
  131. }
  132.  
  133. TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  134.   background: #f8f8f9;
  135. }
  136.  
  137. TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  138.   background: #f8f8f9;
  139. }
  140.  
  141. TABLE.productListing {
  142.   border: 1px;
  143.   border-style: solid;
  144.   border-color: #b6b7cb;
  145.   border-spacing: 1px;
  146. }
  147.  
  148. .productListing-heading {
  149.   font-family: Verdana, Arial, sans-serif;
  150.   font-size: 10px;
  151.   background: #b6b7cb;
  152.   color: #FFFFFF;
  153.   font-weight: bold;
  154. }
  155.  
  156. TD.productListing-data {
  157.   font-family: Verdana, Arial, sans-serif;
  158.   font-size: 10px;
  159. }
  160.  
  161. A.pageResults {
  162.   color: #0000FF;
  163. }
  164.  
  165. A.pageResults:hover {
  166.   color: #0000FF;
  167.   background: #FFFF33;
  168. }
  169.  
  170. TD.pageHeading, DIV.pageHeading {
  171.   font-family: Verdana, Arial, sans-serif;
  172.   font-size: 20px;
  173.   font-weight: bold;
  174.   color: #9a9a9a;
  175. }
  176.  
  177. TR.subBar {
  178.   background: #f4f7fd;
  179. }
  180.  
  181. TD.subBar {
  182.   font-family: Verdana, Arial, sans-serif;
  183.   font-size: 10px;
  184.   color: #000000;
  185. }
  186.  
  187. TD.main, P.main {
  188.   font-family: Verdana, Arial, sans-serif;
  189.   font-size: 11px;
  190.   line-height: 1.5;
  191. }
  192.  
  193. TD.smallText, SPAN.smallText, P.smallText {
  194.   font-family: Verdana, Arial, sans-serif;
  195.   font-size: 10px;
  196. }
  197.  
  198. TD.accountCategory {
  199.   font-family: Verdana, Arial, sans-serif;
  200.   font-size: 13px;
  201.   color: #aabbdd;
  202. }
  203.  
  204. TD.fieldKey {
  205.   font-family: Verdana, Arial, sans-serif;
  206.   font-size: 12px;
  207.   font-weight: bold;
  208. }
  209.  
  210. TD.fieldValue {
  211.   font-family: Verdana, Arial, sans-serif;
  212.   font-size: 12px;
  213. }
  214.  
  215. TD.tableHeading {
  216.   font-family: Verdana, Arial, sans-serif;
  217.   font-size: 12px;
  218.   font-weight: bold;
  219. }
  220.  
  221. SPAN.newItemInCart {
  222.   font-family: Verdana, Arial, sans-serif;
  223.   font-size: 10px;
  224.   color: #ff0000;
  225. }
  226.  
  227. CHECKBOX, INPUT, RADIO, SELECT {
  228.   font-family: Verdana, Arial, sans-serif;
  229.   font-size: 11px;
  230. }
  231.  
  232. TEXTAREA {
  233.   width: 100%;
  234.   font-family: Verdana, Arial, sans-serif;
  235.   font-size: 11px;
  236. }
  237.  
  238. SPAN.greetUser {
  239.   font-family: Verdana, Arial, sans-serif;
  240.   font-size: 12px;
  241.   color: #f0a480;
  242.   font-weight: bold;
  243. }
  244.  
  245. TABLE.formArea {
  246.   background: #f1f9fe;
  247.   border-color: #7b9ebd;
  248.   border-style: solid;
  249.   border-width: 1px;
  250. }
  251.  
  252. TD.formAreaTitle {
  253.   font-family: Tahoma, Verdana, Arial, sans-serif;
  254.   font-size: 12px;
  255.   font-weight: bold;
  256. }
  257.  
  258. SPAN.markProductOutOfStock {
  259.   font-family: Tahoma, Verdana, Arial, sans-serif;
  260.   font-size: 12px;
  261.   color: #c76170;
  262.   font-weight: bold;
  263. }
  264.  
  265. SPAN.productSpecialPrice {
  266.   font-family: Verdana, Arial, sans-serif;
  267.   color: #ff0000;
  268. }
  269.  
  270. SPAN.errorText {
  271.   font-family: Verdana, Arial, sans-serif;
  272.   color: #ff0000;
  273. }
  274.  
  275. .moduleRow { }
  276. .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
  277. .moduleRowSelected { background-color: #E9F4FC; }
  278.  
  279. .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
  280. .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
  281.  
  282. /* message box */
  283.  
  284. .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
  285. .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
  286. .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
  287.  
  288. /* input requirement */
  289.  
  290. .inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
  291.