You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
759 B
CSS

body {
background-color: #000;
font-family: "Lucida Console", Monaco, monospace !important;
color: #fff;
}
html, body, #map {
height: 100vh;
width: 100%;
}
body {
padding: 0;
margin: 0;
}
div {font-family: "Lucida Console", Monaco, monospace !important;}
.text{
color: white;
font-size: 3px;
width: 300px;
}
.themes{
width: 0px;
color: white;
font-size: 7px;
}
.sthemes{
width: 150px;
color: white;
font-size: 3px;
}
.subsub{
color: white;
font-size: 1px;
}
.leaflet-control-attribution{
display: none !important;
}
.myattr {
box-shadow: none;
font-size: 11px;
background: rgba(255, 255, 255, 0.5);
padding: 1px;
margin: 0px 2px;
color: rgb(44, 44, 44);
}