base_packaged.css 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body {background-color: #fff; color: #333}
  2. body, p, ol, ul, td {font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px}
  3. pre {background-color: #eee; padding: 10px; font-size: 11px}
  4. a {color: #000}
  5. a:visited {color: #666}
  6. a:hover {color: #fff; background-color:#000}
  7. div.field, div.actions {margin-bottom: 10px}
  8. #notice {color: green}
  9. .field_with_errors {padding: 2px; background-color: red; display: table}
  10. #error_explanation {width: 450px; border: 2px solid red; padding: 7px; padding-bottom: 0; margin-bottom: 20px; background-color: #f0f0f0}
  11. #error_explanation h2 {text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; margin-bottom: 0px; background-color: #c00; color: #fff}
  12. #error_explanation ul li {font-size: 12px; list-style: square}
  13. #store #notice {color: #000; border: 2px solid red; padding: 1em; margin-bottom: 2em; background-color: #f0f0f0; font: bold smaller sans-serif}
  14. #store h1 {font: 150% sans-serif; color: #226; border-bottom: 3px dotted #77d}
  15. #product_list table {border-collapse: collapse}
  16. #product_list table tr td {padding: 5px; vertical-align: top}
  17. #product_list .list_image {width: 60px; height: 70px}
  18. #product_list .list_description {width: 60%}
  19. #product_list .list_description dl {margin: 0}
  20. #product_list .list_description dt {color: #244; font-weight: bold; font-size: larger}
  21. #product_list .list_description dd {margin: 0}
  22. #product_list .list_actions {font-size: x-small; text-align: right; padding-left: 1em}
  23. #product_list .list_line_even {background: #e0f8f8}
  24. #product_list .list_line_odd {background: #f8b0f8}
  25. #banner {background: #9c9; padding-top: 10px; padding-bottom: 10px; border-bottom: 2px solid; font: small-caps 40px/40px "Times New Roman", serif; color: #282; text-align: center}
  26. #banner img {float: left}
  27. #columns {background: #141}
  28. #main {margin-left: 17em; padding-top: 4ex; padding-left: 2em; background: white}
  29. #side {float: left; padding-top: 1em; padding-left: 1em; padding-bottom: 1em; width: 16em; background: #141}
  30. #side a {color: #bfb; font-size: small}
  31. #store .entry {overflow: auto; margin-top: 1em; border-bottom: 1px dotted #77d}
  32. #store .title {font-size: 120%; font-family: sans-serif}
  33. #store .entry img {width: 80px; margin-right: 5px; margin-bottom: 5px; float: left}
  34. #store .entry h3 {margin-top: 0; margin-bottom: 2px; color: #227}
  35. #store .entry p {margin-top: 0.5em; margin-bottom: 0.8em}
  36. #store .entry .price_line {clear: both; margin-bottom: 0.5em}
  37. #store .entry .add_to_cart {position: relative}
  38. #store .entry .price {color: #44a; font-weight: bold; margin-right: 2em}
  39. #store .entry form, #store .entry form div {display: inline}
  40. #store .cart_title {font: 120% bold}
  41. #store .item_price, #store .total_line {text-align: right}
  42. #store .total_line .total_cell {font-weight: bold; border-top: 1px solid #595}
  43. #cart, #cart table {font-size: smaller; color: white}
  44. #cart table {border-top: 1px dotted #595; border-bottom: 1px dotted #595; margin-bottom: 10px}
  45. .depot_form fieldset {background: #efe}
  46. .depot_form legend {color: #dfd; background: #141; font-family: sans-serif; padding: 0.2em 1em}
  47. .depot_form label {width: 5em; float: left; text-align: right; padding-top: 0.2em; margin-right: 0.1em; display: block}
  48. .depot_form select, .depot_form textarea, .depot_form input {margin-left: 0.5em}
  49. .depot_form .submit {margin-left: 4em}
  50. .depot_form div {margin: 0.5em 0}
  51. .locale {float: right; margin: -0.25em 0.1em}