helios.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. body {
  2. font-size: 13px;
  3. }
  4. .clearfix:after {
  5. content: ".";
  6. display: block;
  7. clear: both;
  8. visibility: hidden;
  9. line-height: 0;
  10. height: 0;
  11. }
  12. .clearfix {
  13. display: inline-block;
  14. }
  15. html[xmlns] .clearfix {
  16. display: block;
  17. }
  18. * html .clearfix {
  19. height: 1%;
  20. }
  21. a {
  22. cursor: pointer;
  23. }
  24. .btn, .btn-group > .btn, .btn-group > .dropdown-menu {
  25. font-size: 13px;
  26. padding: 2px 8px;
  27. }
  28. .navbar-inner {
  29. min-height: 30px;
  30. }
  31. .navbar .nav > li > a {
  32. padding: 5px 15px;
  33. }
  34. .navbar-fixed-top i {
  35. opacity: 0.2;
  36. margin-right: 10px;
  37. }
  38. .navbar-fixed-top .active i {
  39. opacity: 0.6;
  40. }
  41. .nav-pills.nav-stacked > li > a {
  42. border-radius: 0;
  43. -webkit-border-radius: 0;
  44. -moz-border-radius: 0;
  45. padding: 3px;
  46. margin: 0;
  47. }
  48. [class^="icon-"], [class*=" icon-"] {
  49. margin-right: 2px;
  50. }
  51. /* .nav-pills.nav-stacked > li > a { */
  52. /* width: 14px; */
  53. /* height: 14px; */
  54. /* display: inline-block; */
  55. /* margin-right: 4px; */
  56. /* } */
  57. .nav-pills > .active > a, .nav-pills > .active > a:hover {
  58. background: #ccc;
  59. }
  60. .focused .nav-pills > .active > a, .nav-pills > .active > a:hover {
  61. background: #08C;
  62. }
  63. #container {
  64. position: fixed;
  65. top: 30px;
  66. bottom: 0;
  67. left: 0;
  68. right: 0;
  69. }
  70. #container .panes {
  71. height: 100%;
  72. width: 100%;
  73. overflow: hidden;
  74. }
  75. #container .panes .pane {
  76. overflow: auto;
  77. }
  78. #container .panes .pane {
  79. overflow: auto;
  80. }
  81. #container .panes .pane > div {
  82. height: 100%;
  83. position: relative;
  84. }
  85. #container .panes .pane .nav-pills {
  86. position: absolute;
  87. overflow-y: scroll;
  88. top: 0;
  89. bottom: 37px;
  90. width: 100%;
  91. margin: 0;
  92. }
  93. #container .panes .pane .pane_actions {
  94. position: absolute;
  95. overflow: hidden;
  96. width: 100%;
  97. height: 26px;
  98. bottom: 0;
  99. background: #E5E5E5;
  100. border-top: 1px solid #bbb;
  101. padding: 5px 0;
  102. margin: 0;
  103. text-align: center;
  104. }
  105. #container .panes .pane .pane_actions .info {
  106. padding: 10px 5px 5px;
  107. font-weight: bold;
  108. color: #666;
  109. line-height: 20px;
  110. }
  111. #container .panes .pane .pane_actions .btn-group {
  112. display: inline;
  113. margin-left: 5px;
  114. }
  115. #container .panes .pane .pane_actions .btn-group .btn {
  116. margin: 0;
  117. }
  118. #container .panes .pane .pane_actions .btn-group.switch .btn.active:first-child {
  119. background: #5AD;
  120. color: white;
  121. text-shadow: 0 1px 0 #333;
  122. }
  123. #container .panes .pane .pane_actions .btn {
  124. margin-left: 5px;
  125. }
  126. #container .panes .pane .class_side .nav-pills {
  127. font-weight: bold;
  128. background: #ffd;
  129. }
  130. #container .panes.horizontal > .pane {
  131. height: 50%;
  132. min-height: 50px;
  133. }
  134. #container .panes.vertical > .pane {
  135. width: 50%;
  136. display: inline;
  137. float: left;
  138. height: 100%;
  139. }
  140. #container .splitter {
  141. z-index: 10;
  142. background: #E6E6E6;
  143. border: 1px solid #bbb;
  144. }
  145. #container .splitter.vertical {
  146. width: 4px;
  147. height: 100%;
  148. float: left;
  149. cursor: e-resize;
  150. background-image: url('/images/vsplitter.png');
  151. background-repeat: no-repeat;
  152. background-position: center;
  153. }
  154. #container .splitter.horizontal {
  155. height: 4px;
  156. cursor: s-resize;
  157. background-image: url('/images/hsplitter.png');
  158. background-repeat: no-repeat;
  159. background-position: center;
  160. }
  161. .key_helper {
  162. z-index: 20;
  163. position: fixed;
  164. bottom: 0px;
  165. background: #ddd;
  166. width: 100%;
  167. border-top: 1px solid #AAA;
  168. font-size: 11px;
  169. height: 22px;
  170. }
  171. .key_helper .command {
  172. padding: 0 10px;
  173. }
  174. .key_helper .label {
  175. padding: 0 4px;
  176. border-top: 1px solid white;
  177. border-left: 1px solid white;
  178. border-bottom: 1px solid #666;
  179. border-right: 1px solid #666;
  180. font-family: monospace;
  181. }
  182. .key_helper .action {
  183. padding: 0 5px;
  184. color: #666;
  185. }
  186. .key_helper .selected {
  187. background: #0C8;
  188. height: 30px;
  189. padding: 4px;
  190. color: white;
  191. font-weight: bold;
  192. text-shadow: 0 -1px 0 #666;
  193. }