You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

253 lines
4.7 KiB

12 years ago
  1. body {
  2. padding-top: 0px;
  3. padding-bottom: 40px;
  4. background-color: #fff;
  5. }
  6. .alert {
  7. width: 700px;
  8. margin: auto;
  9. margin-bottom: 15px;
  10. }
  11. .container {
  12. max-width: 980px;
  13. }
  14. .navbar-inverse {
  15. text-shadow: 0 -1px 0 rgba(0,0,0,.15);
  16. background-color: #563d7c;
  17. border-color: #463265;
  18. box-shadow: 0 1px 0 rgba(255,255,255,.1);
  19. }
  20. .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  21. color: #ffffff;
  22. background-color: transparent;
  23. }
  24. .bs-sidenav {
  25. margin-top: 10px;
  26. margin-bottom: 30px;
  27. padding-top: 20px;
  28. padding-bottom: 20px;
  29. text-shadow: 0 1px 0 #fff;
  30. background-color: #f7f5fa;
  31. border-radius: 5px;
  32. width: 180px;
  33. }
  34. .bs-sidebar .nav > li > a {
  35. display: block;
  36. color: #716b7a;
  37. padding: 5px 20px;
  38. }
  39. .bs-sidebar .nav .nav > li > a {
  40. padding-top: 3px;
  41. padding-bottom: 3px;
  42. padding-left: 30px;
  43. font-size: 90%;
  44. }
  45. .fade.in {
  46. background: rgba(0,0,0,0.3);
  47. }
  48. .form-group {
  49. margin-top: 25px;
  50. }
  51. .table thead > tr > th {
  52. border-bottom: none;
  53. }
  54. .page-header {
  55. margin: 20px 0 20px;
  56. }
  57. .well {
  58. text-align: center;
  59. }
  60. .block-btn {
  61. margin-top: 20px;
  62. margin-bottom: 20px;
  63. }
  64. #inst-btn {
  65. width: 92px;
  66. }
  67. .modal-body {
  68. padding-left: 10px;
  69. padding-bottom: 0;
  70. }
  71. .checkbox {
  72. margin-left: 15px;
  73. }
  74. .progress {
  75. width: 250px;
  76. }
  77. #error {
  78. text-align: center;
  79. }
  80. .format-convert {
  81. display: none;
  82. }
  83. #vm-stat {
  84. display: none;
  85. }
  86. #lineLegend {
  87. margin-bottom: 20px;
  88. padding-left: 25px
  89. }
  90. .netIN {
  91. border-color: rgb(83,191,189);
  92. margin: 0.5em;
  93. border-style: solid;
  94. border-width: 0 0 0 1em;
  95. padding: 0 0.3em;
  96. border-style: solid;
  97. }
  98. .netOUT {
  99. border-color: rgb(151,187,205);
  100. margin: 0.5em;
  101. border-style: solid;
  102. border-width: 0 0 0 1em;
  103. padding: 0 0.3em;
  104. border-style: solid;
  105. }
  106. .diskRD {
  107. border-color: rgb(83,191,189);
  108. margin: 0.5em;
  109. border-style: solid;
  110. border-width: 0 0 0 1em;
  111. padding: 0 0.3em;
  112. border-style: solid;
  113. }
  114. .diskWR {
  115. border-color: rgb(249,134,33);
  116. margin: 0.5em;
  117. border-style: solid;
  118. border-width: 0 0 0 1em;
  119. padding: 0 0.3em;
  120. border-style: solid;
  121. }
  122. @media (max-width: 1200px) {
  123. form .form-group {
  124. padding-left: 15px;
  125. padding-right: 15px;
  126. }
  127. }
  128. .subnavbar {
  129. margin-bottom: 2.5em;
  130. }
  131. .subnavbar-inner {
  132. height: 60px;
  133. background: #fff;
  134. border-bottom: 1px solid #d6d6d6;
  135. }
  136. .subnavbar .container > ul {
  137. display: inline-block;
  138. height: 80px;
  139. padding: 0;
  140. margin: 0;
  141. }
  142. .subnavbar .container > ul > li {
  143. float: left;
  144. min-width: 90px;
  145. height: 60px;
  146. padding: 0;
  147. margin: 0;
  148. text-align: center;
  149. list-style: none;
  150. border-left: 1px solid #d9d9d9;
  151. }
  152. .subnavbar .container > ul > li > a {
  153. display: block;
  154. height: 100%;
  155. padding: 0 15px;
  156. font-size: 12px;
  157. font-weight: bold;
  158. color: #b2afaa;
  159. }
  160. .subnavbar .container > ul > li > a:hover {
  161. color: #888;
  162. text-decoration: none;
  163. }
  164. .subnavbar .container > ul > li > a > i {
  165. display: inline-block;
  166. width: 24px;
  167. height: 24px;
  168. margin-top: 11px;
  169. margin-bottom: -3px;
  170. font-size: 20px;
  171. }
  172. .subnavbar .container > ul > li > a > span {
  173. display: block;
  174. }
  175. .subnavbar .container > ul > li:hover > a {
  176. border-bottom:3px solid #ff7f74;
  177. color: #383838;
  178. }
  179. .subnavbar .dropdown .dropdown-menu a {
  180. font-size: 12px;
  181. }
  182. .subnavbar .dropdown .dropdown-menu {
  183. text-align: left;
  184. -webkit-border-top-left-radius: 0;
  185. -webkit-border-top-right-radius: 0;
  186. -moz-border-radius-topleft: 0;
  187. -moz-border-radius-topright: 0;
  188. border-top-left-radius: 0;
  189. border-top-right-radius: 0;
  190. }
  191. .subnavbar .dropdown-menu::before {
  192. content: '';
  193. display: inline-block;
  194. border-left: 7px solid transparent;
  195. border-right: 7px solid transparent;
  196. border-bottom: 7px solid #CCC;
  197. border-bottom-color: rgba(0, 0, 0, 0.2);
  198. position: absolute;
  199. top: -7px;
  200. left: 9px;
  201. }
  202. .subnavbar .dropdown-menu::after {
  203. content: '';
  204. display: inline-block;
  205. border-left: 6px solid transparent;
  206. border-right: 6px solid transparent;
  207. border-bottom: 6px solid white;
  208. position: absolute;
  209. top: -6px;
  210. left: 10px;
  211. }
  212. .subnavbar .caret {
  213. margin-top: 4px;
  214. border-top-color: white;
  215. border-bottom-color: white;
  216. }
  217. .subnavbar .dropdown.open .caret {
  218. display: none;
  219. }