Advertisement
Guest User

Amaury BALMER

a guest
Aug 8th, 2008
1,692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. /* Begin Images */
  2. p img {
  3. padding: 0;
  4. max-width: 100%;
  5. }
  6. img.centered, img.aligncenter {
  7. display: block;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11. img.alignright {
  12. padding: 4px;
  13. margin: 0 0 2px 7px;
  14. display: inline;
  15. }
  16. img.alignleft {
  17. padding: 4px;
  18. margin: 0 7px 2px 0;
  19. display: inline;
  20. }
  21. .alignright {
  22. float: right;
  23. }
  24. .alignleft {
  25. float: left;
  26. }
  27. /* End Images */
  28.  
  29. /* Captions */
  30. .aligncenter,
  31. div.aligncenter {
  32. display: block;
  33. margin-left: auto;
  34. margin-right: auto;
  35. }
  36.  
  37. .wp-caption {
  38. border: 1px solid #ddd;
  39. text-align: center;
  40. background-color: #f3f3f3;
  41. padding-top: 4px;
  42. margin: 10px;
  43. -moz-border-radius: 3px;
  44. -khtml-border-radius: 3px;
  45. -webkit-border-radius: 3px;
  46. border-radius: 3px;
  47. }
  48.  
  49. .wp-caption img {
  50. margin: 0;
  51. padding: 0;
  52. border: 0 none;
  53. }
  54.  
  55. .wp-caption p.wp-caption-text {
  56. font-size: 11px;
  57. line-height: 17px;
  58. padding: 0 4px 5px;
  59. margin: 0;
  60. }
  61. /* End captions */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement