My static website generator using poole https://www.xythobuz.de
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

yoxview.top_menu.css 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .yoxview_top_menu{ font-family: Arial, Sans-Serif; font-size: 10pt;}
  2. /*
  3. .yoxview_top_menu img.yoxview_fadeImg{ cursor: -moz-zoom-in }
  4. .yoxview_top_menu img.yoxview_zoom{ cursor: -moz-zoom-out }
  5. */
  6. .yoxview_top_menu #yoxview_infoPanel
  7. {
  8. top: 0;
  9. bottom: auto;
  10. }
  11. .yoxview_top_menu #yoxview_infoPanel a.yoxviewInfoLink
  12. {
  13. padding: 6px 10px;
  14. margin: 0;
  15. opacity: 1;
  16. outline: none;
  17. }
  18. .yoxview_top_menu #yoxview_infoPanel a.yoxviewInfoLink:hover
  19. {
  20. background: #999;
  21. -moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.6) inset;
  22. -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.6) inset;
  23. box-shadow: 0 15px 20px 0 rgba(0,0,0,0.6) inset;
  24. }
  25. .yoxview_top_menu a.yoxview_ctlButton
  26. {
  27. display: block;
  28. width: 58px;
  29. height: 42px;
  30. position: fixed;
  31. opacity: 0.5;
  32. background-image: url(sprites.png);
  33. background-repeat: no-repeat;
  34. top: 50%;
  35. margin-top: -22px;
  36. outline: none;
  37. z-index: 3;
  38. }
  39. .yoxview_top_menu a.yoxview_ctlButton:hover{ opacity: 0.8; }
  40. .yoxview_top_menu a.yoxview_nextBtn
  41. {
  42. background-position: right top;
  43. right : 0;
  44. }
  45. .yoxview_top_menu a.yoxview_prevBtn
  46. {
  47. background-position: left top;
  48. left : 0;
  49. }