html {
overflow-y: scroll;
}
html, body {
font: normal 20px Palatino, Georgia, serif;
background: none repeat scroll 0 0 #FFEEFF;
font-family: Helvetica;
text-shadow: 0 1px 1px #FFFFFF;
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
}
img {
padding:1px;
border:1px solid #021a40;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
margin-right:2cm;
}
.wrap {
width: 500px;
margin: 50px auto;
h1, h2, h3, h4 {
font-weight: normal;
}
h3{
color: #389AAE;
}
a {
color: #389AAE;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin: 0 0 18px 0;
line-height: 24px;
}
.hacks {
margin-top: 48px;
.hack {
h3 {
margin-bottom: 5px;
}
}
}
footer {
margin-top: 48px;
font-style: italic;
font-size: 15px;
text-align: right;
}
}