tizen beta release
[profile/ivi/webkit-efl.git] / debian / tmp / usr / share / ewebkit-0 / webinspector / auditsPanel.css
1 /*
2  * Copyright (C) 2008 Apple Inc.  All rights reserved.
3  * Copyright (C) 2009 Google Inc. All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions are
7  * met:
8  *
9  *     * Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  *     * Redistributions in binary form must reproduce the above
12  * copyright notice, this list of conditions and the following disclaimer
13  * in the documentation and/or other materials provided with the
14  * distribution.
15  *     * Neither the name of Google Inc. nor the names of its
16  * contributors may be used to endorse or promote products derived from
17  * this software without specific prior written permission.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30  */
31
32 .audits-sidebar-tree-item .icon {
33     content: url(Images/resourcesTimeGraphIcon.png);
34 }
35
36 .audit-result-sidebar-tree-item .icon {
37     content: url(Images/resourceDocumentIcon.png);
38 }
39
40 .audit-launcher-view {
41     z-index: 1000;
42     position: absolute;
43     top: 0;
44     left: 0;
45     right: 0;
46     bottom: 0;
47     background-color: white;
48     font-size: 13px;
49     overflow-x: hidden;
50     overflow-y: overlay;
51     display: none;
52 }
53
54 .audit-launcher-view.visible {
55     display: block;
56 }
57
58 .audit-launcher-view .audit-launcher-view-content {
59     position: absolute;
60     top: 0;
61     left: 0;
62     right: 0;
63     bottom: 0;
64     padding: 0 0 0 16px;
65     white-space: nowrap;
66     display: -webkit-box;
67     -webkit-box-orient: vertical;
68 }
69
70 .audit-launcher-view h1 {
71     color: rgb(110, 116, 128);
72     font-size: 16px;
73     line-height: 20px;
74     font-weight: normal;
75     padding-top: 15px;
76 }
77
78 .audit-launcher-view h1.no-audits {
79     text-align: center;
80     font-style: italic;
81     position: relative;
82     left: -8px;
83 }
84
85 .audit-launcher-view div.button-container {
86     display: -webkit-box;
87     -webkit-box-orient: vertical;
88     width: 100%;
89     padding: 16px 0;
90 }
91 .audit-launcher-view .flexible-space {
92     -webkit-box-flex: 1;
93 }
94
95 .audit-launcher-view div.audit-categories-container {
96     position: relative;
97     top: 11px;
98     left: 0;
99     width: 100%;
100     overflow-y: auto;
101 }
102
103 .audit-launcher-view button {
104     color: rgb(6, 6, 6);
105     background-color: transparent;
106     border: 1px solid rgb(165, 165, 165);
107     background-color: rgb(237, 237, 237);
108     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
109     -webkit-border-radius: 12px;
110     -webkit-appearance: none;
111 }
112
113 .audit-launcher-view button {
114     font-size: 13px;
115     padding: 3px 20px;
116     height: 24px;
117     margin: 0 5px 0 0;
118 }
119
120 .audit-launcher-view button:active {
121     background-color: rgb(215, 215, 215);
122     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
123 }
124
125 body.inactive .audit-launcher-view button, .audit-launcher-view button:disabled {
126     color: rgb(130, 130, 130);
127     border-color: rgb(212, 212, 212);
128     background-color: rgb(239, 239, 239);
129     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
130 }
131
132 .audit-launcher-view label {
133     position: relative;
134     display: block;
135     text-align: left;
136     word-break: break-word;
137     padding: 0 0 5px 0;
138 }
139
140 .audit-launcher-view label.disabled {
141     color: rgb(130, 130, 130);
142 }
143
144 .audit-launcher-view input[type="checkbox"] {
145     margin-left: 0;
146 }
147
148 .audit-launcher-view input[type="radio"] {
149     height: 17px;
150     width: 17px;
151     border: 1px solid rgb(165, 165, 165);
152     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
153     -webkit-border-radius: 8px;
154     -webkit-appearance: none;
155     vertical-align: middle;
156     margin: 0 5px 5px 0;
157 }
158
159 .audit-launcher-view input[type="radio"]:active:not(:disabled) {
160     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
161 }
162
163 .audit-launcher-view input[type="radio"]:checked:not(:disabled), .audit-launcher-view input[type="radio"]:checked:disabled {
164     background: url(Images/radioDot.png) center no-repeat,
165                 -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
166 }
167
168 .audit-launcher-view .resource-progress > img {
169     content: url(Images/spinner.gif);
170     vertical-align: text-top;
171     margin: 0 4px 0 8px;
172 }
173
174 .audit-result-view {
175     overflow: auto;
176     position: absolute;
177     top: 0;
178     left: 0;
179     right: 0;
180     bottom: 0;
181     display: none;
182 }
183
184 .audit-result-view.visible {
185     display: block;
186 }
187
188 .audit-result-view .severity-severe {
189     content: url(Images/errorRedDot.png);
190 }
191
192 .audit-result-view .severity-warning {
193     content: url(Images/warningOrangeDot.png);
194 }
195
196 .audit-result-view .severity-info {
197     content: url(Images/successGreenDot.png);
198 }
199
200 .audit-result-tree li.parent::before {
201     content: url(Images/treeRightTriangleBlack.png);
202     float: left;
203     width: 8px;
204     height: 8px;
205     margin-top: 1px;
206     padding-right: 2px;
207 }
208
209 .audit-result-tree {
210     font-size: 11px;
211     line-height: 14px;
212     -webkit-user-select: text;
213 }
214
215 .audit-result-tree > ol {
216     position: relative;
217     padding: 2px 6px !important;
218     margin: 0;
219     color: rgb(84, 84, 84);
220     cursor: default;
221     min-width: 100%;
222 }
223
224 .audit-result-tree, .audit-result-tree ol {
225     list-style-type: none;
226     -webkit-padding-start: 12px;
227     margin: 0;
228 }
229
230 .audit-result-tree li {
231     padding: 0 0 0 14px;
232     margin-top: 1px;
233     margin-bottom: 1px;
234     word-wrap: break-word;
235     margin-left: -2px;
236 }
237
238 .audit-result-tree li.parent {
239     margin-left: -12px
240 }
241
242 .audit-result-tree li.parent::before {
243     content: url(Images/treeRightTriangleBlack.png);
244     float: left;
245     width: 8px;
246     height: 8px;
247     margin-top: 0;
248     padding-right: 2px;
249 }
250
251 .audit-result-tree li.parent.expanded::before {
252     content: url(Images/treeDownTriangleBlack.png);
253 }
254
255 .audit-result-tree ol.children {
256     display: none;
257 }
258
259 .audit-result-tree ol.children.expanded {
260     display: block;
261 }
262
263 .audit-result {
264     font-weight: bold;
265     color: black;
266 }
267
268 .audit-result img {
269     float: left;
270     margin-left: -28px;
271     margin-top: -1px;
272 }