123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- /*
- * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
- * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
- * its contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- .network-larger-resources-status-bar-item .glyph {
- -webkit-mask-position: -224px 0;
- }
- #network-views {
- background: rgb(203, 203, 203);
- }
- #network-close-button {
- position: absolute;
- top: 8px;
- left: 5px;
- z-index: 10;
- display: none;
- }
- #network-views.small #network-close-button {
- top: 4px;
- }
- .network.panel.viewing-resource #network-close-button {
- display: block;
- }
- .network.panel .sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- width: auto;
- border: none;
- background: inherit;
- }
- .network.panel:not(.viewing-resource) .sidebar-resizer-vertical {
- display: none;
- }
- .network.panel .scope-bar {
- height: 23px;
- padding-top: 5px;
- }
- .network.panel .data-grid th.sort-descending,
- .network.panel .data-grid th.sort-ascending {
- background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
- }
- #network-views .network-item-view .tabbed-pane-header {
- height: 31px;
- padding-top: 8px;
- padding-left: 13px;
- white-space: nowrap;
- }
- #network-views.small .network-item-view .tabbed-pane-header {
- height: 23px;
- padding-top: 0;
- }
- .network-item-view {
- display: none;
- position: absolute;
- background: white;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .network-item-view.visible {
- display: -webkit-flex;
- }
- .network-item-view .tabbed-pane-header {
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
- border-bottom: 1px solid rgb(163, 163, 163);
- }
- .network-item-view .scope-bar li {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- .resource-headers-view {
- display: none;
- margin: 6px;
- -webkit-user-select: text;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- overflow: auto;
- }
- .resource-headers-view.visible {
- display: block;
- }
- .resource-headers-view .outline-disclosure .parent {
- -webkit-user-select: none;
- font-weight: bold;
- }
- .resource-headers-view .outline-disclosure .parent .section * {
- font-weight: normal;
- }
- .resource-headers-view .outline-disclosure .children li {
- white-space: nowrap;
- }
- .resource-headers-view .outline-disclosure li.expanded .header-count {
- display: none;
- }
- .resource-headers-view .outline-disclosure li .header-toggle {
- display: none;
- }
- .resource-headers-view .outline-disclosure li .status-from-cache {
- color: gray;
- }
- .resource-headers-view .outline-disclosure li.expanded .header-toggle {
- display: inline;
- margin-left: 30px;
- font-weight: normal;
- color: rgb(45%, 45%, 45%);
- }
- .resource-headers-view .outline-disclosure li .header-toggle:hover {
- color: rgb(20%, 20%, 45%);
- cursor: pointer;
- }
- .resource-headers-view .outline-disclosure .header-name {
- color: rgb(33%, 33%, 33%);
- display: inline-block;
- margin-right: 0.5em;
- font-weight: bold;
- vertical-align: top;
- white-space: pre-wrap;
- }
- .resource-headers-view .outline-disclosure .header-value {
- display: inline;
- margin-right: 100px;
- white-space: pre-wrap;
- word-break: break-all;
- margin-top: 1px;
- }
- .resource-cookies-view {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- overflow: auto;
- margin: 12px;
- height: 100%;
- }
- .resource-cookies-view.visible {
- display: block;
- }
- .resource-cookies-view .data-grid {
- height: 100%;
- }
- .resource-cookies-view .data-grid .row-group {
- font-weight: bold;
- font-size: 11px;
- }
- .resource-timing-view {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- margin: 6px;
- font-weight: bold;
- font-size: 11px;
- color: rgb(30%, 30%, 30%);
- }
- .resource-timing-view table {
- border-spacing: 21px 0;
- }
- .resource-timing-view .network-timing-bar {
- opacity: 1;
- }
- .resource-timing-view .network-timing-bar.proxy {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 228, 176)), to(rgb(139, 128, 76)));
- border-left: 1px solid rgb(139, 128, 76);
- }
- .resource-timing-view .network-timing-bar.dns {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 208, 216)), to(rgb(81, 174, 189)));
- border-left: 1px solid rgb(81, 174, 189);
- }
- .resource-timing-view .network-timing-bar.connecting {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 232, 145)), to(rgb(160, 214, 56)));
- border-left: 1px solid rgb(160, 214, 56);
- }
- .resource-timing-view .network-timing-bar.ssl {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(21, 232, 145)), to(rgb(216, 149, 132)));
- border-left: 1px solid rgb(216, 149, 132);
- }
- .resource-timing-view .network-timing-bar.sending {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 192, 182)), to(rgb(216, 147, 130)));
- border-left: 1px solid rgb(216, 147, 130);
- }
- .resource-timing-view .network-timing-bar.waiting {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 179, 208)), to(rgb(141, 125, 175)));
- border-left: 1px solid rgb(141, 125, 175);
- }
- .resource-timing-view .network-timing-bar.receiving {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 214, 214)), to(rgb(182, 182, 182)));
- border-left: 1px solid rgb(182, 182, 182);
- }
- .resource-timing-view.visible {
- display: block;
- }
- .resource-websocket {
- -webkit-user-select: text;
- }
- .resource-websocket,
- .resource-websocket .data-grid {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- border: none;
- }
- .resource-websocket .data-grid .data {
- background-image: none;
- }
- .resource-websocket td {
- padding-top: 3px;
- padding-bottom: 3px;
- border-top: 1px solid rgb(240, 240, 240);
- }
- .resource-websocket .data-column div {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .resource-websocket-row-outcoming {
- background-color: rgb(226, 247, 218);
- }
- .resource-websocket-row-outcoming:not(.selected) td {
- border-left-color: rgb(177, 209, 165);
- }
- .resource-websocket-row-outcoming:not(.selected) td, .resource-websocket-row-outcoming:not(.selected) + tr td {
- border-top-color: rgb(199, 236, 185);
- }
- .resource-websocket-row-opcode {
- background-color: rgb(255, 255, 232);
- color: rgb(170, 111, 71);
- }
- .resource-websocket-row-opcode td {
- border-color: rgb(211, 187, 171);
- }
- .resource-websocket-row-opcode td, .resource-websocket-row-opcode + tr td {
- border-top-color: rgb(248, 240, 210);
- }
- .resource-websocket-row-error {
- background-color: rgb(255, 237, 237);
- color: rgb(182, 0, 0);
- }
|