123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531 |
- .network-log-grid.data-grid {
- border: none;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .network-log-grid.data-grid table.data {
- background-size: 1px 82px;
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
- }
- .network-log-grid.data-grid.small table.data {
- background-size: 1px 42px;
- }
- .network-log-grid.data-grid td {
- line-height: 17px;
- height: 41px;
- border-left: 1px solid rgb(210, 210, 210);
- vertical-align: middle;
- }
- .network-log-grid.data-grid.small td {
- height: 21px;
- }
- .network-log-grid.data-grid th {
- border-bottom: 1px solid rgb(64%, 64%, 64%);
- height: 30px;
- }
- .network-log-grid.data-grid.small th {
- height: 22px;
- }
- .network-log-grid.data-grid th,
- .network-log-grid.data-grid th.sort-descending,
- .network-log-grid.data-grid th.sort-ascending {
- background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
- }
- .network-log-grid.data-grid .data-container {
- top: 31px;
- }
- .network-log-grid.data-grid.small .data-container {
- top: 23px;
- }
- .network-log-grid.data-grid select {
- -webkit-appearance: none;
- background-color: transparent;
- border: none;
- width: 100%;
- color: inherit;
- }
- .network-log-grid.data-grid.small tr.offscreen {
- height: 21px;
- }
- .network-log-grid.data-grid tr.offscreen {
- height: 41px;
- }
- .network-log-grid.data-grid tr.offscreen > td > div {
- display: none;
- }
- .network-log-grid.data-grid tr.filler {
- background-color: white;
- }
- .network-log-grid.data-grid tr:not(.filler) td.name-column {
- cursor: pointer;
- }
- #network-container:not(.brief-mode) .network-log-grid.data-grid td.name-column:hover {
- text-decoration: underline;
- }
- .network-log-grid.data-grid.small .network-graph-side {
- height: 14px;
- }
- .network-log-grid.data-grid th.sortable:active {
- background-image: none !important;
- }
- .network-cell-subtitle {
- font-weight: normal;
- color: gray;
- }
- .network-error-row,
- .network-error-row .network-cell-subtitle {
- color: rgb(230, 0, 0);
- }
- .initiator-column a {
- color: inherit;
- }
- .network-log-grid.data-grid tr.selected .network-cell-subtitle {
- color: white;
- }
- .network-log-grid tr.highlighted-row {
- -webkit-animation: "network-row-highlight-fadeout" 2s 0s;
- }
- @-webkit-keyframes network-row-highlight-fadeout {
- from {background-color: rgba(255, 255, 120, 1); }
- to { background-color: rgba(255, 255, 120, 0); }
- }
- .network-header-subtitle {
- color: gray;
- }
- .network-log-grid.data-grid.small .network-cell-subtitle,
- .network-log-grid.data-grid.small .network-header-subtitle {
- display: none;
- }
- /* Resource preview icons */
- .network-log-grid.data-grid .icon {
- content: url(Images/resourcePlainIcon.png);
- }
- .network-log-grid.data-grid.small .icon {
- content: url(Images/resourcePlainIconSmall.png);
- }
- .network-log-grid.data-grid .network-type-script .icon {
- content: url(Images/resourceJSIcon.png);
- }
- .network-log-grid.data-grid.small .network-type-script .icon {
- content: url(Images/resourceDocumentIconSmall.png);
- }
- .network-log-grid.data-grid .network-type-document .icon {
- content: url(Images/resourceDocumentIcon.png);
- }
- .network-log-grid.data-grid.small .network-type-document .icon {
- content: url(Images/resourceDocumentIconSmall.png);
- }
- .network-log-grid.data-grid .network-type-stylesheet .icon {
- content: url(Images/resourceCSSIcon.png);
- }
- .network-log-grid.data-grid.small .network-type-stylesheet .icon {
- content: url(Images/resourceDocumentIconSmall.png);
- }
- .network-log-grid.data-grid .network-type-image .icon {
- position: relative;
- background-image: url(Images/resourcePlainIcon.png);
- background-repeat: no-repeat;
- content: "";
- }
- .network-log-grid.data-grid.small .network-type-image .icon {
- background-image: url(Images/resourcePlainIconSmall.png);
- content: "";
- }
- .network-log-grid.data-grid .icon {
- float: left;
- width: 32px;
- height: 32px;
- margin-top: 1px;
- margin-right: 3px;
- }
- .network-log-grid.data-grid.small .icon {
- width: 16px;
- height: 16px;
- }
- .network-log-grid.data-grid .image-network-icon-preview {
- position: absolute;
- margin: auto;
- top: 3px;
- bottom: 4px;
- left: 5px;
- right: 5px;
- max-width: 18px;
- max-height: 21px;
- min-width: 1px;
- min-height: 1px;
- }
- .network-log-grid.data-grid.small .image-network-icon-preview {
- top: 2px;
- bottom: 1px;
- left: 3px;
- right: 3px;
- max-width: 8px;
- max-height: 11px;
- }
- /* Graph styles */
- .network-graph-side {
- position: relative;
- height: 36px;
- padding: 0;
- white-space: nowrap;
- margin-top: 1px;
- border-top: 1px solid transparent;
- overflow: hidden;
- }
- .network-graph-bar-area {
- position: absolute;
- top: 0;
- bottom: 0;
- }
- .network-graph-bar-area,
- .network-timeline-grid .resources-dividers,
- .network-timeline-grid .resources-event-dividers,
- .network-timeline-grid .resources-dividers-label-bar {
- right: 12px;
- left: 12px;
- }
- .network-graph-label {
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto -7px;
- height: 13px;
- line-height: 13px;
- font-size: 90%;
- color: rgba(0, 0, 0, 0.75);
- text-shadow: rgba(255, 255, 255, 0.25) 1px 0 0, rgba(255, 255, 255, 0.25) -1px 0 0, rgba(255, 255, 255, 0.333) 0 1px 0, rgba(255, 255, 255, 0.25) 0 -1px 0;
- z-index: 150;
- overflow: hidden;
- text-align: center;
- opacity: 0;
- -webkit-transition: opacity 250ms ease-in-out;
- }
- .network-graph-side:hover .network-graph-label {
- opacity: 1;
- }
- .network-graph-label:empty {
- display: none;
- }
- .network-graph-label.waiting {
- margin-right: 5px;
- }
- .network-graph-label.waiting-right {
- margin-left: 5px;
- }
- .network-graph-label.before {
- color: rgba(0, 0, 0, 0.7);
- text-shadow: none;
- text-align: right;
- margin-right: 2px;
- }
- .network-graph-label.before::after {
- padding-left: 2px;
- height: 6px;
- content: url(Images/graphLabelCalloutLeft.png);
- }
- .network-graph-label.after {
- color: rgba(0, 0, 0, 0.7);
- text-shadow: none;
- text-align: left;
- margin-left: 2px;
- }
- .network-graph-label.after::before {
- padding-right: 2px;
- height: 6px;
- content: url(Images/graphLabelCalloutRight.png);
- }
- .network-graph-bar {
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto -7px;
- border-width: 6px 7px;
- height: 0;
- min-width: 14px;
- opacity: 0.65;
- -webkit-border-image: url(Images/timelinePillGray.png) 7 7 7 7;
- }
- .network-graph-bar.waiting,
- .network-graph-bar.waiting-right {
- opacity: 0.35;
- }
- /* Resource categories */
- .resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGray.png) 7 7 7 7;
- }
- .network-type-document .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillBlue.png) 7 7 7 7;
- }
- .network-type-document.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillBlue.png) 7 7 7 7;
- }
- .network-type-stylesheet .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillGreen.png) 7 7 7 7;
- }
- .network-type-stylesheet.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGreen.png) 7 7 7 7;
- }
- .network-type-image .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillPurple.png) 6 7 6 7;
- }
- .network-type-image.resource-cached .network-graph-bar {
- border-image: url(Images/timelineHollowPillPurple.png) 7 7 7 7;
- }
- .network-type-font .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillRed.png) 7 7 7 7;
- }
- .network-type-font.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillRed.png) 7 7 7 7;
- }
- .network-type-script .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillOrange.png) 7 7 7 7;
- }
- .network-type-script.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillOrange.png) 7 7 7 7;
- }
- .network-type-xhr .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillYellow.png) 7 7 7 7;
- }
- .network-type-xhr.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillYellow.png) 7 7 7 7;
- }
- .network-type-websocket .network-graph-bar {
- -webkit-border-image: url(Images/timelinePillGray.png) 7 7 7 7;
- }
- .network-type-websocket.resource-cached .network-graph-bar {
- -webkit-border-image: url(Images/timelineHollowPillGray.png) 7 7 7 7;
- }
- .network-dim-cell {
- color: grey;
- }
- /* Dividers */
- .network-timeline-grid {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 14px; /* Keep in sync with td.corner width */
- pointer-events: none;
- }
- .data-grid td.timeline-column {
- padding-left: 0;
- padding-right: 0;
- }
- .network-event-divider-padding {
- position: absolute;
- width: 8px;
- top: 0;
- bottom: 0;
- pointer-events: auto;
- }
- .network-event-divider {
- position: absolute;
- width: 2px;
- top: 31px;
- bottom: 0;
- z-index: 300;
- }
- .network-timeline-grid.small .network-event-divider {
- top: 23px;
- }
- .network-red-divider {
- background-color: rgba(255, 0, 0, 0.5);
- }
- .network-blue-divider {
- background-color: rgba(0, 0, 255, 0.5);
- }
- .network-log-grid.data-grid .resources-dividers {
- z-index: 0;
- }
- .network-log-grid.data-grid .resources-dividers-label-bar {
- background-color: transparent;
- border: none;
- height: 30px;
- pointer-events: none;
- }
- .network-timeline-grid.small .resources-dividers-label-bar {
- height: 23px;
- }
- .network-timeline-grid .resources-divider-label {
- top: 0;
- margin-top: -5px;
- }
- .network-timeline-grid .resources-dividers-label-bar .resources-divider {
- top: 23px;
- }
- .network-timeline-grid.small .resources-dividers-label-bar .resources-divider {
- top: 15px;
- }
- .network-timeline-grid .resources-divider:first-child .resources-divider-label {
- display: none;
- }
- .network-timeline-grid .resources-dividers-label-bar .resources-divider:first-child {
- background-color: transparent;
- }
- /* Filters */
- .network-log-grid.data-grid table.data tr.revealed.network-item.filtered-out {
- display: none;
- }
- /* Summary */
- .network-log-grid.data-grid tr.filler td {
- padding-bottom: 20px !important;
- }
- .network-log-grid.data-grid .network-summary-bar {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgb(101, 111, 130);
- }
- .network-log-grid.data-grid .network-summary-bar td {
- color: white;
- height: 20px !important;
- border: none;
- font-size: 110%;
- padding: 0 0 0 8px;
- white-space: pre;
- overflow : hidden;
- text-overflow : ellipsis;
- }
- .network-log-grid.data-grid .network-summary-bar .warning-icon-small {
- margin-right: 8px;
- }
- #network-container {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 100%;
- overflow-y: auto;
- overflow-x: hidden;
- }
- /* Brief mode peculiarities. */
- #network-container.brief-mode .network-timeline-grid {
- display: none;
- }
- #network-container.brief-mode td,
- #network-container.brief-mode th {
- border-left: none;
- }
- #network-container.brief-mode .network-log-grid.data-grid .data-grid-resizer {
- display: none;
- }
- #network-container.brief-mode .network-timeline-grid {
- display: none;
- }
- #network-container:not(.brief-mode) .data-grid tr.selected {
- background-color: transparent;
- color: #222;
- }
- #network-container.brief-mode .data-grid .data-container {
- padding-right: 0;
- }
|