@import "compass/css3";
|
|
|
|
body, html {
|
|
overflow:hidden;
|
|
background-color:#f1f1f1;
|
|
}
|
|
|
|
#title
|
|
{
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 70px;
|
|
margin: 0px;
|
|
background-color: #2b2b2b;
|
|
z-index: 100;
|
|
}
|
|
|
|
#OSM
|
|
{
|
|
background: white;
|
|
width: 100%;
|
|
padding: 10px;
|
|
}
|
|
|
|
a
|
|
{
|
|
color:#5fd0f1;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#title img
|
|
{
|
|
padding-top:10px;
|
|
height: 50px;
|
|
}
|
|
|
|
#title .rightLogo
|
|
{
|
|
float:right;
|
|
margin-right:25px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1000px) and (max-height: 500px){
|
|
|
|
#title
|
|
{
|
|
height: 50px;
|
|
}
|
|
|
|
#title img
|
|
{
|
|
padding-top:10px;
|
|
height: 30px;
|
|
}
|
|
|
|
}
|