Skip to content

Instantly share code, notes, and snippets.

@chrisegg
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisegg/4d2201e25a77d9caf4b0 to your computer and use it in GitHub Desktop.
Save chrisegg/4d2201e25a77d9caf4b0 to your computer and use it in GitHub Desktop.
/* Welcome
--------------------------------------------- */
.welcome {
background: #fff;
clear: both;
}
.welcome .wrap {
color: #333;
font-size: 22px;
font-size: 1.375rem;
font-weight: 300;
margin: 0 auto;
overflow: hidden;
padding: 60px 0 30px;
text-align: center;
width: 800px;
}
.welcome .wrap h2 {
font-size: 52px;
line-height: 55px;
}
.welcome .wrap p {
color: #333;
font-size: 22px;
font-weight: 300;
}
/* Home Bottom
--------------------------------------------- */
.home-bottom {
clear: both;
margin: 0 auto 0;
padding: 60px 0 40px;
overflow: hidden;
background-color: #F17B6F;
}
.home-bottom .wrap {
clear: both;
margin: 0 auto;
width: 1140px;
}
.home-bottom a {
border-bottom: none;
color: #333;
}
.home-bottom a:hover {
color: #fff;
border-bottom: none;
}
.home-bottom h2,
.home-bottom h4 {
font-size: 20px;
text-align: center;
}
.home-bottom ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.home-bottom ul li {
list-style-type: none;
margin: 0 0 5px;
padding: 0 0 5px;
}
.home-bottom ul ul {
list-style-type: none;
margin: 0;
padding: 0 0 10px;
}
.home-bottom ul li ul li {
margin: 0;
padding: 5px 0 0;
}
.home-bottom .widget {
margin: 0 0 20px;
padding: 0;
}
.home-bottom .featuredpost img,
.home-bottom .featuredpage img {
margin: 0 0 10px;
}
.home-bottom .featuredpost img:hover,
.home-bottom .featuredpage img:hover {
opacity: .8;
}
.home-bottom .user-profile .avatar {
background: #fff;
border: 4px solid #eee;
margin: 0 0 -5px;
padding: 1px;
}
.home-bottom-1,
.home-bottom-2 {
float: left;
margin-right: 5.555555555%;
width: 29.629629629%;
text-align: center;
}
.home-bottom-3 {
float: right;
width: 29.629629629%;
text-align: center;
}
/* Home Bottom Message
--------------------------------------------- */
.home-bottom-message {
clear: both;
margin: 0px auto;
padding: 0 0 50px;
font-size: 22px;
font-weight: 400;
}
.home-bottom-message .wrap {
width: 100%;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment