Punktwolken Dateien auf Server, Pfade geändert und Slider eingebunden
This commit is contained in:
@@ -43,7 +43,7 @@ body{
|
||||
}
|
||||
|
||||
.logos{
|
||||
margin-top:25px;
|
||||
margin-top:20px;
|
||||
margin-left: 12px;
|
||||
opacity:0.8;
|
||||
}
|
||||
@@ -97,8 +97,10 @@ body{
|
||||
top: 48%;
|
||||
transform:translateY(-50%);
|
||||
left: 20px;
|
||||
width: 200px;
|
||||
width: 210px;
|
||||
padding: 22px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
backdrop-filter: blur(18px);
|
||||
border: 1px solid rgba(255,255,255,0.3);
|
||||
@@ -228,6 +230,7 @@ footer{
|
||||
.sideBarText{
|
||||
font-size:80%;
|
||||
margin:0;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
#pointSlider, #pointSizeSlider{
|
||||
@@ -235,6 +238,7 @@ margin:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 6px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
input[type="range"]{
|
||||
@@ -247,7 +251,6 @@ input[type="range"]{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
input[type="range"]::-webkit-slider-thumb{
|
||||
@@ -266,6 +269,15 @@ input[type="range"]::-webkit-slider-thumb{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.slider-labels{
|
||||
display:flex;
|
||||
justify-content:space-between;
|
||||
font-size:0.5rem;
|
||||
color:#868686;
|
||||
margin-bottom:0px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
#title{
|
||||
z-index: 30;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user