hadoop.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. body {
  18. background-color : #ffffff;
  19. font-family : sans-serif;
  20. }
  21. .small {
  22. font-size : smaller;
  23. }
  24. div#dfsnodetable tr#row1, div.dfstable td.col1 {
  25. font-weight : bolder;
  26. }
  27. div.dfstable th {
  28. text-align:left;
  29. vertical-align : top;
  30. }
  31. div.dfstable td#col3 {
  32. text-align : right;
  33. }
  34. div#dfsnodetable caption {
  35. text-align : left;
  36. }
  37. div#dfsnodetable a#title {
  38. font-size : larger;
  39. font-weight : bolder;
  40. }
  41. div#dfsnodetable td, th {
  42. padding-bottom : 4px;
  43. padding-top : 4px;
  44. }
  45. div#dfsnodetable A:link, A:visited {
  46. text-decoration : none;
  47. }
  48. div#dfsnodetable th.header, th.headerASC, th.headerDSC {
  49. padding-bottom : 8px;
  50. padding-top : 8px;
  51. }
  52. div#dfsnodetable th.header:hover, th.headerASC:hover, th.headerDSC:hover,
  53. td.name:hover {
  54. text-decoration : underline;
  55. cursor : pointer;
  56. }
  57. div#dfsnodetable td.blocks, td.size, td.pcused, td.adminstate, td.lastcontact {
  58. text-align : right;
  59. }
  60. div#dfsnodetable .rowNormal .header {
  61. background-color : #ffffff;
  62. }
  63. div#dfsnodetable .rowAlt, .headerASC, .headerDSC {
  64. background-color : lightyellow;
  65. }
  66. .warning {
  67. font-weight : bolder;
  68. color : red;
  69. }
  70. div.dfstable table {
  71. white-space : pre;
  72. }
  73. table.storage, table.nodes {
  74. border-collapse: collapse;
  75. }
  76. table.storage td {
  77. padding:10px;
  78. border:1px solid black;
  79. }
  80. table.nodes td {
  81. padding:0px;
  82. border:1px solid black;
  83. }
  84. div#dfsnodetable td, div#dfsnodetable th, div.dfstable td {
  85. padding-left : 10px;
  86. padding-right : 10px;
  87. border:1px solid black;
  88. }
  89. td.perc_filled {
  90. background-color:#AAAAFF;
  91. }
  92. td.perc_nonfilled {
  93. background-color:#FFFFFF;
  94. }
  95. line.taskgraphline {
  96. stroke-width:1;stroke-linecap:round;
  97. }
  98. #quicklinks {
  99. margin: 0;
  100. padding: 2px 4px;
  101. position: fixed;
  102. top: 0;
  103. right: 0;
  104. text-align: right;
  105. background-color: #eee;
  106. font-weight: bold;
  107. }
  108. #quicklinks ul {
  109. margin: 0;
  110. padding: 0;
  111. list-style-type: none;
  112. font-weight: normal;
  113. }
  114. #quicklinks ul {
  115. display: none;
  116. }
  117. #quicklinks a {
  118. font-size: smaller;
  119. text-decoration: none;
  120. }
  121. #quicklinks ul a {
  122. text-decoration: underline;
  123. }
  124. span.failed {
  125. color:red;
  126. }
  127. div.security {
  128. width:100%;
  129. }
  130. #startupprogress table, #startupprogress th, #startupprogress td {
  131. border-collapse: collapse;
  132. border-left: 1px solid black;
  133. border-right: 1px solid black;
  134. padding: 5px;
  135. text-align: left;
  136. }
  137. #startupprogress table {
  138. border: 1px solid black;
  139. }
  140. .phase {
  141. border-top: 1px solid black;
  142. font-weight: bold;
  143. }
  144. .current {
  145. font-style: italic;
  146. }
  147. .later {
  148. color: gray;
  149. }
  150. .step .startupdesc {
  151. text-indent: 20px;
  152. }
  153. #startupprogress span {
  154. font-weight: bold;
  155. }
  156. .panel-success > .panel-heading {
  157. color: #fff !important;
  158. background-color: #5FA33E !important;
  159. }
  160. header.bs-docs-nav, header.bs-docs-nav .navbar-brand {
  161. border-radius: 0px;
  162. background-color: #5fa33e;
  163. color: #fff;
  164. }
  165. #ui-tabs > li > a {
  166. color: #dcf0d3;
  167. }
  168. #ui-tabs .active a {
  169. color: #fff;
  170. background-color: #446633;
  171. }
  172. #alert-panel {
  173. margin-top:20px;
  174. display: none;
  175. }
  176. .dfshealth-node-capacity-bar {
  177. margin-bottom:0;
  178. width: 60%;
  179. }
  180. .dfshealth-node-icon:before {
  181. font-size: 10pt;
  182. padding-right: 1pt;
  183. font-family: 'Glyphicons Halflings';
  184. font-style: normal;
  185. font-weight: normal;
  186. line-height: 1;
  187. -webkit-font-smoothing: antialiased;
  188. -moz-osx-font-smoothing: grayscale;
  189. }
  190. .dfshealth-node-alive:before {
  191. color: #5fa341;
  192. content: "\e013";
  193. }
  194. .dfshealth-node-decommissioning:before {
  195. color: #5fa341;
  196. content: "\e090";
  197. }
  198. .dfshealth-node-decommissioned:before {
  199. color: #eea236;
  200. content: "\e090";
  201. }
  202. .dfshealth-node-in-maintenance:before {
  203. color: #eea236;
  204. content: "\e136";
  205. }
  206. .dfshealth-node-entering-maintenance:before {
  207. color: #5fa341;
  208. content: "\e136";
  209. }
  210. .dfshealth-node-down:before {
  211. color: #c7254e;
  212. content: "\e101";
  213. }
  214. .dfshealth-node-down-decommissioned:before {
  215. color: #c7254e;
  216. content: "\e017";
  217. }
  218. .dfshealth-node-down-maintenance:before {
  219. color: #c7254e;
  220. content: "\e136";
  221. }
  222. .dfshealth-node-legend {
  223. list-style-type: none;
  224. text-align: right;
  225. }
  226. .dfshealth-node-legend li {
  227. display: inline;
  228. padding: 10pt;
  229. padding-left: 10pt;
  230. }
  231. .dfshealth-node-legend li:before {
  232. padding-right: 5pt;
  233. }
  234. .explorer-entry .explorer-browse-links { cursor: pointer; }
  235. .explorer-entry .glyphicon-trash { cursor: pointer; }
  236. .popover {
  237. max-width: 400px;
  238. }
  239. .explorer-popover-perm-body table {
  240. width: 30rem;
  241. }
  242. .explorer-popover-perm-body table > tbody > tr > td {
  243. text-align: center;
  244. }
  245. .explorer-popover-perm-body label {
  246. display:inline;
  247. margin-bottom: 0;
  248. font-weight: normal;
  249. cursor: pointer;
  250. }
  251. .cut-paste {
  252. width: 75px;
  253. min-width: 75px;
  254. float: right;
  255. left: 75px;
  256. }
  257. .datanodestatus{
  258. width:75px;
  259. height:30px;
  260. color: #555;
  261. display: inline-block;
  262. }
  263. .bar rect {
  264. fill: #5FA33F;
  265. }
  266. .bar text {
  267. fill: #fff;
  268. font: 10px sans-serif;
  269. }