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