You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
484 lines
12 KiB
484 lines
12 KiB
2 years ago
|
.disabled{
|
||
|
opacity:0.5;
|
||
|
}
|
||
|
|
||
|
/* .olImageLoadError{display: none !important;} */
|
||
|
/* */
|
||
|
/* .column_grid_images{cursor:pointer;} */
|
||
|
/* */
|
||
|
/* .olControlScaleBar { */
|
||
|
/* bottom: 30px; */
|
||
|
/* left: 10px; */
|
||
|
/* font-family: sans-serif; */
|
||
|
/* color: #000; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarBar { */
|
||
|
/* height: 1px; */
|
||
|
/* top: 14px; */
|
||
|
/* background: #333; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarBarAlt { */
|
||
|
/* height: 1px; */
|
||
|
/* top: 14px; */
|
||
|
/* background: #333; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarMarkerMajor { */
|
||
|
/* height: 7px; */
|
||
|
/* width: 1px; */
|
||
|
/* top: 11px; */
|
||
|
/* background: #333; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarMarkerMinor { */
|
||
|
/* height: 5px; */
|
||
|
/* width: 1px; */
|
||
|
/* top: 12px; */
|
||
|
/* background: #333; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarNumbersBox { */
|
||
|
/* width: 40px; */
|
||
|
/* height: 13px; */
|
||
|
/* top: 21px; */
|
||
|
/* font-size: 0.7em; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarLabelBox { */
|
||
|
/* top: -2px; */
|
||
|
/* height: 15px; */
|
||
|
/* font-weight: bold; */
|
||
|
/* letter-spacing: 0.1em; */
|
||
|
/* font-size: 0.7em; */
|
||
|
/* font-variant: small-caps; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .olControlScaleBarLabelBoxSingleLine { */
|
||
|
/* height: 15px; */
|
||
|
/* width: 35px; */
|
||
|
/* top: 5px; */
|
||
|
/* left: 10px; */
|
||
|
/* font-size: 0.7em; */
|
||
|
/* font-variant: small-caps; */
|
||
|
/* } */
|
||
|
/* /**************** Custom ExtJS CSS ************************/ */
|
||
|
/* */
|
||
|
/* .x-grid-cell-inner { */
|
||
|
/* */
|
||
|
/* white-space: normal; */
|
||
|
/* } */
|
||
|
/* */
|
||
|
/* .no-wrap{ */
|
||
|
/* white-space: nowrap; */
|
||
|
/* } */
|
||
|
|
||
|
|
||
|
|
||
|
/**************** general************************/
|
||
|
|
||
|
.maptab_accordion_icon{
|
||
|
background-image: url('../img/interpolate.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_add_btn{
|
||
|
background-image: url('../img/add.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_settings_btn{
|
||
|
background-image: url('../img/settings.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_copy_btn{
|
||
|
background-image: url('../img/copy.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_cancel_btn{
|
||
|
background-image: url('../img/cancel.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_remove_btn {
|
||
|
background-image: url('../img/remove.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_setting_btn {
|
||
|
background-image: url('../img/settings.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_clear_btn{
|
||
|
background-image: url('../img/clear.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_loading{
|
||
|
background-image: url('../img/loading.gif');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_extent{
|
||
|
background-image: url('../img/map-extent-info.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.map_general_mapedit{
|
||
|
background-image: url('../img/map-edit.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
.map_general_map{
|
||
|
background-image: url('../img/map.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
/**************** maptab_toolbar_general************************/
|
||
|
|
||
|
.maptab_toolbar_general_pan{
|
||
|
background-image: url('../img/mapPan.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_pan_left{
|
||
|
background-image: url('../img/mapPanLeft.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_pan_right{
|
||
|
background-image: url('../img/mapPanRight.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_pan_up{
|
||
|
background-image: url('../img/mapPanUp.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_pan_down{
|
||
|
background-image: url('../img/mapPanDown.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_extent {
|
||
|
background-image: url('../img/zoomExtent.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_navigation {
|
||
|
background-image: url('../img/mapPan.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_zoomByArea {
|
||
|
background-image: url('../img/zoomRegion.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_zoomPrevious {
|
||
|
background-image: url('../img/zoomLast.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_zoomNext {
|
||
|
background-image: url('../img/zoomNext.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_zoomIn {
|
||
|
background-image: url('../img/zoomIn.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_zoomOut {
|
||
|
background-image: url('../img/zoomOut.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_measureDistance {
|
||
|
background-image: url('../img/distanceMeasurement.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_measureArea {
|
||
|
background-image: url('../img/areaMeasurement.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_measureClear {
|
||
|
background-image: url('../img/clearMeasurement.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_setCoordinates {
|
||
|
background-image: url('../img/convertPointCoordinates.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_getCoordinates {
|
||
|
background-image: url('../img/getPointCoordinates.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_print {
|
||
|
background-image: url('../img/print.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_featureInfo {
|
||
|
background-image: url('../img/identify.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_general_googlestreet {
|
||
|
background-image: url('../img/svhuman.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
.maptab_toolbar_general_googleearth {
|
||
|
background-image: url('../img/ge.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
.maptab_toolbar_general_icon{
|
||
|
background-image: url('../img/general.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
/**************** maptab_toolbar_search************************/
|
||
|
|
||
|
.maptab_toolbar_search {
|
||
|
background-image: url('../img/search.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_search_polygon {
|
||
|
background-image: url('../img/searchPolygon.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_search_line{
|
||
|
background-image: url('../img/searchLine.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_search_rectangle{
|
||
|
background-image: url('../img/searchRectangle.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_search_circle{
|
||
|
background-image: url('../img/searchCircle.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_search_clear {
|
||
|
background-image: url('../img/searchClear.png');
|
||
|
background-size:16px 16px;
|
||
|
|
||
|
}
|
||
|
|
||
|
/**************** maptab_toolbar_edit************************/
|
||
|
.maptab_toolbar_edit_point{
|
||
|
background-image: url('../img/drawPoint.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_line {
|
||
|
background-image: url('../img/drawLine.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_polygon {
|
||
|
background-image: url('../img/drawPolygon.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_select_by_point{
|
||
|
background-image: url('../img/selectbypoint.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_select_by_box{
|
||
|
background-image: url('../img/selectbybox.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_unselect{
|
||
|
background-image: url('../img/unselect.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit {
|
||
|
background-image: url('../img/edit.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_copy {
|
||
|
background-image: url('../img/copy.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_paste {
|
||
|
background-image: url('../img/paste.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_move {
|
||
|
background-image: url('../img/move.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_delete {
|
||
|
background-image: url('../img/delete.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_merge {
|
||
|
background-image: url('../img/merge.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_split {
|
||
|
background-image: url('../img/split.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_undo {
|
||
|
background-image: url('../img/undo.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_redo {
|
||
|
background-image: url('../img/redo.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_save{
|
||
|
background-image: url('../img/save.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_toolbar_edit_refresh{
|
||
|
background-image: url('../img/refresh.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
/**************** maptab_services_manager************************/
|
||
|
.maptab_services_manager_register{
|
||
|
background-image: url('../img/add.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_services_manager_unregister{
|
||
|
background-image: url('../img/remove.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_services_issecure{
|
||
|
background-image: url('../img/isSecure.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.maptab_services_manager_show_layers{
|
||
|
|
||
|
}
|
||
|
.maptab_services_manager_settings_layer{
|
||
|
|
||
|
}
|
||
|
.maptab_services_manager_layer_legend_size{
|
||
|
width: 18px!important;
|
||
|
height: 18px!important;
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
/**************** features************************/
|
||
|
.features_toolbar_showonmap {
|
||
|
background-image: url('../img/show.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_download {
|
||
|
background-image: url('../img/download.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_addtoselected {
|
||
|
background-image: url('../img/addToSelected.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_edit{
|
||
|
background-image: url('../img/edit.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_save{
|
||
|
background-image: url('../img/save.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_cancel{
|
||
|
background-image: url('../img/cancel.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_showinfow {
|
||
|
background-image: url('../img/featureInfoWindow.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.features_toolbar_highlight {
|
||
|
background-image: url('../img/highlight.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
/**************** maptab_layer_tree************************/
|
||
|
.maptab_layer_tree_opacity {
|
||
|
background-image: url('../img/layer.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
.maptab_layer_tree_refresh{
|
||
|
background-image: url('../img/refresh.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
/**************** other************************/
|
||
|
.tiff{
|
||
|
background-image: url('../img/tiff.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.svg{
|
||
|
background-image: url('../img/svg.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.kml{
|
||
|
background-image: url('../img/kml.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.shapefile{
|
||
|
background-image: url('../img/shapefile.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.csv{
|
||
|
background-image: url('../img/csv.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.pdf{
|
||
|
background-image: url('../img/pdf.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.play{
|
||
|
background-image: url('../img/play.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.stop{
|
||
|
background-image: url('../img/stop.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.pause{
|
||
|
background-image: url('../img/pause.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.chart{
|
||
|
background-image: url('../img/chart.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.save{
|
||
|
background-image: url('../img/save.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.refresh{
|
||
|
background-image: url('../img/refresh.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
.google{
|
||
|
background-image: url('../img/google.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
.save1{
|
||
|
background-image: url('../img/save1.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.mydraw_management_window_btn{
|
||
|
background-image: url('../img/layer-edit.png');
|
||
|
background-size:16px 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.control-window > .content {
|
||
|
min-height: 20vw;
|
||
|
min-width: 100%;
|
||
|
}
|
||
|
|
||
|
.dropdown-content {
|
||
|
max-height: 13em;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
html,body {
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#metadata-view {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* .x-panel { */
|
||
|
/* height: 100%; */
|
||
|
/* width: 100%; */
|
||
|
/* } */
|