|
|
|
|
|
|
|
body{
|
|
|
|
margin: 0;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
font-size:13px;
|
|
|
|
background-image: url("img/background_rough.png");
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Dashness';
|
|
|
|
src: url('dashness.ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-family: 'Dashness', Helvetica, Arial, sans-serif;
|
|
|
|
font-size:50px;
|
|
|
|
color: green;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3{
|
|
|
|
|
|
|
|
font-size:17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span{
|
|
|
|
|
|
|
|
font-family: 'Dashness', Helvetica, Arial, sans-serif;
|
|
|
|
font-size:50px;
|
|
|
|
color: green;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.blocktext{
|
|
|
|
|
|
|
|
border:red;
|
|
|
|
width:250px;
|
|
|
|
padding:15px;
|
|
|
|
display:inline;
|
|
|
|
position:relative;
|
|
|
|
float:left;
|
|
|
|
background-color: white;
|
|
|
|
opacity:0.8;
|
|
|
|
border-style: dashed;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.blockimage{
|
|
|
|
|
|
|
|
|
|
|
|
border:blue;
|
|
|
|
width:400px;
|
|
|
|
padding:15px;
|
|
|
|
border-style: dashed;
|
|
|
|
display:inline;
|
|
|
|
position:relative;
|
|
|
|
float:left;
|
|
|
|
background-color: white;
|
|
|
|
opacity:0.8;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
text-decoration: overline;
|
|
|
|
color:green;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
|
|
width: 400px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.container{
|
|
|
|
width:80%;
|
|
|
|
margin-top: 100px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right:auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container:first-child{
|
|
|
|
margin-top:50px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.moreinfo{
|
|
|
|
width:100%;
|
|
|
|
position:fixed;
|
|
|
|
top:0;
|
|
|
|
height:50px;
|
|
|
|
background-color:white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*p {
|
|
|
|
color: red;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
|
|
|
}*/
|