common.css 749 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. html {
  2. font-size: x-small; /* Wikipedia font-size scaling method */
  3. }
  4. body {
  5. font: 116%/1.4em Verdana, sans-serif;
  6. color: #000;
  7. margin: 0;
  8. padding: 0;
  9. border: 0;
  10. height: 100%;
  11. max-height: 100%;
  12. width:100%;
  13. background-color: #fff;
  14. }
  15. h1 {
  16. font: bold 190% "Helvetica Neue", Helvetica, Arial, sans-serif;
  17. }
  18. h2 {
  19. font: bold 160% "Helvetica Neue", Helvetica, Arial, sans-serif;
  20. }
  21. h3 {
  22. font: bold 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
  23. }
  24. abbr {
  25. border-bottom: 1px dotted #666;
  26. }
  27. img {
  28. border: 0;
  29. }
  30. .clear {
  31. clear: left;
  32. }
  33. .info {
  34. color: #aaa;
  35. font-weight: normal;
  36. }
  37. .add {
  38. padding: 3px 0 1px 20px;
  39. background: url(../images/add.png) left center no-repeat;
  40. }
  41. .data {
  42. white-space: pre-wrap;
  43. width: 80vw;
  44. word-wrap: break-word;
  45. }