21
| <![CDATA[<style type="text/css">
.bodyBg
{
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about
{
display: block;
overflow: hidden;
min-width: 300px;
min-height: 400px;
padding: 40px 70px;
text-align: left;
background-color: #ECF0F1;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.4);
box-shadow: 0 3px 6px rgba(0,0,0,.4);
}
@media only screen and (min-height: 600px)
{
.about
{
margin: 60px auto;
}
}
@media only screen and (max-height: 599px)
{
.about
{
margin: auto;
}
}
@media only screen and (min-width: 800px)
{
.about
{
width: 600px;
}
}
@media only screen and (max-width: 799px)
{
.about
{
width: 400px;
}
}
.about h1
{
font-family: Arial, Helvetica, sans-serif, 'Lucida Sans';
font-size: 25px;
line-height: 22px;
width: 100%;
padding: 20px 0;
text-align: left;
color: #aaa;
}
.about div
{
font-family: Arial, Helvetica, sans-serif, 'Lucida Sans';
font-size: 14px;
line-height: 24px;
display: block;
width: 100%;
padding: 20px 0;
color: #000;
}
</style>]]>
|