Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .box-post {width:23%;
  2. background:#ffffff;display:block;position:relative;border:solid 2px #eeeeee; overflow:hidden;color:#FFFFFF;height:180px;float:left;margin:4px;-moz-box-shadow: 0 0 2px #999999;-webkit-box-shadow: 0 0 2px #999999;box-shadow: 0 0 2px #999999}
  3. .box-post img {width:100%;height:100%;}
  4. .box-post a{color:#ffffff;}
  5. .image-mask .mask-title {width:99%;height:0px;overflow:visible;background:rgba(0,0,0,0.7);opacity:0;height:0px;
  6. position:absolute;top:0;left:0;display:block;padding:3px;text-align:center;font-family:Arial, Helvetica, sans-serif;
  7. font-size:17px;line-height: 1.4em;text-transform:uppercase;}
  8. .image-mask:hover .mask-title{background-color: rgba(0,0,0,0.6);filter: alpha(opacity=0);opacity: 1;-webkit-transition:All 0.5s ease-in-out;-moz-transition:All 0.5s ease-in-out;height:140px;padding:3px;cursor:pointer;}
  9. .image-mask .mask {width:99%;height:0px;overflow:visible;background:rgba(0,0,0,0.3);opacity:0;height:0px;
  10. position:absolute;bottom:0;left:0;display:block;padding:3px;text-align:center;-webkit-transition:All 0.5s ease-in-out;-moz-transition:All 0.5s ease-in-out;}
  11. .image-mask:hover .mask{background: #459BF9;opacity: 1;height:30px;line-height:30px;font-family:Arial, Helvetica, sans-serif;zoom:150%;}
  12. .mask a{text-decoration:none;color:#fff}.mask a:hover{text-decoration:none;color:#CCCCCC}