maplog.csshtml {
width: 100%;
height: 100%;
}
body, .x-border-layout-ct {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
/* background: #efefef;*/
font-family: sans-serif;
font-size: 10pt;
}
div.olMapViewport{
background: white;
color: black;
}
#headding{
padding: 0px;
height: 98px;
/*background: rgba(153, 204, 0, 0.85);*/
/*background: rgba(244, 239, 239, 0.85);*/
background: #4EA770;
}
h1 {
display: none;
}
#head {
height: 80px;
/* padding-left: 20px; */
/* padding-bottom: 2px; */
}
#maplogbody {
height: 800px;
width: 100%;
}
.MapLog-featureDiv, .MapLog-featurePopup{
font-size : 10px;
font-style : sans-serif;
background : white;
position:relative;
top:-30px;
left:0px;
margin : 2px;
border: 1px solid #ccc;
/*
opacity:0.3;
filter:alpha(opacity=30)
*/
}
.MapLog-featurePopup{
margin : 0px;
top : 0px;
}
.MapLog-activeIcon {
width: 20px;
height: 20px;
position:relative;
top:-25px;
left:25px;
}
.olControlUnitSelectorItemInactive {
background-image: url("select_units_off.png");
}
.olControlUnitSelectorItemActive {
background-image: url("select_units_on.png");
}
.MapLogControlTracQueryItemInactive {
background-image: url("../icons/query_point_off.png");
}
.MapLogControlTracQueryItemActive {
background-image: url("../icons/query_point_on.png");
}
h1 {
font-size: 2em;
font-weight: bold;
font-family: monospace;
padding: 5px;
}
div.olControlNavigationHistory {
background-image: url("../icons/navigation_history.png");
}
a img {
border: none;
}
#mainnav {
text-align: center;
padding: 20px;
clear:both;
}
#mainnav div {
display: block;
float: left;
width: 250px;
height: 250px;
border: 2px solid #ccc;
padding: 10px;
margin-right: 25px;
}
a{
font-weight: bold;
text-decoration: none;
}
#footer {
margin-top: 20px;
font-size: 0.7em;
/*background: rgba(153, 204, 0, 0.85);*/
/*background: rgba(244, 239, 239, 0.85);*/
background: #4EA770;
padding: 5px;
width: 100%;
}
.navigation li {
display: inline;
border-right: solid white 1px;
padding-left: 3px;
padding-right: 3px;
}
.navigation {
display: inline;
margin-right: 20px;
float: left;
}
#headnavigation {
color: black;
border-top: solid white 1px;
border-bottom: solid white 1px;
/*background: rgba(153, 204, 0, 0.85); Foodie color*/
/*background: rgba(244, 239, 239, 0.85); SDI4Apps color*/
background: #4EA770;
}
#headnavigation a{
color: black;
font-weight: normal;
}
.trac-query-result .even {
background: #eee;
}
.trac-query-result .head {
font-weight: bold;
}
.HSLayersControlBoxLayerSwitcher {
width: 300px;
}
/* pro sablonu detailu */
.olPopup dl, #detailTemplate dl {
padding-left: 10px;
}
.olPopup dd, #detailTemplate dd {
display: block;
float: left;
width: 150px;
clear: left;
}
.olPopup dd, #detailTemplate dt {
clear: right;
}
#detailTemplate h4, #detailTemplate h5 {
clear:both;
margin-top: 10px;
}
/* pro prepinac vrstev */
.x-panel .HSLayersControlBoxLayerSwitcher .olSublayerInactive {
background:none repeat scroll 0 0 #EEEEEE;
margin-left:5px;
padding:2px;
text-align:center;
width:100px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid white;
border-top: 1px solid white;
}
.x-panel .HSLayersControlBoxLayerSwitcher .olSublayerActive {
background:none repeat scroll 0 0 #DDDDDD;
margin-left:5px;
padding:2px;
text-align:center;
width:100px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid white;
border-bottom: 1px solid white;
}
#logininfo {
text-align:right;
}
div.x-tree-node-leaf a.x-tree-node-anchor{
font-weight: normal;
}