Advertisement
Guest User

Untitled

a guest
Oct 28th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. .gallery {
  2.     margin: 0 auto 18px;
  3. }
  4. .gallery .gallery-item {
  5.     float: left;
  6.     margin-top: 0;
  7.     text-align: center;
  8.     width: 33%;
  9. }
  10. .gallery-columns-2 .gallery-item {
  11.     width: 50%;
  12. }
  13. .gallery-columns-4 .gallery-item {
  14.     width: 25%;
  15. }
  16. .gallery img {
  17.     border: 2px solid #cfcfcf;
  18. }
  19. .gallery-columns-2 .attachment-medium {
  20.     max-width: 92%;
  21.     height: auto;
  22. }
  23. .gallery-columns-4 .attachment-thumbnail {
  24.     max-width: 84%;
  25.     height: auto;
  26. }
  27. .gallery .gallery-caption {
  28.     color: #888;
  29.     font-size: 12px;
  30.     margin: 0 0 12px;
  31. }
  32. .gallery dl {
  33.     margin: 0;
  34. }
  35. .gallery img {
  36.     border: 10px solid #f1f1f1;
  37. }
  38. .gallery br+br {
  39.     display: none;
  40. }
  41. #content .attachment img {/* single attachment images should be centered */
  42.     display: block;
  43.     margin: 0 auto;
  44. }
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement