hadoop.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 td#col1 {
  28. vertical-align : top;
  29. }
  30. div#dfstable td#col3 {
  31. text-align : right;
  32. }
  33. div#dfsnodetable caption {
  34. text-align : left;
  35. }
  36. div#dfsnodetable a#title {
  37. font-size : larger;
  38. font-weight : bolder;
  39. }
  40. div#dfsnodetable td, th {
  41. padding-bottom : 4px;
  42. padding-top : 4px;
  43. }
  44. div#dfsnodetable A:link, A:visited {
  45. text-decoration : none;
  46. }
  47. div#dfsnodetable th.header, th.headerASC, th.headerDSC {
  48. padding-bottom : 8px;
  49. padding-top : 8px;
  50. }
  51. div#dfsnodetable th.header:hover, th.headerASC:hover, th.headerDSC:hover,
  52. td.name:hover {
  53. text-decoration : underline;
  54. cursor : pointer;
  55. }
  56. div#dfsnodetable td.blocks, td.size, td.pcused, td.adminstate, td.lastcontact {
  57. text-align : right;
  58. }
  59. div#dfsnodetable .rowNormal .header {
  60. background-color : #ffffff;
  61. }
  62. div#dfsnodetable .rowAlt, .headerASC, .headerDSC {
  63. background-color : lightyellow;
  64. }
  65. .warning {
  66. font-weight : bolder;
  67. color : red;
  68. }
  69. div#dfstable table {
  70. white-space : pre;
  71. }
  72. div#dfsnodetable td, div#dfsnodetable th, div#dfstable td {
  73. padding-left : 10px;
  74. padding-right : 10px;
  75. }
  76. td.perc_filled {
  77. background-color:#AAAAFF;
  78. }
  79. td.perc_nonfilled {
  80. background-color:#FFFFFF;
  81. }
  82. line.taskgraphline {
  83. stroke-width:1;stroke-linecap:round;
  84. }
  85. #quicklinks {
  86. margin: 0;
  87. padding: 2px 4px;
  88. position: fixed;
  89. top: 0;
  90. right: 0;
  91. text-align: right;
  92. background-color: #eee;
  93. font-weight: bold;
  94. }
  95. #quicklinks ul {
  96. margin: 0;
  97. padding: 0;
  98. list-style-type: none;
  99. font-weight: normal;
  100. }
  101. #quicklinks ul {
  102. display: none;
  103. }
  104. #quicklinks a {
  105. font-size: smaller;
  106. text-decoration: none;
  107. }
  108. #quicklinks ul a {
  109. text-decoration: underline;
  110. }