HTML and CSS Reference
In-Depth Information
Click here to view code image
1. table {
2. border-collapse: separate;
3. border-spacing: 0;
4. color: #4a4a4d;
5. font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
6. }
7. th,
8. td {
9. padding: 10px 15px;
10. vertical-align: middle;
11. }
12. thead {
13. background: #395870;
14. background: -webkit-linear-gradient(#49708f, #293f50);
15. background:
-moz-linear-gradient(#49708f, #293f50);
16. background:
linear-gradient(#49708f, #293f50);
17. color: #fff;
18. font-size: 11px;
19. text-transform: uppercase;
20. }
21. th:first-child {
22. border-top-left-radius: 5px;
23. text-align: left;
24. }
25. th:last-child {
26. border-top-right-radius: 5px;
27. }
28. tbody tr:nth-child(even) {
29. background: #f0f0f2;
30. }
31. td {
32. border-bottom: 1px solid #c6c7cc;
33. border-right: 1px solid #c6c7cc;
34. }
35. td:first-child {
36. border-left: 1px solid #c6c7cc;
37. }
38. .book-title {
39. color: #395870;
40. display: block;
41. }
42. .text-offset {
43. color: #7c7c80;
44. font-size: 12px;
45. }
46. .item-stock,
47. .item-qty {
48. text-align: center;
49. }
50. .item-price {
Search WWH ::




Custom Search