Advertisement
darktenshi

kotak anime template blog

Dec 19th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. /* CSS Featured Anime kotak*/
  2. #recomanim {
  3. margin: 1% 1% 0px;
  4. }
  5. .stat {
  6. position: absolute;
  7. z-index: 10;
  8. color: #FFF;
  9. padding: 3px 6px;
  10. font-size: 10px;
  11. border-radius: 3px;
  12. top: 5px;
  13. right: 5px;
  14. }
  15. .recobox {
  16. margin-bottom: 20px;
  17. padding: 5px;
  18. background-image: linear-gradient(to bottom, #E8E8E8 0px, #F5F5F5 100%);
  19. background-repeat: repeat-x;
  20. border: 1px solid #DBDBDB;
  21. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
  22. }
  23. .anim {
  24. float: left;
  25. margin: 5px;
  26. border: 1px solid #CCC;
  27. border-radius: 3px;
  28. position: relative;
  29. width: 115px;
  30. height: 138px;
  31. overflow: hidden;
  32. }
  33. .stat.ongo {
  34. background: none repeat scroll 0% 0% #3B5CA3;
  35. }
  36. .anim a {
  37. display: block;
  38. font-size: 0px;
  39. }
  40. .anim img {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .anim p {
  45. margin: 0px;
  46. font-size: 11px;
  47. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
  48. color: #FFF;
  49. position: absolute;
  50. bottom: 0px;
  51. z-index: 200;
  52. padding: 4px 6px 5px;
  53. width: 100px;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. white-space: nowrap;
  57. }
  58. /* CSS Featured Anime kotak end*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement