Skip to content

Instantly share code, notes, and snippets.

@sanasol
Created June 21, 2012 16:26
Show Gist options
  • Save sanasol/2966840 to your computer and use it in GitHub Desktop.
Save sanasol/2966840 to your computer and use it in GitHub Desktop.
.square:hover {
background-color:
rgba(0, 0, 0, 0.5);
color:
#7D261A;
}
.square {
float: left;
margin-left: 2px;
max-width: 110px;
padding-bottom: 5px;
color:
#666;
}
.square-text {
width: 101px;
display: table-cell;
text-align: center;
font-size: 11px;
font-family: Arial, sans-serif;
line-height: 13px;
vertical-align: bottom;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}
.grid-img {
width: 90px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 10px
rgba(0, 0, 0, 0.7);
box-shadow: 0 0 10px
rgba(0, 0, 0, 0.7);
padding: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment