style_green.css 537 B

1234567891011121314151617181920212223242526272829
  1. .menubutton {
  2. cursor: hand;
  3. height:25;
  4. background:green;
  5. }
  6. #menuTree{
  7. margin-top:2px;
  8. border-top:1px solid green;
  9. }
  10. #separateLine{
  11. position:absolute;
  12. top:0;
  13. left:0;
  14. width:100%;
  15. height:100%;
  16. margin-top:25px;
  17. border-left: 0px solid green;
  18. }
  19. .bannerbutton{
  20. background:url(images/banner3.gif);
  21. }
  22. .leftHeader{background:url(images/header_green.png)}
  23. .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
  24. /*FRAME上的导航栏 background-color:#dcdfe5;*/
  25. .navigator{
  26. background:green;
  27. }