Skip to content

Instantly share code, notes, and snippets.

@iamkingsleyf
Created April 13, 2014 22:36
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 iamkingsleyf/10605162 to your computer and use it in GitHub Desktop.
Save iamkingsleyf/10605162 to your computer and use it in GitHub Desktop.
/* Custom Content Styling
--------------------------------------------- */
.featured-content.featured-post-3 .featuredpost {
border: 1px solid #DDDDDD;
box-shadow: 0 0 10px #DDDDDD;
color: #54636E;
font-size: 16px;
-webkit-border-radius: 36px 12px;
-moz-border-radius: 36px / 12px;
border-radius: 36px / 12px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.6)
}
.more-link {
background-color: #333;
padding: 6px;
border-bottom: 5px solid #555;
border-radius: 5px;
-webkit-border-radius: 36px 12px;
-moz-border-radius: 36px / 12px;
border-radius: 36px / 12px;
-webkit-transform: rotate(-5deg);
float: right;
}
.entry {
background: url("images/topiest-colors2.png") repeat-x scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
box-shadow: 0 0 10px #DDDDDD;
color: #54636E;
font-size: 16px;
padding:22px 32px;
-webkit-border-radius: 36px 12px;
-moz-border-radius: 36px / 12px;
border-radius: 36px / 12px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.6);
}
.entry:hover {
box-shadow: 0 0 8px #C5C5C5;
transition-duration: 0.8s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment