rtchart.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. 
  2. .rtchartcontainer
  3. {
  4. position:absolute;
  5. display: block;
  6. height:auto;
  7. bottom:0;
  8. top:0;
  9. left:0;
  10. right:0;
  11. min-height:60px;
  12. min-width:60px;
  13. margin:0px 0px 0px 0px;
  14. }
  15. .tooltpgoodval
  16. {
  17. font-weight:600;
  18. color:rgb(0,180,0);
  19. text-align:right;
  20. width:100%;
  21. cursor:default;
  22. }
  23. .tooltpbadval
  24. {
  25. font-weight:600;
  26. color:rgb(180,0,0);
  27. text-align:right;
  28. width:100%;
  29. cursor:default;
  30. }
  31. .tooltipQGood
  32. {
  33. color:rgb(0,180,0);
  34. text-align:right;
  35. width:100%;
  36. }
  37. .tooltipQBad
  38. {
  39. color:rgb(180,0,0);
  40. text-align:right;
  41. width:100%;
  42. }
  43. .tooltipT
  44. {
  45. color:rgb(0,0,0);
  46. text-align:right;
  47. width:100%;
  48. }
  49. .tooltiplabel
  50. {
  51. font-weight:100;
  52. color:rgb(120,120,120);
  53. left:6px;position:absolute;
  54. }
  55. .tooltipTans
  56. {
  57. background-color:rgba(200,200,200,0.9);
  58. }
  59. .tooltpval
  60. {
  61. text-align:right;
  62. width:100%
  63. }
  64. .tooltpnoval
  65. {
  66. text-align:right;
  67. width:100%;
  68. color:rgb(250,120,0);
  69. }
  70. .tooltipvalstamp
  71. {
  72. font-weight:100;
  73. color:rgb(100,100,100);
  74. font-size:11px;
  75. margin-right:10px;
  76. }
  77. .zoomcur
  78. {
  79. cursor:url('zoom.cur'),auto !important;
  80. }
  81. .unselectable {
  82. -moz-user-select: -moz-none;
  83. -khtml-user-select: none;
  84. -webkit-user-select: none;
  85. -o-user-select: none;
  86. user-select: none;
  87. }
  88. .toolbarbutton {
  89. display: block;
  90. margin-top: 5px;
  91. width: 28px;
  92. height: 22px;
  93. text-align: center;
  94. padding-top: 5px;
  95. -webkit-border-radius: 5px;
  96. -moz-border-radius: 5px;
  97. border-radius: 5px;
  98. border: 1px solid #323232;
  99. box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.2);
  100. background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#434343));
  101. background-image: -webkit-linear-gradient(top, rgba(100,100,100,0.8), rgba(130,130,130,0.8));
  102. background-image: -moz-linear-gradient(top, #595959, #434343);
  103. background-image: -ms-linear-gradient(top, #595959, #434343);
  104. background-image: -o-linear-gradient(top, #595959, #434343);
  105. background-image: linear-gradient(top, #595959, #434343);
  106. background-repeat: no-repeat;
  107. background-attachment:fixed;
  108. cursor: pointer;
  109. z-index:1600 !important;
  110. }
  111. .toolbarbutton:active {
  112. box-shadow: inset 0px 2px 6px 1px rgba(0,0,0,0.65), 0px 1px 0px 0px rgba(255,255,255,0.2);
  113. }
  114. .toolbarbutton img { opacity: 0.7; }
  115. .toolbarbutton:hover img { opacity: 1.0; }
  116. .hspelit {
  117. background-image:url(chartbuttons.png) ;
  118. background-repeat:no-repeat;
  119. background-position: -10px -21px ;
  120. }
  121. .upval {
  122. background-image:url(chartbuttons.png) ;
  123. background-repeat:no-repeat;
  124. background-position: -58px 0px ;
  125. color:#333;
  126. margin-left:2px;
  127. padding-left:6px;
  128. font-size:12px;
  129. }
  130. .downval {
  131. background-image:url(chartbuttons.png) ;
  132. background-repeat:no-repeat;
  133. background-position: -58px -13px;
  134. color:#333;
  135. margin-left:2px;
  136. padding-left:6px;
  137. font-size:12px;
  138. }
  139. .eqval {
  140. background-image:url(chartbuttons.png) ;
  141. background-repeat:no-repeat;
  142. background-position: -59px -22px;
  143. color:#333;
  144. margin-left:2px;
  145. padding-left:6px;
  146. font-size:12px;
  147. }
  148. .posvqt {
  149. background-image:url(chartbuttons.png) ;
  150. background-repeat:no-repeat;
  151. background-position: -18px -21px;
  152. cursor:pointer;
  153. position:absolute;
  154. top:9px;left:1px;
  155. width:16px;
  156. height:16px;
  157. margin-right:2px;
  158. }
  159. .valine
  160. {
  161. font-weight:600;
  162. color:rgb(0,0,0);
  163. text-align:right;
  164. width:100%;
  165. cursor:default;
  166. }