64 lines
996 B
CSS
64 lines
996 B
CSS
html,body,#app,.change-img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
body{
|
|
margin: 4px 8px 0 8px;
|
|
}
|
|
.mapLabels {
|
|
font-size: 10px;
|
|
text-align:center;
|
|
text-shadow:#ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0;
|
|
}
|
|
|
|
.mapLabels img{
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
@media screen {
|
|
.mapLabels .pubPoints img {
|
|
width: 25px;
|
|
height: 25px;
|
|
-webkit-border-radius: 25px;
|
|
border: 2px #a72525 solid;
|
|
}
|
|
}
|
|
|
|
|
|
.floorsUI, .testButton
|
|
{
|
|
position: absolute;;
|
|
list-style: none;
|
|
padding: 0;
|
|
left: 0px;
|
|
}
|
|
|
|
.floorsUI{
|
|
top:100px;
|
|
}
|
|
|
|
.testButton{
|
|
margin-left: auto;
|
|
margin-right: 2px;
|
|
top: 100px;
|
|
float:right;
|
|
width: 100%;
|
|
}
|
|
.testButton ul{
|
|
float: right;
|
|
|
|
}
|
|
.floorsUI li, .testButton li{
|
|
max-width: 100px;
|
|
padding: 10px;
|
|
background-color: #e8e8e8 ;
|
|
border: 1px solid #bbbbbb;
|
|
text-align: center;
|
|
list-style-type:none;
|
|
|
|
}
|
|
|
|
.floorsUI .selected{
|
|
background-color: #cccccc !important;
|
|
} |