You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
864 B

2 years ago
  1. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
  2. /*, th, td*/
  3. {
  4. margin: 0;
  5. padding: 0;
  6. letter-spacing: 1px;
  7. color: #000;
  8. font-weight: normal;
  9. font-family: Verdana, Arial, sans-serif, "新細明體";
  10. }
  11. #Divshowwaiting{
  12. color:orange;
  13. }
  14. img
  15. {
  16. border: none;
  17. }
  18. /*
  19. table, th
  20. {
  21. border-collapse: collapse;
  22. border-spacing: 1;
  23. border: 1;
  24. }*/
  25. fieldset, img
  26. {
  27. border: 0px;
  28. }
  29. address, caption, cite, code, dfn, em, strong, th, var
  30. {
  31. font-style: normal;
  32. font-weight: normal;
  33. border: none;
  34. }
  35. ol, ul
  36. {
  37. list-style: none;
  38. }
  39. caption, th
  40. {
  41. text-align: left;
  42. }
  43. /*h1, h2, h3, h4, h5, h6 {
  44. font-size:100%;
  45. font-weight:normal;
  46. }*/
  47. q:before, q:after
  48. {
  49. content: '';
  50. border: none;
  51. }
  52. abbr, acronym
  53. {
  54. border: 0;
  55. }
  56. a
  57. {
  58. text-decoration: none;
  59. }