Skip to content

Instantly share code, notes, and snippets.

@hpainter
Last active August 29, 2015 14:11
Show Gist options
  • Save hpainter/d51cad558e9af7aa99ed to your computer and use it in GitHub Desktop.
Save hpainter/d51cad558e9af7aa99ed to your computer and use it in GitHub Desktop.
#item_template {
display: none;
}
#feed .item {
width: 300px;
height: 125px;
box-shadow: -5px 5px 8px #888;
background: #FFF;
border-color: #000
}
#feed .item:hover {
border-color: #008CBA;
color: #008CBA;
}
#feed .item-href {
color: #222;
text-decoration: none;
}
#feed .item-href:hover {
color: #008CBA;
}
#feed .item-image {
display: block;
width: 80px;
height: 100%;
margin: 5px;
float: left;
}
#feed .item-image .fi-photo {
font-size: 70px;
}
.parallax {
-webkit-perspective: 8px;
perspective: 8px;
height: 70vh;
overflow-x: hidden;
overflow-y: auto;
min-height: 200px;
border: 10px solid #000;
margin: 20px 0;
background: #F2F2F2;
}
.parallax .layer {
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment