您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/
  2. .jqplot-target {
  3. position: relative;
  4. color: #666666;
  5. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  6. font-size: 1em;
  7. /* height: 300px;
  8. width: 400px;*/
  9. }
  10. /*rules applied to all axes*/
  11. .jqplot-axis {
  12. font-size: 0.75em;
  13. }
  14. .jqplot-xaxis {
  15. margin-top: 10px;
  16. }
  17. .jqplot-x2axis {
  18. margin-bottom: 10px;
  19. }
  20. .jqplot-yaxis {
  21. margin-right: 10px;
  22. }
  23. .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis {
  24. margin-left: 10px;
  25. margin-right: 10px;
  26. }
  27. /*rules applied to all axis tick divs*/
  28. .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
  29. position: absolute;
  30. }
  31. .jqplot-xaxis-tick {
  32. top: 0px;
  33. /* initial position untill tick is drawn in proper place */
  34. left: 15px;
  35. /* padding-top: 10px;*/
  36. vertical-align: top;
  37. }
  38. .jqplot-x2axis-tick {
  39. bottom: 0px;
  40. /* initial position untill tick is drawn in proper place */
  41. left: 15px;
  42. /* padding-bottom: 10px;*/
  43. vertical-align: bottom;
  44. }
  45. .jqplot-yaxis-tick {
  46. right: 0px;
  47. /* initial position untill tick is drawn in proper place */
  48. top: 15px;
  49. /* padding-right: 10px;*/
  50. text-align: right;
  51. }
  52. .jqplot-yaxis-tick.jqplot-breakTick {
  53. right: -20px;
  54. margin-right: 0px;
  55. padding:1px 5px 1px 5px;
  56. /* background-color: white;*/
  57. z-index: 2;
  58. font-size: 1.5em;
  59. }
  60. .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
  61. left: 0px;
  62. /* initial position untill tick is drawn in proper place */
  63. top: 15px;
  64. /* padding-left: 10px;*/
  65. /* padding-right: 15px;*/
  66. text-align: left;
  67. }
  68. .jqplot-meterGauge-tick {
  69. font-size: 0.75em;
  70. color: #999999;
  71. }
  72. .jqplot-meterGauge-label {
  73. font-size: 1em;
  74. color: #999999;
  75. }
  76. .jqplot-xaxis-label {
  77. margin-top: 10px;
  78. font-size: 11pt;
  79. position: absolute;
  80. }
  81. .jqplot-x2axis-label {
  82. margin-bottom: 10px;
  83. font-size: 11pt;
  84. position: absolute;
  85. }
  86. .jqplot-yaxis-label {
  87. margin-right: 10px;
  88. /* text-align: center;*/
  89. font-size: 11pt;
  90. position: absolute;
  91. }
  92. .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
  93. /* text-align: center;*/
  94. font-size: 11pt;
  95. position: absolute;
  96. }
  97. table.jqplot-table-legend {
  98. margin-top: 12px;
  99. margin-bottom: 12px;
  100. margin-left: 12px;
  101. margin-right: 12px;
  102. }
  103. table.jqplot-table-legend, table.jqplot-cursor-legend {
  104. background-color: rgba(255,255,255,0.6);
  105. border: 1px solid #cccccc;
  106. position: absolute;
  107. font-size: 0.75em;
  108. }
  109. td.jqplot-table-legend {
  110. vertical-align:middle;
  111. }
  112. td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
  113. cursor: pointer;
  114. }
  115. td.jqplot-table-legend > div {
  116. border: 1px solid #cccccc;
  117. padding:1px;
  118. }
  119. div.jqplot-table-legend-swatch {
  120. width:0px;
  121. height:0px;
  122. border-top-width: 5px;
  123. border-bottom-width: 5px;
  124. border-left-width: 6px;
  125. border-right-width: 6px;
  126. border-top-style: solid;
  127. border-bottom-style: solid;
  128. border-left-style: solid;
  129. border-right-style: solid;
  130. }
  131. .jqplot-title {
  132. top: 0px;
  133. left: 0px;
  134. padding-bottom: 0.5em;
  135. font-size: 1.2em;
  136. }
  137. table.jqplot-cursor-tooltip {
  138. border: 1px solid #cccccc;
  139. font-size: 0.75em;
  140. }
  141. .jqplot-cursor-tooltip {
  142. border: 1px solid #cccccc;
  143. font-size: 0.75em;
  144. white-space: nowrap;
  145. background: rgba(208,208,208,0.5);
  146. padding: 1px;
  147. }
  148. .jqplot-highlighter-tooltip {
  149. border: 1px solid #cccccc;
  150. font-size: 0.75em;
  151. white-space: nowrap;
  152. background: rgba(208,208,208,0.5);
  153. padding: 1px;
  154. }
  155. .jqplot-point-label {
  156. font-size: 0.75em;
  157. z-index: 2;
  158. }
  159. td.jqplot-cursor-legend-swatch {
  160. vertical-align:middle;
  161. text-align:center;
  162. }
  163. div.jqplot-cursor-legend-swatch {
  164. width:1.2em;
  165. height:0.7em;
  166. }
  167. .jqplot-error {
  168. /* Styles added to the plot target container when there is an error go here.*/
  169. text-align: center;
  170. }
  171. .jqplot-error-message {
  172. /* Styling of the custom error message div goes here.*/
  173. position: relative;
  174. top: 46%;
  175. display: inline-block;
  176. }
  177. div.jqplot-bubble-label {
  178. font-size: 0.8em;
  179. /* background: rgba(90%, 90%, 90%, 0.15);*/
  180. padding-left: 2px;
  181. padding-right: 2px;
  182. color: rgb(20%, 20%, 20%);
  183. }
  184. div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  185. background: rgba(90%, 90%, 90%, 0.7);
  186. }
  187. div.jqplot-noData-container {
  188. text-align: center;
  189. background-color: rgba(96%, 96%, 96%, 0.3);
  190. }