You can not 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
579 B

@import "compass/css3";
#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;
}
}