gcmsNav.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .collapsed .collapse-section {
  2. position: absolute !important;
  3. top: -999999em !important;
  4. left: auto !important;
  5. width: 1px !important;
  6. height: 1px !important;
  7. overflow: hidden !important;
  8. }
  9. .collapse-section {
  10. overflow: hidden;
  11. }
  12. .hidden-tab,
  13. .collapsible .collapsed-only {
  14. display: none !important;
  15. }
  16. .collapsed .collapsed-only,
  17. .collapsible .uncollapsed-only {
  18. display: inline !important;
  19. }
  20. .collapsed .uncollapsed-only {
  21. display: none !important;
  22. }
  23. #gcmsMainMenu {
  24. position: absolute;
  25. left: 0px;
  26. right: 0px;
  27. top: 0px;
  28. bottom: 0px;
  29. background: transparent;
  30. }
  31. #gcmsMainMenu .menu .nav {
  32. position: relative;
  33. left: 0px;
  34. }
  35. #gcmsMainMenu .menu .collapse-section {
  36. overflow: visible;
  37. }
  38. #gcmsMainMenu .menu .icon {
  39. float: left;
  40. width: 35px;
  41. }
  42. #gcmsMainMenu .menu .icon-angle-right {
  43. float: right;
  44. width: 16px;
  45. height: 16px;
  46. background: url(../../images/layout/glyphicons-halflings-white.png) no-repeat -455px -72px;
  47. margin: 3px 0 0 0;
  48. }
  49. #gcmsMainMenu .menu .tree a {
  50. padding: 20px 10px 20px 30px;
  51. color: #FFFFFF;
  52. /* background: url(../../images/layout/bg-a.png) no-repeat center bottom; */
  53. display: block;
  54. font-size: 16px;
  55. text-decoration: none;
  56. }
  57. #gcmsMainMenu .menu .tree a:hover {
  58. /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom; */
  59. color: #FFFFFF;
  60. background: rgb(68, 106, 128);
  61. }
  62. #gcmsMainMenu .menu .tree .active {
  63. /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom !important; */
  64. background: rgb(68, 106, 128);
  65. color: #FFFFFF !important;
  66. }
  67. #gcmsMainMenu .menu .tree .go-back {
  68. background: url(../../images/layout/bg-a.png) no-repeat center bottom !important;
  69. color: #7ea5d8;
  70. display: block;
  71. font-size: 16px;
  72. text-decoration: none;
  73. padding: 20px 10px 20px 30px;
  74. }
  75. #gcmsMainMenu .menu .tree .go-back .icon {
  76. font-size: 106%;
  77. }
  78. #gcmsMainMenu .menu .tree .collapse-trigger {
  79. padding: 20px 10px 20px 30px;
  80. }
  81. #gcmsMainMenu .menu .tree li {
  82. position: static;
  83. width: 410px;
  84. border-bottom: 1px solid #aaaaaa;
  85. }
  86. #gcmsMainMenu .menu .tree li ul {
  87. position: absolute;
  88. left: 410px;
  89. top: 0px;
  90. width: 410px;
  91. }
  92. .gcmsMenu .recomment-content .im-2,
  93. .gcmsMenu .item-menu-content .im-2 {
  94. margin-left: 30px;
  95. }
  96. .gcmsMenu .recomment-content .im-2 span,
  97. .gcmsMenu .item-menu-content .im-2 span {
  98. margin-left: 50px;
  99. }
  100. /* S viewer */
  101. .viewer {
  102. -ms-touch-action: none;
  103. }
  104. .viewer img {
  105. image-orientation: from-image;
  106. }
  107. .iviewer_common {
  108. position: absolute;
  109. bottom: 10px;
  110. border: 1px solid #757575;
  111. height: 28px;
  112. z-index: 5000;
  113. }
  114. .iviewer_button {
  115. width: 28px;
  116. cursor: pointer;
  117. background-position: center center;
  118. background-repeat: no-repeat;
  119. }
  120. .iviewer_zoom_in {
  121. left: 20px;
  122. background: url(/images/gcms/iviewer.zoom_in.gif) center center no-repeat;
  123. }
  124. .iviewer_zoom_out {
  125. left: 55px;
  126. background: url(/images/gcms/iviewer.zoom_out.gif) center center no-repeat;
  127. }
  128. .iviewer_zoom_zero {
  129. left: 90px;
  130. background: url(/images/gcms/iviewer.zoom_zero.gif) center center no-repeat;
  131. }
  132. .iviewer_zoom_fit {
  133. left: 125px;
  134. background: url(/images/gcms/iviewer.zoom_fit.gif) center center no-repeat;
  135. }
  136. .iviewer_zoom_status {
  137. left: 160px;
  138. font: 1em/28px Sans;
  139. color: #000;
  140. background-color: #fff;
  141. text-align: center;
  142. width: 60px;
  143. }
  144. .iviewer_rotate_left {
  145. left: 227px;
  146. background: #fff url(/images/gcms/iviewer.rotate_left.png) center center no-repeat;
  147. }
  148. .iviewer_rotate_right {
  149. left: 262px;
  150. background: #fff url(/images/gcms/iviewer.rotate_right.png) center center no-repeat;
  151. }
  152. /* E viewer */
  153. .install-flash-player a {
  154. color: #000;
  155. }
  156. .mCSB_container {
  157. /*height: 100% !important;*/
  158. }