Advertisement
MHZ

peace

MHZ
Jul 10th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
  2. .BlogList .item-thumbnail img {
  3. padding: 2px;
  4. background: transparent;
  5. border: 1px solid transparent;
  6. -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  7. -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  8. box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  9. }
  10. .post-body img, .post-body .tr-caption-container {
  11. padding: 5px;
  12. }
  13. .post-body .tr-caption-container {
  14. color: transparent;
  15. }
  16. .post-body .tr-caption-container img {
  17. padding: 0;
  18. background: transparent;
  19. border: none;
  20. -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  21. -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  22. box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement