smallslider.css 1.5 KB

123456789101112131415161718192021222324
  1. @charset "UTF-8";
  2. /*
  3. $Document : smallslider$
  4. $Created on : 2009-7-3, 11:56:24$
  5. $Last Update : 2010-3-15, 11:20:22$
  6. $Author: ghp $
  7. $E-Mail : sinrow@yeah.net$
  8. $Description : Stylesheet for smallslider, UTF-8 encoding $
  9. */
  10. .smallslider{position:relative;padding:0;margin:0;overflow:hidden;}
  11. .smallslider ul{list-style-type:none;padding:0;margin:0;position: absolute;width:auto;height:auto;}
  12. .smallslider li{margin:0;padding:0;}
  13. .smallslider li a{margin:0;padding:0;}
  14. .smallslider li a img{border:0;padding:0;margin:0;vertical-align:top;}
  15. .smallslider h3{position:absolute;font-weight:bold;font-size:12px;margin:0;padding:0;text-indent:2%;line-height:26px;z-index:102; width:98%;color:#CCC;}
  16. .smallslider h3 a{padding:0;margin:0;text-indent:0; }
  17. .smallslider h3 a:link,.smallslider h3 a:visited{text-decoration:none;color:#FFFFFF;}
  18. .smallslider h3 a:hover{text-decoration:underline;color:#FF6600;}
  19. .smallslider li.current-li{}
  20. .smallslider-btns{position:absolute;z-index:103;}
  21. .smallslider-btns span{background-color:#FFFFFF;border:1px solid #DCDCDC;color:#9F9F9F;cursor:pointer;float:left;font-size:12px;height:16px;line-height:16px;text-align:center; width:16px;}
  22. .smallslider-btns span.current-btn{ background-color:#C00100; border:1px solid #A00100; color:white; font-size:13px;font-weight:bold;}
  23. .smallslider-lay{position:absolute;background:black;height:26px;width:100%; z-index:101;}
  24. #debug{width:200px;height:200px;border:1px solid;background:#CCC;position:fixed;left:10px;bottom:20px; }