68 lines
1.1 KiB
CSS
68 lines
1.1 KiB
CSS
|
<style>
|
||
|
body {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
html, body, #map {
|
||
|
z-index: 1;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
div.info {
|
||
|
z-index: 10000;
|
||
|
position: absolute;
|
||
|
left: 10px;
|
||
|
top: 14px;
|
||
|
padding: 4px;
|
||
|
width: 435px;
|
||
|
font-size: small;
|
||
|
font: sans-serif;
|
||
|
background: rgb(255, 255, 255);
|
||
|
background: rgba(255, 255, 255, 0.95);
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||
|
overflow: auto;
|
||
|
}
|
||
|
div.tab {
|
||
|
z-index: 10010;
|
||
|
width: 400px;
|
||
|
padding: 0px;
|
||
|
float: left;
|
||
|
font-size: small;
|
||
|
font: sans-serif;
|
||
|
background: rgb(255, 255, 255);
|
||
|
background: rgba(25, 255, 255, 0.95);
|
||
|
}
|
||
|
div.rublogo {
|
||
|
z-index: 10000;
|
||
|
position: absolute;
|
||
|
top: 10px;
|
||
|
right: 46px;
|
||
|
height: 33px;
|
||
|
padding: 10px;
|
||
|
width: 155px;
|
||
|
font-size: x-small;
|
||
|
font: sans-serif;
|
||
|
color: #003560;
|
||
|
background: rgb(255, 255, 255);
|
||
|
background: rgba(255, 255, 255, 0.95);
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||
|
|
||
|
}
|
||
|
a.map-link {
|
||
|
float: right;
|
||
|
}
|
||
|
li.infotab {
|
||
|
float: right!important;
|
||
|
}
|
||
|
td.ar {
|
||
|
text-align: right;
|
||
|
}
|
||
|
</style>
|