123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
-
- .rtchartcontainer
- {
- position:absolute;
- display: block;
- height:auto;
- bottom:0;
- top:0;
- left:0;
- right:0;
- min-height:60px;
- min-width:60px;
- margin:0px 0px 0px 0px;
- }
- .tooltpgoodval
- {
- font-weight:600;
- color:rgb(0,180,0);
- text-align:right;
- width:100%;
- cursor:default;
- }
- .tooltpbadval
- {
- font-weight:600;
- color:rgb(180,0,0);
- text-align:right;
- width:100%;
- cursor:default;
- }
- .tooltipQGood
- {
- color:rgb(0,180,0);
- text-align:right;
- width:100%;
- }
- .tooltipQBad
- {
- color:rgb(180,0,0);
- text-align:right;
- width:100%;
- }
- .tooltipT
- {
- color:rgb(0,0,0);
- text-align:right;
- width:100%;
- }
- .tooltiplabel
- {
- font-weight:100;
- color:rgb(120,120,120);
- left:6px;position:absolute;
- }
- .tooltipTans
- {
- background-color:rgba(200,200,200,0.9);
- }
- .tooltpval
- {
- text-align:right;
- width:100%
- }
- .tooltpnoval
- {
- text-align:right;
- width:100%;
- color:rgb(250,120,0);
-
- }
- .tooltipvalstamp
- {
- font-weight:100;
- color:rgb(100,100,100);
- font-size:11px;
- margin-right:10px;
-
- }
- .zoomcur
- {
- cursor:url('zoom.cur'),auto !important;
-
- }
- .unselectable {
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- -o-user-select: none;
- user-select: none;
-
- }
- .toolbarbutton {
- display: block;
- margin-top: 5px;
- width: 28px;
- height: 22px;
- text-align: center;
- padding-top: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- border: 1px solid #323232;
- box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.2);
-
- background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#434343));
- background-image: -webkit-linear-gradient(top, rgba(100,100,100,0.8), rgba(130,130,130,0.8));
- background-image: -moz-linear-gradient(top, #595959, #434343);
- background-image: -ms-linear-gradient(top, #595959, #434343);
- background-image: -o-linear-gradient(top, #595959, #434343);
- background-image: linear-gradient(top, #595959, #434343);
- background-repeat: no-repeat;
- background-attachment:fixed;
-
- cursor: pointer;
- z-index:1600 !important;
- }
- .toolbarbutton:active {
-
- box-shadow: inset 0px 2px 6px 1px rgba(0,0,0,0.65), 0px 1px 0px 0px rgba(255,255,255,0.2);
- }
- .toolbarbutton img { opacity: 0.7; }
- .toolbarbutton:hover img { opacity: 1.0; }
- .hspelit {
- background-image:url(chartbuttons.png) ;
- background-repeat:no-repeat;
- background-position: -10px -21px ;
- }
- .upval {
- background-image:url(chartbuttons.png) ;
- background-repeat:no-repeat;
- background-position: -58px 0px ;
- color:#333;
- margin-left:2px;
- padding-left:6px;
- font-size:12px;
- }
- .downval {
- background-image:url(chartbuttons.png) ;
- background-repeat:no-repeat;
- background-position: -58px -13px;
- color:#333;
- margin-left:2px;
- padding-left:6px;
- font-size:12px;
- }
- .eqval {
- background-image:url(chartbuttons.png) ;
- background-repeat:no-repeat;
- background-position: -59px -22px;
- color:#333;
- margin-left:2px;
- padding-left:6px;
- font-size:12px;
- }
- .posvqt {
- background-image:url(chartbuttons.png) ;
- background-repeat:no-repeat;
- background-position: -18px -21px;
- cursor:pointer;
- position:absolute;
- top:9px;left:1px;
- width:16px;
- height:16px;
- margin-right:2px;
- }
- .valine
- {
- font-weight:600;
- color:rgb(0,0,0);
- text-align:right;
- width:100%;
- cursor:default;
- }
|