ee37a057ca19787f3fd7f3f59be6835443b6d8f2.svn-base 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .wrapper {
  2. margin: 10px auto 0;
  3. font-size: 12px;
  4. overflow: hidden;
  5. }
  6. .clear {
  7. clear: both;
  8. }
  9. .wrapper .left {
  10. float: left;
  11. margin-left: 10px;;
  12. }
  13. .wrapper .right {
  14. float: right;
  15. margin-right: 10px;
  16. border-left: 2px dotted #EDEDED;
  17. padding-left: 15px;
  18. }
  19. .section {
  20. margin-bottom: 20px;
  21. overflow: hidden;
  22. }
  23. .section h3 {
  24. font-weight: bold;
  25. padding: 5px 0;
  26. margin-bottom: 10px;
  27. border-bottom: 1px solid #EDEDED;
  28. font-size: 12px;
  29. }
  30. .section ul {
  31. list-style: none;
  32. overflow: hidden;
  33. }
  34. .section li {
  35. float: left;
  36. }
  37. .section .tone {
  38. width: 80px;;
  39. }
  40. .section .preview {
  41. width: 220px;
  42. }
  43. .section .preview table {
  44. text-align: center;
  45. vertical-align: middle;
  46. color: #666;
  47. }
  48. .section .preview caption {
  49. font-weight: bold;
  50. }
  51. .section .preview td {
  52. border-width: 1px;
  53. border-style: solid;
  54. height: 22px;
  55. }
  56. .section .preview th {
  57. border-style: solid;
  58. border-color: #DDD;
  59. border-width: 2px 1px 1px 1px;
  60. height: 22px;
  61. background-color: #F7F7F7;
  62. }