Advertisement
Guest User

Untitled

a guest
Apr 14th, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. /**Image Caption Filter**/
  2. .image-caption-container{margin-top:5px;} /**Adjust for line height**/
  3. .image-caption-container a{text-decoration:none;} /**Clean up caption links**/
  4. .image-caption-container img{border:1px solid #d8d8d8;} /**Great for displaying images that match background color**/
  5.  
  6. .image-caption-container-right{margin-left:10px;} /**If aligned right, pad content to image's left**/
  7. .image-caption-container-left{margin-right:10px;} /**If aligned left, pad content to image's right**/
  8. .image-caption-container-none{margin-left:10px; float:right;} /**If no alignment is selected, align right and pad content to image's left**/
  9.  
  10. .image-caption-container .image-title-caption{font-weight:bold; color:#666;} /**Shrink caption text size and fade out the text color slightly**/
  11. .image-caption-container .image-alt-caption{font-size:90%; color:#666;} /**Shrink caption text size and fade out the text color slightly**/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement