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.

113 lines
1.6 KiB

@font-face {
font-family: "SourceSansPro-Regular";
src: url('fonts/SourceSansPro-Regular.otf') format("truetype");
}
@font-face {
font-family: "SourceSansPro-Bold";
src: url('fonts/SourceSansPro-Bold.otf') format("truetype");
}
body{
font-family: 'SourceSansPro-Regular', Arial, serif;
font-size: 10px;
}
.header{
top:35px;
width: inherit;
11 years ago
height: 10px;
position: absolute;
z-index: 3;
text-align: center;
color:#7777;
font-size: 12;
text-shadow: 0px 2px 3px rgba(150, 150, 150, 1)
}
11 years ago
#url{
top:50px;
font-size: 30px;
color:#7777;
font-family: 'SourceSansPro-Bold';
text-shadow: 0px 2px 3px rgba(150, 150, 150, 1)
11 years ago
}
11 years ago
#map {
z-index:1;
top: 0px;
left: 0px;
position:absolute;
}
.bar{
11 years ago
z-index:2;
top:0px;
left:0px;
width:20px;
11 years ago
height:100%;
position:absolute;
11 years ago
background-color: white;
-webkit-box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
overflow: auto;
11 years ago
}
#button{
z-index:4;
float:right;
width: 10px;
height: 90%;
padding: 5px;
font-size: 20px;
11 years ago
}
.info{
z-index: 3;
width:250;
position: absolute;
top: 0px;
z-index: 4;
color:black;
padding: 15px;
float: left;
overflow: auto;
}
.test{
background: repeat;
}
11 years ago
.divider{
font-size: 14;
text-align: center;
}
#footer{
bottom:0;
overflow: auto;
}
.info a {
color:#6cb9f7;
}
.info img{
top :0px;
}
.info p {
overflow: auto;
padding-left: 10px;
}
.info #info-text{
text-align: justify;
height:inherit;
overflow: auto;
11 years ago
}
.toggle{
text-align: center;
font-weight: 700;
cursor: pointer;
font-size: 14;
}
}
#metadata{
visibility: hidden;
11 years ago
}