Advertisement
Guest User

CSS

a guest
Mar 21st, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.36 KB | None | 0 0
  1. #featured-wrapper { margin-bottom:20px; height:410px;}
  2.  
  3. .slider-item { position:relative; width:315px; height:400px; }
  4. .rightwidget { margin-right:2px; float:right; width:313px; background: white; }
  5.  
  6. .commentscap { z-index:100; float:right; background:#32a489 url(images/comment-bg22.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:30px; width:33px;  text-align:center; font-family:'PTSansNarrowBold'; font-size:15px; }
  7. .commentscap a { color: #fff; padding-top:5px; }
  8.  
  9. .nivo-caption { position:absolute; bottom:0; z-index:50;}
  10. .nivo-caption .category { float:left; background:#fcb214; color:#FFF; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; }
  11.  
  12.  
  13. .nivo-caption .categoryn { float:left; color:#FFF; text-shadow: 0px -1px 0px #000; font-family:'PTSansRegular'; font-size:11px; margin-left:-2px; padding-right:4px;}
  14.  
  15. .nivo-caption .categorynew { float:left; font-size:11px; text-transform:uppercase; margin-right: 5px; }
  16.  
  17.  
  18. .nivo-caption .auth a { color:#FFF; }
  19. .nivo-caption .date {  font-style: italic; color:#FFF; font-family:'PTSansRegular'; font-size:11px; margin-left:-2px; }
  20. .nivo-caption .auth { float:left; background:#fcb214; color:#FFF; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; margin-left:-2px; }
  21. .nivo-caption .comments { float:right; background:url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:32px; width:33px; font-family:'PTSansNarrowBold'; font-size:15px; position:absolute; right:0; top:4px; text-align:center; padding-top:4px;  }
  22. .nivo-caption .comments a { color:#FFF; }
  23. .nivo-caption .slider-heading { background:url(images/trans.png) repeat; padding:12px; clear:both; height:179; }
  24. .nivo-caption .slider-heading h2 a { line-height:20px; font-size:16px; color:#FFF; text-transform:uppercase; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; display:block; }
  25. .nivo-caption .slider-heading p { color:#FFF; text-shadow: 0px -1px 0px #000; }
  26.  
  27. .nivo-controlNav { right:18px; top:15px; position:absolute; }
  28. .nivo-controlNav .nivo-control { background:url(images/slider-button.png) no-repeat; width:20px; height:20px; display:block; float:left; text-indent: -100000px; }
  29. .nivo-controlNav .nivo-control.active { background:url(images/slider-button-active.png) no-repeat; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement