style.css
h1 {
font-family: Verdana, Helvetica, Arial, "Droid Sans", sans-serif;
font-size: 18pt;
padding: none;
}
h2 {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 14pt;
padding: none;
}
/*
.tab p {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 11pt;
}
.tab div {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 11pt;
}
*/
.map {
display: float;
float: right;
width: 65%;
height: 700px;
margin-right: 5px;
}
.system{
color: green;
}
interface {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
display: block;
font-size: 10pt;
float: left;
/* overflow-y: scroll;*/
padding-left: 2%;
padding-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 12px;
padding-right: 12px;
/* background-color: rgb(240,240,240);*/
background-color: white;
/* border: 1px solid #ccc;*/
width: 30.5%;
height: 640px;
}
.innerTab {
display: block;
font-size: 9pt;
float: left;
/* padding-left: 2%;
padding-right: 1%;*/
padding-top: 10px;
padding-bottom: 10px;
padding-left: 12px;
padding-right: 6px;
/* background-color: rgb(240,240,240);*/
background-color: white;
border: 1px solid #ccc;
width: 94%;
height: 375px;
}
.innerTabScrollBox {
display: block;
float: left;
height: 80%;
width: 101%;
overflow-y: scroll;
}
interface th{
width: 9%;
font-size: 9pt;
background-color: rgb(225,225,225);
text-align: right;
padding: 2px;
}
interface td{
width: 9%;
font-size: 8pt;
text-align: right;
padding: 2px;
background-color: rgb(245,245,245);
}
input{
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
}
.shiContainer {
width: 100%;
}
.slider {
-webkit-appearance: none;
width: 80%;
height: 10px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('../images/shiSlideIcon.png');
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 26px;
height: 26px;
border: 0;
background: url('../images/shiSlideIcon.png');
cursor: pointer;
}
/* Style the tab */
.tab {
overflow: hidden;
/* border: 1px solid #ccc; */
background-color: #f1f1f1;
width: 33.5%;
}
.chkCont{
width: 21px;
float: left;
border: none;
outline: none;
padding: 3px 4px;
/* transition: 0.3s;*/
}
.mapGuide {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 9pt;
}
.mapSelect{
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 10pt;
display: block;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
background-color: #ddd;
width: 33%;
min-height: 50px;
}
.chkCont:hover{
background-color: inherit;
}
.sel{
background-color: inherit;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 10px 12px;
transition: 0.3s;
}
.tab input {
background-color: inherit;
float: left;
border: none;
outline: none;
padding: 0px;
transition: 0.3s;
margin:0px;
}
.tab .chkCont{
height: 0px;
}
.tab input:hover {
background-color: inherit;
}
.tab input:active {
background-color: inherit;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Style the tab content */
.tabcontent {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 11pt;
display: none;
padding: 6px 4px;
border: 1px solid #ccc;
border-top: none;
}
.leaflet-tooltip.mapLabel {
font-family: Helvetica, Arial, "Liberations Sans", sans-serif;
font-size: 7pt;
font-weight: bold;
position: absolute;
padding: 0px;
background-color: transparent;
border: 0px solid transparent;
border-radius: 3px;
color: black;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 0px 0px transparent;
}
.leaflet-tooltip.leaflet-clickable.mapLabel {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top.mapLabel:before,
.leaflet-tooltip-bottom.mapLabel:before,
.leaflet-tooltip-left.mapLabel:before,
.leaflet-tooltip-right.mapLabel:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
/* Directions */
.leaflet-tooltip-bottom.mapLabel {
margin-top: 6px;
}
.leaflet-tooltip-top.mapLabel {
margin-top: -6px;
}
.leaflet-tooltip-bottom.mapLabel:before,
.leaflet-tooltip-top.mapLabel:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top.mapLabel:before {
bottom: 0;
margin-bottom: 0px;
border-top-color: transparent;
}
.leaflet-tooltip-bottom.mapLabel:before {
top: 0;
margin-top: 0px;
margin-left: 0px;
border-bottom-color: transparent;
}
.leaflet-tooltip-left.mapLabel {
margin-left: 0px;
}
.leaflet-tooltip-right.mapLabel {
margin-left: 0px;
}
.leaflet-tooltip-left.mapLabel:before,
.leaflet-tooltip-right.mapLabel:before {
top: 0%;
margin-top: 0px;
}
.leaflet-tooltip-left.mapLabel:before {
right: 0;
margin-right: 0px;
border-left-color: transparent;
}
.leaflet-tooltip-right.mapLabel:before {
left: 0;
margin-left: 0px;
border-right-color: transparent;
}
searchEntry {
display: block;
padding: 5px;
margin-bottom: 2px;
}
.seDefault{
background-color: rgb(245,245,245);
}
.seSelected{
background-color: rgb(225,225,225);
}
.seElement {
font-size: 8pt;
}
.seBtn{
float: right;
padding: 1px;
margin-top: 4px;
}