6 lines
2.0 KiB
CSS
6 lines
2.0 KiB
CSS
/*
|
|
Copyright DHTMLX LTD. http://www.dhtmlx.com
|
|
You allowed to use this component or parts of it under GPL terms
|
|
To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
|
|
*/
|
|
/*pure colors*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*fonts*/
|
|
|
|
|
|
|
|
|
|
/*2012 July 31*//* DHX DEPEND FROM FILE 'tooltip.css'*//*style used by tooltip's container*/
|
|
.dhx_tooltip{
|
|
display:none;
|
|
position:absolute;
|
|
font-family:Tahoma;
|
|
font-size:8pt;
|
|
z-index:10000;
|
|
background-color:white;
|
|
padding:2px 2px 2px 2px;
|
|
border:1px solid #A4BED4;
|
|
}/* DHX DEPEND FROM FILE 'chart.css'*//*chart container*/
|
|
.dhx_chart{
|
|
position:relative;
|
|
font-family:Tahoma;
|
|
font-size:13px;
|
|
color:#000000;
|
|
overflow:hidden;
|
|
}
|
|
/*labels*/
|
|
.dhx_canvas_text{
|
|
position:absolute;
|
|
text-align:center;
|
|
overflow:hidden;
|
|
white-space:nowrap;
|
|
}
|
|
/*map*/
|
|
.dhx_map_img{
|
|
width : 100%;
|
|
height : 100%;
|
|
position : absolute;
|
|
top : 0px;
|
|
left : 0px;
|
|
border:0px;
|
|
filter:alpha(opacity=0);
|
|
}
|
|
/*scales*/
|
|
.dhx_axis_item_y{
|
|
position:absolute;
|
|
height:18px;
|
|
line-height:18px;
|
|
/*line-height:10px;*/
|
|
margin-top:-4px;
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
.dhx_axis_title_x{
|
|
text-align:center;
|
|
}
|
|
.dhx_axis_title_y{
|
|
text-align:center;
|
|
font-family:Tahoma;
|
|
/*safari*/
|
|
-webkit-transform: rotate(-90deg);
|
|
/*firefox*/
|
|
-moz-transform: rotate(-90deg);
|
|
/*opera*/
|
|
-o-transform:rotate(-90deg);
|
|
/*IE9*/
|
|
-ms-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
height:18px;
|
|
line-height:18px;
|
|
/*padding-left:3px;*/
|
|
}
|
|
.dhx_ie_filter{
|
|
/*IE8*/
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
zoom:1;
|
|
font-family: serif;
|
|
}
|
|
/*legend block*/
|
|
.dhx_chart_legend{
|
|
position:absolute;
|
|
}
|
|
.dhx_chart_legend_item{
|
|
height:18px;
|
|
line-height:18px;
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
.dhx_axis_item_y.dhx_radar{
|
|
color:#666666;
|
|
font-size:11px;
|
|
padding-right:3px;
|
|
height:13px;
|
|
line-height:13px;
|
|
margin-top:0px;
|
|
}
|
|
|
|
.dhx_canvas_text.dhx_axis_radar_title{
|
|
margin-top:0px;
|
|
padding-top: 0px;
|
|
}
|
|
.dhx_axis_item_y, .dhx_axis_item_x {
|
|
color: #666666;
|
|
}
|