agmission/Development/server/public/sprayMap.css

62 lines
1.2 KiB
CSS

html,
body {
padding: 0;
margin: 0;
}
#map {
width: 760px;
height: 550px;
}
.report-place {
display: block;
background: transparent;
border-color: transparent;
position: absolute;
font-size: 16px;
/* font-family: "Lucida Grande", "Arial", sans-serif; */
font-weight: bold;
padding: 0px 4px;
margin: 1px;
color: white;
text-shadow: -1px 0 0 black,
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
1px 0 0 black,
1px 1px 0 black,
0 1px 0 black,
-1px 1px 0 black;
box-shadow: none;
white-space: nowrap;
transform-origin: 0;
pointer-events: none;
}
.report-place:before,
.report-place:after {
border-top: 0px transparent;
border-bottom: 0px transparent;
content: none;
position: absolute;
}
.title-center {
display: block;
/* text-align: center; */
border: 0;
padding: 0;
margin: 0;
line-height: 12px;
}
.leaflet-control-scale-line {
font-size: 14px;
font-weight: bold;
}
body .leaflet-container .leaflet-control-mapcentercoord {
font-size: 1.5em;
font-weight: bold;
}