VISTA PREVIA
Código css
Debes copiar y pegar el siguiente código en "Texto por debajo de la página".
<style type="text/css">
body {
background-color:#d8d8d8;
background-image: none;
}
#stage {
margin: 0px auto;
max-width: 1000px;
min-width: 810px;
position: relative;
}
#masthead {
margin: 0px;
padding: 0px;
background-color:transparent;
overflow: hidden;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
}
#inner-masthead {
margin: 0px 20px;
position: relative;
width: auto;
background-color:transparent;
margin:0px;
}
#masthead #claim {
display: inline-block;
background: url("") no-repeat scroll right bottom transparent;
padding-right: 100px;
position: absolute;
}
#masthead #claim .site-title {
font-weight: bold;
font-size: 60px;
padding-top: 40px;
}
#masthead #claim .site-description {
font-weight: bold;
font-size: 16px;
color: #ff3600;
padding-top:8px;
padding-left:3px;
}
#masthead #likeButton {
border-top-left-radius: 0px;
padding: 10px;
background-color: transparent;
}
#masthead #header-image {
width: 100%;
max-height: 300px;
overflow: hidden;
min-height: 120px;
background-color:transparent;
height:auto;
}
#header-image {
background-image: url("");
}
#access {
background: url("");
background-color: #131313;
clear: both;
display: block;
float: left;
width: 100%;
border-bottom:5px solid #ff3600;
}
#access a {
margin-bottom:0px;
color:#fff;
padding: 0px 35px 0px 35px;
}
#access li {
float: left;
position: relative;
margin-right: 5px;
}
#access ul ul {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
padding-top:9px;
}
#access ul ul a {
background-color:#dedede;
border-bottom: medium none;
padding: 5px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
background-color:#ff3600;
}
#secondmenu a, #access a {
background-image: url("");
}
#access li:hover > a, #access a:focus {
background-image: url("");
color: #fff;
background-color:#ff3600;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
}
#container {
padding-top: 0px;
}
#content {
min-width: 1000px;
min-height: 600px;
background-color: #f7f7f7;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
}
#main {
clear: both;
padding: 1.625em 0px 0px;
}
h1, h1 a {
font-size: 30px;
line-height: 1.5em;
color: #ff3600;
font-weight: bold;
}
#footer {
clear: both;
padding: 30px 0px;
font-size: 0.8em;
background-color: #131313;
color:#d5d5d5;
border-top:5px solid #ff3600;
}
</style>