Código CSS:
Ver original@font-face {
font-family: 'Caviar Dreams';
src: url("../font/CaviarDreams-webfont.eot");
src: url("../font/CaviarDreams-webfont.eot?#iefix") format('embedded-opentype'), url("../font/CaviarDreams-webfont.woff") format('woff'), url("../font/CaviarDreams-webfont.ttf") format('truetype'), url("../font/CaviarDreams-webfont.svg#CaviarDreamsRegular") format('svg');
font-weight: normal;
font-style: normal;
}
viewport {
width: device-width;
}
html,
body {
background: #fff;
font-size: 16px;
font-family: 'Caviar Dreams';
line-height: 1.5em;
margin: 0;
padding: 0;
}
hr {
border-top: 3px #937948;
border-bottom: 3px #937948;
border-left: 3px #937948;
border-right: 3px #937948;
color: #bea77b;
display: block;
height: 4px;
margin: 1em 0;
padding: 0;
width: 80%;
}
a {
text-decoration: none;
color: #bea77b;
}
a:visited {
color: #b49966;
}
img {
border: 0;
margin: 0;
max-width: 100%;
padding: 0;
vertical-align: middle;
}
small {
color: #f4be57;
}
#container {
height: 100%;
margin: 0 auto;
width: 320px;
}
#header {
display: block;
margin: 0;
padding: 3px;
width: 100%;
}
#header h1 {
text-align: center;
color: #bdd708;
}
#sidebar {
color: #f4be57;
height: 100%;
width: 320px;
list-style-type: none;
}
#sidebar ul li {
display: inline-block;
font-size: 32px;
}
#pager {
display: inline-block;
list-style-type: none;
}
#postbox {
display: block;
width: 100%;
}
#postbox article {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
#postbox h1 {
text-align: left;
color: #bdd708;
}
#postbox p {
padding: 10px;
}
.tag {
color: #d9940e;
font-weight: bold;
}
.navbar {
height: 50px;
list-style-type: none;
width: 100%;
}
.navbar ul li {
display: block;
}
.pager {
list-style-type: none;
}
Ese es el css que estoy usando