graph.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*##############################################################################
  2. HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. ############################################################################## */
  13. BODY
  14. {
  15. FONT-SIZE: 12px;
  16. MARGIN: 5px;
  17. FONT-FAMILY: Arial, Helvetica, sans-serif, "MS sans serif"
  18. }
  19. TD
  20. {
  21. FONT-SIZE: 12px
  22. }
  23. TH
  24. {
  25. FONT-SIZE: 12px
  26. }
  27. FORM
  28. {
  29. PADDING-RIGHT: 0px;
  30. PADDING-LEFT: 0px;
  31. PADDING-BOTTOM: 0px;
  32. MARGIN: 0px;
  33. PADDING-TOP: 0px
  34. }
  35. span
  36. {
  37. font-family: Arial; font-size: 8pt; color: #000000;
  38. }
  39. input
  40. {
  41. font-family: Arial; font-size: 8pt; color: #000000; border: 1 solid #cccccc;
  42. }
  43. .checkbox
  44. {
  45. font-family: Arial; font-size: 8pt; color: Red;
  46. }
  47. .header1
  48. {
  49. font-size: 10pt;
  50. }
  51. .clearAll
  52. {
  53. CLEAR: both;
  54. FONT-SIZE: 0px;
  55. LINE-HEIGHT: 0;
  56. HEIGHT: 0px
  57. }
  58. .text-box
  59. {
  60. BORDER-RIGHT: #b2b2b2 1px solid;
  61. PADDING-RIGHT: 3px;
  62. BORDER-TOP: #b2b2b2 1px solid;
  63. PADDING-LEFT: 5px;
  64. FONT-SIZE: 11px;
  65. PADDING-BOTTOM: 1px;
  66. MARGIN: 0px;
  67. BORDER-LEFT: #b2b2b2 1px solid;
  68. COLOR: #333333;
  69. PADDING-TOP: 1px;
  70. BORDER-BOTTOM: #b2b2b2 1px solid;
  71. BORDER-COLLAPSE: collapse;
  72. BACKGROUND-COLOR: #ffffff
  73. }
  74. .button
  75. {
  76. BORDER-RIGHT: #6a7382 1px solid;
  77. PADDING-RIGHT: 5px;
  78. BORDER-TOP: #6a7382 1px solid;
  79. PADDING-LEFT: 5px;
  80. FONT-WEIGHT: bold;
  81. FONT-SIZE: 11px;
  82. PADDING-BOTTOM: 0px;
  83. MARGIN: 0px;
  84. BORDER-LEFT: #6a7382 1px solid;
  85. COLOR: #333333;
  86. PADDING-TOP: 0px;
  87. BORDER-BOTTOM: #6a7382 1px solid;
  88. BORDER-COLLAPSE: collapse;
  89. BACKGROUND-COLOR: #DFE6EF;
  90. TEXT-ALIGN: center
  91. }