main.css 723 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #switcher {
  2. margin-top: 0px;
  3. }
  4. #topPane {
  5. overflow: hidden;
  6. height: 30px;
  7. background: url(${ctx }/images/xeasyui/layout-browser-hd-bg.gif) #7f99be repeat-x center 50%;
  8. color: #fff;
  9. line-height: 18px;
  10. font-family: Verdana, 微软雅黑, 黑体;
  11. }
  12. #topPane a {
  13. color: #fff;
  14. }
  15. #topTable td {
  16. padding-top: 0px;
  17. }
  18. .footer {
  19. color: #15428B;
  20. font-weight: bold;
  21. line-height: 23px;
  22. margin: 0;
  23. padding: 0;
  24. text-align: center;
  25. }
  26. .main-options a {
  27. display: block;
  28. font-size: 12px
  29. }
  30. .main-options {
  31. line-height: 15px;
  32. }
  33. #themeTemplate {
  34. position: absolute;
  35. }
  36. .ui-tabs .ui-tabs-panel {
  37. padding: 0px;
  38. }
  39. ul#css3menu {
  40. left: 330px;
  41. top: 5px;
  42. }