sideNav.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. #mapLayerControl {
  2. width:76px;
  3. height:52px;
  4. background:url(../images/layout/maphide.png) no-repeat;
  5. cursor:pointer;
  6. }
  7. #mapLayerControl.open {
  8. width:109px;
  9. height:56px;
  10. background:url(../images/layout/mapshow.png) no-repeat;
  11. }
  12. .tdShowDontCan{
  13. background-color: #000;
  14. opacity: 0.5;
  15. cursor: default;
  16. }
  17. .thematicControl{
  18. margin: 0 auto;
  19. float: none;
  20. width: 400px;
  21. height: 28px;
  22. border: 0px solid #0ff;
  23. background: url(../images/layout/bg-normal.png);
  24. color: #fff;
  25. position: relative;
  26. margin-bottom: 10px;
  27. }
  28. .thematicControl .thematicName{
  29. position: absolute;
  30. width: 100%;
  31. height: 26px;
  32. line-height: 26px;
  33. top: 0px;
  34. left: 0px;
  35. text-indent: 20px;
  36. border: 1px solid #0ff;
  37. z-index: 2;
  38. }
  39. .thematicControl .options-wrap{
  40. position: absolute;
  41. right: 0px;
  42. top: 0px;
  43. height: 26px;
  44. border: 1px solid #0ff;
  45. background: url(../images/layout/bg-normal.png);
  46. overflow: hidden;
  47. z-index: 3;
  48. }
  49. .thematicControl .info_Btntd{
  50. text-indent: -11111111px;
  51. background: url(../images/layout/atlas_info.png) no-repeat center center;
  52. float: left;
  53. width: 26px;
  54. height: 26px;
  55. cursor: pointer;
  56. overflow: hidden;
  57. }
  58. .thematicControl .fav_abtntd{
  59. float: left;
  60. width: 26px;
  61. height: 26px;
  62. margin-right: 1px;
  63. cursor: pointer;
  64. overflow: hidden;
  65. text-indent: -999999px;
  66. background: url(../images/layout/icon-fav-w.png) no-repeat center center;
  67. }
  68. .thematicControl .close_abtntd{
  69. cursor: pointer;
  70. float: left;
  71. width: 26px;
  72. height: 26px;
  73. cursor: pointer;
  74. overflow: hidden;
  75. text-indent: -999999px;
  76. background: url(../images/layout/icon-close-w.png) no-repeat center center;
  77. }
  78. .manage-link {
  79. color: #fff;
  80. font-weight: bold;
  81. position: absolute;
  82. display: none;
  83. top: 0px;
  84. left: 20px;
  85. }
  86. #manageLink {
  87. display:none;
  88. position: absolute;
  89. left: -3px;
  90. bottom: 30px;
  91. width: 170px;
  92. text-align: right;
  93. z-index: 999999999;
  94. background: #2768b3;
  95. padding: 3px;
  96. }
  97. #manageLink button {
  98. width:170px;
  99. }
  100. .sectionbg{
  101. margin-left: 20px;
  102. width: 320px;
  103. height: 30px;
  104. background: url(../images/layout/icon_close.png)no-repeat left center;
  105. }
  106. .sectionbg:hover{
  107. background: url(../images/layout/icon_close_hover.png)no-repeat left center;
  108. }
  109. .sectionbg.open{
  110. background: url(../images/layout/icon_open.png)no-repeat left center;
  111. }
  112. .sectionbg.open:hover{
  113. background: url(../images/layout/icon_open_hover.png)no-repeat left center;
  114. }
  115. .linkLibg{
  116. float: left;
  117. margin-top: 5px;
  118. margin-left: 20px;
  119. width: 20px;
  120. height: 20px;
  121. /*background: url(../images/layout/sideNavLiQ.png)no-repeat center center;*/
  122. }