default.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. body {
  2. font-family : Arial, Helvetica, Sans-Serif;
  3. background-color: #8f949a;
  4. overflow:hidden;
  5. }
  6. a {
  7. cursor: pointer;
  8. }
  9. input[type="radio"], input[type="checkbox"] {
  10. margin: 0px 9px 0px 0px;
  11. vertical-align: bottom;
  12. }
  13. input {
  14. -webkit-box-sizing: border-box;
  15. -moz-box-sizing: border-box;
  16. box-sizing: border-box;
  17. }
  18. #maximizePanelContainer {
  19. font-size: 4px;
  20. position:absolute;
  21. left: 0px;
  22. top: 0px;
  23. width: 55px;
  24. height: 20px;
  25. overflow: visible;
  26. z-index: 1000;
  27. }
  28. #maximizePanelOver {
  29. position: absolute;
  30. left: 0px;
  31. top: 0px;
  32. width: 55px;
  33. height: 20px;
  34. }
  35. .maximizePanel {
  36. position: absolute;
  37. left: 0px;
  38. top: 0px;
  39. width: 55px;
  40. height: 20px;
  41. background: #a2a2a2 url('../images/expand.png') no-repeat center center;
  42. background: url('../images/expand.svg') no-repeat center center, linear-gradient(rgba(200,200,200,.5),rgba(200,200,200,.5));
  43. cursor: pointer;
  44. }
  45. #interfaceControlFrameMinimizeContainer {
  46. position:absolute;
  47. top: 0px;
  48. left: 0px;
  49. font-size: 2px; /*for IE*/
  50. text-align: right;
  51. z-index: 100;
  52. height: 20px;
  53. width: 55px;
  54. background-color: #62666b;
  55. }
  56. #interfaceControlFrameMinimizeContainer a {
  57. display: inline-block;
  58. width: 55px;
  59. height: 20px;
  60. font-size: 2px;
  61. background: url('../images/close.png') no-repeat center center;
  62. background: url('../images/close.svg') no-repeat center center, linear-gradient(transparent,transparent);
  63. text-decoration: none;
  64. }
  65. .hashover #interfaceControlFrameMinimizeContainer a:hover {
  66. background: url('../images/close_hover.png') no-repeat center center;
  67. background: url('../images/close_hover.svg') no-repeat center center, linear-gradient(transparent,transparent);
  68. }
  69. #interfaceControlFrame {
  70. margin: 0px 0px 0px 55px;
  71. }
  72. #interfaceControlFrameCloseContainer {
  73. /*display: none;*/
  74. position:absolute;
  75. bottom: 0px;
  76. left: 0px;
  77. font-size: 9px;
  78. font-family: 'Trebuchet MS';
  79. font-weight: bold;
  80. letter-spacing: 1px;
  81. z-index: 100;
  82. width: 55px;
  83. background-color: #62666b;
  84. text-align: center;
  85. }
  86. #interfaceControlFrameCloseContainer a {
  87. display: inline-block;
  88. width: 55px;
  89. color: #ffffff;
  90. padding: 5px 0px;
  91. }
  92. #interfaceControlFrameHeader li a {
  93. display: block;
  94. width: 54px;
  95. height: 78px;
  96. text-align: center;
  97. padding-top: 50px;
  98. outline: none;
  99. margin-right: 1px;
  100. text-decoration: none;
  101. color: #ffffff;
  102. white-space: nowrap;
  103. background-color: transparent;
  104. background-repeat: no-repeat;
  105. background-position: 50% 17px;
  106. box-sizing: border-box;
  107. -moz-box-sizing: border-box;
  108. -webkit-box-sizing: border-box;
  109. border-left: 4px solid transparent;
  110. border-right: 4px solid transparent;
  111. }
  112. .hashover #interfaceControlFrameHeader li a:hover {
  113. background-color: transparent;
  114. background-repeat: no-repeat;
  115. background-position: 50% 17px;
  116. color: #c2c2c2;
  117. }
  118. #interfaceControlFrameHeader li a.selected, #interfaceControlFrameHeader li a.selected:hover {
  119. background-color: #f5f5f5;
  120. background-repeat: no-repeat;
  121. background-position: 50% 17px;
  122. color: #62666b;
  123. border-left: 5px solid #138CDD;
  124. }
  125. #interfaceControlFrameHeaderContainer {
  126. float: left;
  127. overflow: visible;
  128. width: 55px;
  129. margin-left: -55px;
  130. margin-top: 20px;
  131. }
  132. #interfaceControlFrameHeader {
  133. position: relative;
  134. list-style: none;
  135. font-size: 8px;
  136. z-index: 50;
  137. font-family: 'Trebuchet MS';
  138. font-weight: bold;
  139. letter-spacing: 1px;
  140. }
  141. #interfaceControlFrameContainer {
  142. float: right;
  143. background-color: #f5f5f5;
  144. overflow: hidden;
  145. width: 100%;
  146. }
  147. #interfaceControlFrameLogoContainer {
  148. background-color: White;
  149. padding: 20px 10px 10px 10px;
  150. overflow: hidden;
  151. }
  152. #interfaceControlFrameLogoImageContainer {
  153. text-align: center;
  154. }
  155. #interfaceControlFrameLogoCaptionContainer {
  156. text-align: center;
  157. margin: 5px 10px 0px 10px;
  158. font-size: 12px;
  159. color: #4a4a4a;
  160. }
  161. #logoImage {
  162. width: 100%;
  163. }
  164. .emptyStateContainer {
  165. text-align: center;
  166. padding: 0px 10px;
  167. margin-top: 32px
  168. }
  169. .emptyStateTitle {
  170. margin: 0px 0px 9px 0px;
  171. font-weight: bold;
  172. }
  173. .emptyStateContent {
  174. line-height: 16px;
  175. }
  176. .dottedDivider {
  177. height: 2px;
  178. margin: 15px 0px 15px 0px;
  179. background: url('../images/divider.png') no-repeat center center;
  180. background: url('../images/divider.svg') no-repeat center center, linear-gradient(transparent,transparent);
  181. }
  182. .nondottedDivider {
  183. height: 2px;
  184. margin: 9px 0px 9px 0px;
  185. }