default.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /*##############################################################################
  2. # HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. ############################################################################## */
  16. body
  17. {
  18. background-color: white;
  19. font-style: normal;
  20. font-variant: normal;
  21. font-weight: normal;
  22. font-size: 10pt;
  23. line-height: 16pt;
  24. }
  25. table.results
  26. {
  27. font: 9pt arial;
  28. border-collapse: collapse;
  29. border: double solid #0066CC;
  30. }
  31. table.results th
  32. {
  33. border: 2 solid #0066CC;
  34. text-align: center;
  35. vertical-align: top;
  36. background-color: #DFEFFF;
  37. }
  38. table.results td
  39. {
  40. border: 2 solid #0066CC;
  41. vertical-align: top;
  42. text-align: center;
  43. padding: 2;
  44. }
  45. .datacell
  46. {
  47. background: white;
  48. padding: 0;
  49. }
  50. .blue
  51. {
  52. background-color: #DFEFFF;
  53. }
  54. table.workunit
  55. {
  56. font: 10pt;
  57. }
  58. table.workunit tr
  59. {
  60. padding: 12 0;
  61. }
  62. table.workunit th
  63. {
  64. text-align: left;
  65. vertical-align: top;
  66. }
  67. table.workunit td
  68. {
  69. padding: 2 2 2 12;
  70. }
  71. .sbutton
  72. {
  73. width: 7em;
  74. font: 10pt;
  75. }
  76. .running
  77. {
  78. font-weight: bolder;
  79. }
  80. .number
  81. {
  82. text-align: right;
  83. }
  84. .cluster
  85. {
  86. text-align: left;
  87. }
  88. .menu1
  89. {
  90. width: 12;
  91. height: 14;
  92. margin: 0 5 0 0;
  93. }
  94. .active
  95. {
  96. background-color: #eee;
  97. }
  98. .highpriority
  99. {
  100. background-color: #888;
  101. }
  102. .normalpriority
  103. {
  104. background-color: #eee;
  105. }
  106. .lowpriority
  107. {
  108. background-color: #eee;
  109. }
  110. .red
  111. {
  112. background-color: #DF0000;
  113. }