Advertisement
alchymyth

blogroll widget images

Mar 18th, 2012
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. /* Image borders */
  2. img[class*="align"],
  3. img[class*="wp-image-"],
  4. #content .gallery .gallery-icon img,
  5. .blogroll a img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  6.     border: 1px solid #ddd;
  7.     padding: 6px;
  8. }
  9. .wp-caption img {
  10.     border-color: #eee;
  11. }
  12. a:focus img[class*="align"],
  13. a:hover img[class*="align"],
  14. a:active img[class*="align"],
  15. a:focus img[class*="wp-image-"],
  16. a:hover img[class*="wp-image-"],
  17. .blogroll a:hover img,
  18. a:active img[class*="wp-image-"],
  19. #content .gallery .gallery-icon a:focus img,
  20. #content .gallery .gallery-icon a:hover img,
  21. #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
  22.     background: #eee;
  23.     border-color: #bbb;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement