scanview.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. body { color:#000000; background-color:#ffffff }
  2. body { font-family: Helvetica, sans-serif; font-size:9pt }
  3. h1 { font-size: 14pt; }
  4. h2 { font-size: 12pt; }
  5. table { font-size:9pt }
  6. table { border-spacing: 0px; border: 1px solid black }
  7. th, table thead {
  8. background-color:#eee; color:#666666;
  9. font-weight: bold; cursor: default;
  10. text-align:center;
  11. font-weight: bold; font-family: Verdana;
  12. white-space:nowrap;
  13. }
  14. .W { font-size:0px }
  15. th, td { padding:5px; padding-left:8px; text-align:left }
  16. td.SUMM_DESC { padding-left:12px }
  17. td.DESC { white-space:pre }
  18. td.Q { text-align:right }
  19. td { text-align:left }
  20. tbody.scrollContent { overflow:auto }
  21. table.form_group {
  22. background-color: #ccc;
  23. border: 1px solid #333;
  24. padding: 2px;
  25. }
  26. table.form_inner_group {
  27. background-color: #ccc;
  28. border: 1px solid #333;
  29. padding: 0px;
  30. }
  31. table.form {
  32. background-color: #999;
  33. border: 1px solid #333;
  34. padding: 2px;
  35. }
  36. td.form_label {
  37. text-align: right;
  38. vertical-align: top;
  39. }
  40. /* For one line entires */
  41. td.form_clabel {
  42. text-align: right;
  43. vertical-align: center;
  44. }
  45. td.form_value {
  46. text-align: left;
  47. vertical-align: top;
  48. }
  49. td.form_submit {
  50. text-align: right;
  51. vertical-align: top;
  52. }
  53. h1.SubmitFail {
  54. color: #f00;
  55. }
  56. h1.SubmitOk {
  57. }