Skip to content

Instantly share code, notes, and snippets.

@elioverbey
Created March 23, 2014 05:18
Show Gist options
  • Save elioverbey/9719125 to your computer and use it in GitHub Desktop.
Save elioverbey/9719125 to your computer and use it in GitHub Desktop.
/* Author Box
--------------------------------------------- */
.author-box .avatar {
height: 73px;
width: 73px;
border: 3px solid #fff;
border-radius: 5px;
float: none;
}
.author-box a {
color: #fff;
font-weight: bold;
}
.author-box img{
margin-bottom: 10px;
}
.author-box .avatar {
margin-right: 0px;
}
.archive-description {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
font-size: 18px;
padding: 40px 0;
}
.author-box {
background: #444 url('images/twitter-background.jpg');
font-size: 18px;
height: 100%;
margin-bottom: 100px;
padding: 60px 15px;
text-align: center;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.author-box-title {
font-size: 22px;
margin-bottom: 8px;
clear: both;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment