source: proiecte/HadoopJUnit/hadoop-0.20.1/webapps/static/hadoop.css @ 176

Last change on this file since 176 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 2.6 KB
Line 
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
18body {
19  background-color : #ffffff;
20  font-family : sans-serif;
21}
22
23.small {
24  font-size : smaller;
25}
26
27div#dfsnodetable tr#row1, div#dfstable td#col1 {
28        font-weight : bolder;
29}
30
31div#dfstable td#col1 {
32        vertical-align : top;
33}
34
35div#dfstable td#col3 {
36        text-align : right;
37}
38
39div#dfsnodetable caption {
40        text-align : left;
41}
42
43div#dfsnodetable a#title {
44        font-size : larger;
45        font-weight : bolder;
46}
47
48div#dfsnodetable td, th {
49        border-bottom-style : none;
50        padding-bottom : 4px;
51        padding-top : 4px;       
52}
53
54div#dfsnodetable A:link, A:visited {
55        text-decoration : none;       
56}
57
58div#dfsnodetable th.header, th.headerASC, th.headerDSC {
59        padding-bottom : 8px;
60        padding-top : 8px;       
61}
62div#dfsnodetable th.header:hover, th.headerASC:hover, th.headerDSC:hover,
63                 td.name:hover {
64        text-decoration : underline;
65        cursor : pointer;
66}
67
68div#dfsnodetable td.blocks, td.size, td.pcused, td.adminstate, td.lastcontact {
69        text-align : right;
70}
71
72div#dfsnodetable .rowNormal .header {
73        background-color : #ffffff;
74}
75div#dfsnodetable .rowAlt, .headerASC, .headerDSC {
76        background-color : lightyellow;
77}
78
79.warning {
80        font-weight : bolder;
81        color : red;   
82}
83
84div#dfstable table {
85        white-space : pre;
86}
87
88div#dfsnodetable td, div#dfsnodetable th, div#dfstable td {
89        padding-left : 10px;
90        padding-right : 10px;
91}
92
93td.perc_filled {
94  background-color:#AAAAFF;
95}
96
97td.perc_nonfilled {
98  background-color:#FFFFFF;
99}
100
101line.taskgraphline {
102  stroke-width:1;stroke-linecap:round; 
103}
104
105#quicklinks {
106        margin: 0;
107        padding: 2px 4px;
108        position: fixed;
109        top: 0;
110        right: 0;
111        text-align: right;
112        background-color: #eee;
113        font-weight: bold;
114}
115
116#quicklinks ul {
117        margin: 0;
118        padding: 0;
119        list-style-type: none;
120        font-weight: normal;
121}
122
123#quicklinks ul {
124        display: none;
125}
126
127#quicklinks a {
128        font-size: smaller;
129        text-decoration: none;
130}
131
132#quicklinks ul a {
133        text-decoration: underline;
134}
Note: See TracBrowser for help on using the repository browser.