Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. /** DOWNLOAD Style **/
  2. .type-show {
  3.   float:left;
  4.   width: 27%;
  5.   margin-right: 3%;
  6.   margin-top: 30px;
  7. }
  8. .type-show .img-show {
  9.   background: none repeat scroll 0 0 #FFFFFF;
  10.   border: 1px solid #DDDDDD;
  11.   padding: 4%;
  12.   box-shadow: 1px 2px 2px #666;
  13. }
  14. .title-show {
  15.   background: none repeat scroll 0 0 #0F869B;
  16.   margin-top: -40px;
  17.   position: absolute;
  18.   text-align: center;
  19.   width: 27%;
  20.   z-index: 1000;
  21.   height: 40px;
  22.   opacity: 0.85;
  23. }
  24. .title-show > a {
  25.   color: #fff;
  26.   text-decoration: none;
  27.   font-size: 12pt;
  28. }
  29. .img-show > img{ width:100%;  }
  30. div .type-show:last-child { margin-right:0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement