2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
14 * its contributors may be used to endorse or promote products derived
15 * from this software without specific prior written permission.
17 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
18 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 -webkit-user-select: none;
34 font-family: Lucida Grande, sans-serif;
36 -webkit-text-size-adjust: none;
44 background-color: rgb(56, 121, 217);
47 .blurred .selected, body.inactive .selected {
48 background-color: rgb(212, 212, 212);
61 background-color: rgb(245, 245, 250);
62 background-image: url(Images/toolbarBackground.png);
63 background-repeat: repeat-x;
64 background-position: top;
65 border-bottom: 1px solid rgb(80, 80, 80);
67 -webkit-box-sizing: border-box;
68 -webkit-background-size: auto 135%;
71 .platform-mac-leopard #toolbar {
72 background: transparent !important;
75 body.inactive #toolbar {
76 background-image: url(Images/toolbarBackgroundInactive.png);
77 border-bottom: 1px solid rgb(64%, 64%, 64%);
80 body.attached #toolbar {
81 border-top: 1px solid rgb(80, 80, 80);
82 background-image: url(Images/darkShadow.png), url(Images/toolbarBackground.png);
83 background-position: center -2px, top;
84 -webkit-background-size: auto auto, auto 135%;
87 body.attached.inactive #toolbar {
88 background-image: url(Images/darkShadow.png), url(Images/toolbarBackgroundInactive.png);
89 background-position: center -3px, top;
90 border-top: 1px solid rgb(100, 100, 100);
91 border-bottom: 1px solid rgb(64%, 64%, 64%);
94 #toolbar button, #toolbar button:disabled:active {
95 border-width: 3px 3px 4px 3px;
96 -webkit-border-image: url(Images/toolbarButton.png) 3 3 4 3;
98 -webkit-box-sizing: border-box;
99 vertical-align: middle;
102 #toolbar button:focus {
106 #toolbar button:active, #toolbar button.selected {
107 -webkit-border-image: url(Images/toolbarButtonPressed.png) 3 3 4 3;
110 body.inactive #toolbar button:active, body.inactive #toolbar button.selected {
111 -webkit-border-image: url(Images/toolbarButtonPressedInactive.png) 3 3 4 3;
114 body.inactive #toolbar button, body.inactive #toolbar button:disabled:active {
115 -webkit-border-image: url(Images/toolbarButtonInactive.png) 3 3 4 3;
118 #toolbar select, #toolbar select:disabled:active {
119 background-color: transparent;
120 border-width: 3px 12px 4px 3px;
121 border-color: transparent;
122 -webkit-border-image: url(Images/toolbarPopup.png) 3 12 4 3;
127 -webkit-box-sizing: border-box;
128 -webkit-border-radius: 0;
129 -webkit-appearance: none;
130 vertical-align: middle;
133 #toolbar select:focus {
137 #toolbar select:active, #toolbar select.selected {
138 -webkit-border-image: url(Images/toolbarPopupPressed.png) 3 12 4 3;
141 body.inactive #toolbar select:active, body.inactive #toolbar select.selected {
142 -webkit-border-image: url(Images/toolbarPopupPressedInactive.png) 3 12 4 3;
145 body.inactive #toolbar select, body.inactive #toolbar select:disabled:active {
146 -webkit-border-image: url(Images/toolbarPopupInactive.png) 3 12 4 3;
149 #toolbar .split-button-divider {
152 content: url(Images/toolbarSplitButtonDivider.png);
153 vertical-align: middle;
156 body.inactive #toolbar .split-button-divider {
157 content: url(Images/toolbarSplitButtonDividerInactive.png);
160 #toolbar .split-button {
165 #toolbar .split-button.middle {
166 border-left: transparent none 0 !important;
167 border-right: transparent none 0 !important;
170 #toolbar .split-button.first {
171 border-right: transparent none 0 !important;
174 #toolbar .split-button.last {
175 border-left: transparent none 0 !important;
179 content: url(Images/treeLeftTriangleBlack.png);
187 #back:disabled img, #forward:disabled img {
192 content: url(Images/treeRightTriangleBlack.png);
200 .view-button-source img {
201 content: url(Images/sourceViewButton.png);
209 .view-button-source.selected img {
213 .view-button-dom img {
214 content: url(Images/domViewButton.png);
223 .view-button-dom.selected img {
249 background-color: white;
250 border-bottom: 1px solid rgb(180, 180, 180);
253 -webkit-box-sizing: border-box;
256 .search-results-section {
267 .selected .search-results-section {
268 color: rgba(255, 255, 255, 0.8);
271 body.inactive .focused .selected .search-results-section {
272 color: rgba(0, 0, 0, 0.5);
275 .blurred .selected .search-results-section {
276 color: rgba(0, 0, 0, 0.5);
279 #searchResults > ol > ol > li {
284 .search-matched-string {
285 background-color: #ff8;
288 .selected .search-matched-string {
289 background-color: transparent;
298 background-color: rgb(214, 221, 229);
299 border-right: 1px solid rgb(64%, 64%, 64%);
300 -webkit-box-sizing: border-box;
303 body.inactive #sidebar {
304 background-color: rgb(232, 232, 232);
314 border-top: 1px solid #bbb;
315 -webkit-box-sizing: border-box;
316 background-image: url(Images/sidebarStatusAreaBackground.png);
317 background-position: right, center;
318 background-repeat: no-repeat, repeat-x;
321 #statusbar #sidebarResizeWidget {
326 background: url(Images/sidebarResizeWidget.png) right no-repeat;
331 -webkit-apearance: none;
341 #statusbar button:focus {
345 #statusbar button.action {
346 background-image: url(Images/sidebarActionWidget.png);
349 #statusbar button.action:active {
350 background-image: url(Images/sidebarActionWidgetPressed.png);
353 #statusbar #statusToggle {
354 background-image: url(Images/showStatusWidget.png);
357 #statusbar #statusToggle:active {
358 background-image: url(Images/showStatusWidgetPressed.png);
361 #statusbar #statusToggle.hide {
362 background-image: url(Images/hideStatusWidget.png);
365 #statusbar #statusToggle.hide:active {
366 background-image: url(Images/hideStatusWidgetPressed.png);
369 body.detached #attachToggle {
370 background-image: url(Images/sidebarAttachWidget.png);
373 body.detached #attachToggle:active {
374 background-image: url(Images/sidebarAttachWidgetPressed.png);
377 body.attached #attachToggle {
378 background-image: url(Images/sidebarDetachWidget.png);
381 body.attached #attachToggle:active {
382 background-image: url(Images/sidebarDetachWidgetPressed.png);
394 border-top: 1px solid rgb(64%, 64%, 64%);
395 -webkit-box-sizing: border-box;
398 -webkit-transition: bottom 250ms ease-in-out;
408 -webkit-box-sizing: border-box;
411 #status li.selected {
412 background-image: url(Images/sidebarSelectionTall.png);
413 background-repeat: repeat-x;
414 background-position: center;
415 background-color: transparent !important;
418 text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
427 background-repeat: no-repeat;
428 background-position: center center;
431 #status .icon.console {
432 background-image: url(Images/console.png);
435 #status .icon.network {
436 background-image: url(Images/network.png);
440 -webkit-box-sizing: border-box;
448 text-overflow: ellipsis;
451 #status .title.only {
456 -webkit-box-sizing: border-box;
465 text-overflow: ellipsis;
478 -webkit-box-sizing: border-box;
481 -webkit-transition: bottom 250ms ease-in-out;
484 #list.status-visible {
490 color: rgb(96, 110, 128);
491 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
495 background-image: url(Images/rightTriangle.png);
496 background-repeat: no-repeat;
497 background-position: 10px 6px;
498 text-transform: uppercase;
509 #list > li.expanded {
510 background-image: url(Images/downTriangle.png);
511 background-position: 10px 7px;
521 #list > ol.expanded {
528 -webkit-box-sizing: border-box;
537 background-image: url(Images/document.png);
538 background-repeat: no-repeat;
539 background-position: center center;
542 #list .icon.database {
543 background-image: url(Images/database.png);
547 background-image: url(Images/plainDocument.png);
551 background-image: url(Images/plainDocument.png);
554 #list .icon.font .preview {
564 #list .icon .preview {
574 -webkit-user-drag: none;
575 -webkit-box-sizing: border-box;
576 border-top: 6px solid transparent;
579 #list .icon .progress {
590 -webkit-box-sizing: border-box;
598 text-overflow: ellipsis;
609 font-family: Helvetica, sans-serif;
613 -webkit-border-radius: 7px;
616 background-image: url(Images/gradientHighlight.png), url(Images/gradient.png);
617 -webkit-background-size: auto 100%, auto 100%;
618 background-position: center;
623 -webkit-box-sizing: border-box;
626 #sidebar li .count.warnings {
627 background-color: orange;
630 #sidebar li .count.errors {
631 background-color: red;
635 -webkit-box-sizing: border-box;
644 text-overflow: ellipsis;
648 background-image: url(Images/sidebarSelectionTall.png);
649 background-repeat: repeat-x;
650 background-position: center;
651 background-color: transparent !important;
654 text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
657 #sidebar.blurred li.selected {
658 background-image: url(Images/sidebarSelectionBlurredTall.png);
661 body.inactive #sidebar li.selected {
662 background-image: url(Images/sidebarSelectionGrayTall.png);
672 background-color: white;
698 background-color: transparent !important;
703 -webkit-user-select: text;
714 background-color: transparent !important;
719 white-space: pre-wrap;
720 word-wrap: break-word;
724 .panel.font .preview {
740 .panel.image > .image {
742 -webkit-box-sizing: border-box;
747 .panel.image > .info {
749 -webkit-box-sizing: border-box;
765 background-image: url(Images/checker.png);
766 -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
769 .panel.image .title {
774 .panel.image .infoList {
778 .panel.image .infoList dt {
780 display: inline-block;
785 .panel.image .infoList dd {
786 -webkit-box-sizing: border-box;
787 display: inline-block;
794 .panel.image .infoList dd::after {
803 font-family: Monaco, monospace;
805 white-space: pre-wrap;
819 .content.source iframe {
841 background-color: rgb(232, 232, 232);
842 border-left: 1px solid rgb(64%, 64%, 64%);
843 -webkit-box-sizing: border-box;
844 -webkit-user-select: none;
850 -webkit-user-select: none;
851 -webkit-box-sizing: border-box;
857 background-image: url(Images/breadcrumbBackground.png);
858 background-repeat: repeat-x;
859 border-top: 1px solid #bbb;
862 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
863 color: rgb(20, 20, 20);
872 -webkit-box-sizing: border-box;
874 border-width: 0 11px 0 0;
875 -webkit-border-image: url(Images/segment.png) 0 11 0 0;
884 .crumbs .crumb.collapsed > * {
888 .crumbs .crumb.collapsed::before {
889 content: "\2026"; /* ellipses */
893 .crumbs .crumb.compact .extra {
897 .crumbs .crumb.dimmed {
898 color: rgba(0, 0, 0, 0.45);
901 .crumbs .crumb.start {
906 border-width: 0 2px 0 0;
908 -webkit-border-image: url(Images/segmentEnd.png) 0 2 0 0;
911 .crumbs .crumb.selected {
912 -webkit-border-image: url(Images/segmentSelected.png) 0 11 0 0;
913 background-color: transparent !important;
917 .crumbs .crumb.selected:hover {
918 -webkit-border-image: url(Images/segmentSelected.png) 0 11 0 0;
921 .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {
922 -webkit-border-image: url(Images/segmentSelectedEnd.png) 0 2 0 0;
925 .crumbs .crumb:hover {
926 -webkit-border-image: url(Images/segmentHover.png) 0 11 0 0;
930 .crumbs .crumb.dimmed:hover {
931 -webkit-border-image: url(Images/segmentHover.png) 0 11 0 0;
932 color: rgba(0, 0, 0, 0.75);
935 .crumbs .crumb.end:hover {
936 -webkit-border-image: url(Images/segmentHoverEnd.png) 0 2 0 0;
939 .outline-disclosure li .selection {
948 .outline-disclosure li.selected .selection {
952 .content.tree > ol, #searchResults > ol {
954 padding: 2px 6px !important;
957 -webkit-user-select: none;
959 -webkit-box-sizing: border-box;
962 .outline-disclosure, .outline-disclosure ol {
963 list-style-type: none;
965 -webkit-padding-start: 12px;
969 .outline-disclosure li {
970 padding: 0 0 2px 14px;
971 -webkit-box-sizing: border-box;
974 word-wrap: break-word;
978 .blurred .outline-disclosure li.selected, body.inactive .outline-disclosure li.selected {
979 background-color: transparent !important;
983 .outline-disclosure li.selected {
984 background-color: transparent !important;
988 .outline-disclosure li.parent {
992 .content.tree li .webkit-html-tag.close {
996 .outline-disclosure li.parent::before {
997 content: url(Images/treeRightTriangleBlack.png);
1005 .blurred .outline-disclosure li.parent.selected::before, body.inactive .outline-disclosure li.parent.selected::before {
1006 content: url(Images/treeRightTriangleBlack.png);
1009 .outline-disclosure li.parent.selected::before {
1010 content: url(Images/treeRightTriangleWhite.png);
1013 .blurred .outline-disclosure li.parent.expanded.selected::before, body.inactive .outline-disclosure li.parent.expanded.selected::before {
1014 content: url(Images/treeDownTriangleBlack.png);
1017 .outline-disclosure li.parent.expanded:before {
1018 content: url(Images/treeDownTriangleBlack.png);
1021 .outline-disclosure li.parent.expanded.selected::before {
1022 content: url(Images/treeDownTriangleWhite.png);
1025 .outline-disclosure ol.children {
1029 .outline-disclosure ol.children.expanded {
1033 .webkit-html-comment {
1034 /* Keep this in sync with view-source.css (.webkit-html-comment) */
1035 color: rgb(35, 110, 37);
1039 /* Keep this in sync with view-source.css (.webkit-html-tag) */
1040 color: rgb(136, 18, 128);
1043 .webkit-html-attribute-name {
1044 /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */
1045 color: rgb(153, 69, 0);
1048 .webkit-html-attribute-value {
1049 /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */
1050 color: rgb(26, 26, 166);
1053 .webkit-html-external-link, .webkit-html-resource-link {
1054 /* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */
1058 .webkit-html-external-link {
1059 /* Keep this in sync with view-source.css (.webkit-html-external-link) */
1060 text-decoration: none;
1063 .webkit-html-external-link:hover {
1064 /* Keep this in sync with view-source.css (.webkit-html-external-link:hover) */
1065 text-decoration: underline;
1068 body:not(.inactive) .focused .outline-disclosure li.selected * {
1074 -webkit-box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px;
1075 -webkit-border-radius: 8px;
1076 background-color: white;
1082 padding: 2px 8px 4px;
1083 border: 2px solid rgba(255, 255, 255, 0.5);
1084 background-color: rgb(214, 221, 229);
1085 background-image: url(Images/gradient.png);
1086 background-repeat: repeat-x;
1087 background-position: bottom;
1088 -webkit-background-size: auto 100%;
1089 -webkit-border-radius: 8px;
1090 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
1093 .section.expanded .header {
1094 border-bottom: 2px ridge rgba(214, 221, 229, 0.5);
1095 -webkit-border-top-right-radius: 8px;
1096 -webkit-border-top-left-radius: 8px;
1097 -webkit-border-bottom-right-radius: 0;
1098 -webkit-border-bottom-left-radius: 0;
1101 .section .header .title {
1103 word-wrap: break-word;
1106 .section .header label {
1110 .section.expanded .header label {
1114 .section .header input[type=checkbox] {
1120 vertical-align: top;
1123 .section .header .subtitle {
1126 word-wrap: break-word;
1129 .section .header .subtitle a {
1133 .section .properties {
1136 padding: 2px 6px 5px;
1140 .section.expanded .properties {
1144 .section .properties li {
1146 white-space: nowrap;
1147 text-overflow: ellipsis;
1149 -webkit-user-select: text;
1153 .section .properties li.parent {
1157 .section .properties li.selected {
1158 background-color: transparent !important;
1161 .section .properties ol {
1164 -webkit-padding-start: 12px;
1168 .section .properties ol.expanded {
1172 .section .properties li.parent::before {
1173 content: url(Images/treeRightTriangleBlack.png);
1182 .section .properties li.parent.expanded::before {
1183 content: url(Images/treeDownTriangleBlack.png);
1187 .section .properties li.editing {
1188 -webkit-box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
1189 outline: 1px solid rgb(66%, 66%, 66%);
1190 background-color: white;
1191 -webkit-user-modify: read-write-plaintext-only;
1192 text-overflow: clip;
1195 margin-bottom: -1px;
1196 padding-bottom: 1px;
1197 text-decoration: none !important;
1198 opacity: 1.0 !important;
1201 .section .properties li.editing.parent::before {
1205 .section .properties li.editing * {
1206 color: black !important;
1209 .section .properties .overloaded {
1210 text-decoration: line-through;
1213 .section .properties .implicit, .section .properties .inherited {
1217 .section:not(.show-inherited) .properties .inherited {
1221 .section .properties .name {
1222 color: rgb(136, 19, 145);
1225 .section .properties .number {
1229 .section .properties .priority {
1230 color: rgb(128, 0, 0);
1233 .section .properties .keyword {
1234 color: rgb(136, 19, 79);
1237 .section .properties .color {
1238 color: rgb(118, 15, 21);
1242 display: inline-block;
1243 vertical-align: middle;
1247 border: 1px solid rgb(180, 180, 180);
1255 background-image: url(Images/paneHeader.png);
1256 background-repeat: repeat-x;
1257 background-position: bottom;
1258 -webkit-background-size: auto 100%;
1261 border-top: 1px solid rgb(129, 129, 129);
1262 border-bottom: 1px solid rgb(129, 129, 129);
1265 color: rgb(85, 85, 85);
1268 .pane > .title:active {
1269 background-image: url(Images/paneHeaderActive.png);
1272 .pane > .title::before {
1273 content: url(Images/treeRightTriangleBlack.png);
1282 .pane.expanded > .title::before {
1284 content: url(Images/treeDownTriangleBlack.png);
1294 .pane.expanded > .body, .pane.expanded > .growbar {
1300 background-image: url(Images/paneGrowHandleLine.png), url(Images/paneBottomGrow.png);
1301 background-repeat: no-repeat, repeat-x;
1302 background-position: center center, bottom;
1303 -webkit-background-size: auto 100%, auto 100%;
1310 white-space: nowrap;
1318 background-color: rgb(232, 232, 232);
1326 display: inline-block;
1327 -webkit-box-sizing: border-box;
1333 border: 1px black solid;
1334 display: inline-block;
1335 vertical-align: middle;
1336 -webkit-box-sizing: border-box;
1342 border: 1px grey dashed;
1343 display: inline-block;
1344 vertical-align: middle;
1345 -webkit-box-sizing: border-box;
1352 border: 1px grey solid;
1353 display: inline-block;
1354 vertical-align: middle;
1355 -webkit-box-sizing: border-box;
1364 display: inline-block;
1366 vertical-align: middle;
1367 -webkit-box-sizing: border-box;
1371 display: inline-block;
1373 vertical-align: middle;
1374 -webkit-box-sizing: border-box;
1385 .console-message-list {
1398 font-family: monospace;
1410 border-top: 1px solid rgb(64%, 64%, 64%);
1413 .console-message, .console-command {
1417 border-bottom: 1px solid rgb(75%, 75%, 75%);
1418 word-break: break-word;
1420 -webkit-user-select: text;
1423 .console-command a:hover {
1424 text-decoration: underline;
1428 .console-message-message {
1430 white-space: pre-wrap;
1434 .console-message-url {
1438 .console-message-line {
1442 .console-message-line::before {
1446 .console-error-level::before {
1447 content: url(Images/errorMediumIcon.png);
1453 .console-warning-level::before {
1454 content: url(Images/warningMediumIcon.png);
1460 .console-command-input, .console-command-output {
1463 white-space: pre-wrap;
1466 .console-command-input::before {
1476 .view-button-browse img {
1477 content: url(Images/databaseBrowserViewButton.png);
1486 .view-button-browse.selected img {
1490 .view-button-query img {
1491 content: url(Images/databaseQueryViewButton.png);
1500 .view-button-query.selected img {
1504 .database-table-reload {
1511 .database-table-reload img {
1512 content: url(Images/reload.png);
1532 .browse.content .database-result-table {
1536 .browse.content .database-table-empty, .browse.content .database-table-error {
1543 color: rgb(75%, 75%, 75%);
1545 margin-bottom: auto;
1551 white-space: pre-wrap;
1554 .browse.content .database-table-error {
1555 color: rgb(66%, 33%, 33%);
1558 .database-browse-table {
1562 .database-result-table .database-result-filler-row {
1566 .database-result-table .database-result-filler-row.alternate td {
1567 background-position-y: 16px;
1570 .database-result-filler-row td {
1571 background-image: url(Images/alternateTableRows.png);
1574 .database-table-select {
1580 .database-command-list {
1594 font-family: monospace;
1606 border-top: 1px solid rgb(64%, 64%, 64%);
1613 border-bottom: 1px solid rgb(75%, 75%, 75%);
1614 word-break: break-word;
1618 .database-command a:hover {
1619 text-decoration: underline;
1623 .database-command-query {
1624 font-family: monospace;
1626 white-space: pre-wrap;
1629 .database-command-result {
1633 .database-command-result.error {
1637 .database-result-table {
1638 border: 1px solid #aaa;
1639 table-layout: fixed;
1641 border-collapse: collapse;
1643 -webkit-box-sizing: border-box;
1646 .database-result-table th {
1648 background: url(Images/glossyHeader.png) repeat-x;
1649 border-right: 1px solid #aaa;
1651 -webkit-box-sizing: border-box;
1652 border-bottom: 1px solid #aaa;
1653 font-weight: normal;
1654 vertical-align: middle;
1656 white-space: nowrap;
1659 .database-result-table tr {
1663 .database-result-table tr.alternate {
1664 background-color: rgb(236, 243, 254);
1667 .database-result-table td {
1668 vertical-align: top;
1670 -webkit-box-sizing: border-box;
1671 white-space: nowrap;
1672 border-right: 1px solid #aaa;
1675 .database-result-table td > div, .database-result-table th > div {
1676 white-space: nowrap;
1677 text-overflow: ellipsis;
1687 font-family: Lucida Grande, sans-serif;
1695 background-color: rgba(0, 0, 0, 0.1);
1698 .network-divider.last {
1699 background-color: rgb(66%, 66%, 66%);
1702 .network-divider-label {
1707 color: rgb(50%, 50%, 50%);
1717 border-left: 1px solid rgb(66%, 66%, 66%);
1718 -webkit-box-sizing: border-box;
1721 .network-resources {
1724 overflow-y: overlay;
1726 border-top: 1px solid rgb(66%, 66%, 66%);
1736 .network-title:hover {
1737 background-color: rgba(0, 0, 200, 0.1);
1741 background-color: rgb(225, 225, 235);
1742 background-image: url(Images/attachedShadow.png), url(Images/bottomShadow.png);
1743 background-repeat: repeat-x;
1744 background-position: top, bottom;
1746 -webkit-user-select: text;
1749 .network-info table {
1751 margin: 5px 15px 5px 5px;
1758 .network-info thead th {
1762 .network-info tbody th {
1763 white-space: nowrap;
1766 color: rgba(0, 0, 0, 0.5);
1767 vertical-align: top;
1771 word-break: break-word;
1772 white-space: normal;
1781 white-space: nowrap;
1782 text-overflow: ellipsis;
1788 text-decoration: none;
1791 .network-file a:hover {
1792 text-decoration: underline;
1807 border-width: 6px 7px 6px 7px;
1810 -webkit-box-sizing: border-box;
1812 -webkit-border-image: url(Images/timelinePillGray.png) 6 7 6 7;
1815 .network-bar.network-category-documents {
1816 -webkit-border-image: url(Images/timelinePillBlue.png) 6 7 6 7;
1819 .network-bar.network-category-stylesheets {
1820 -webkit-border-image: url(Images/timelinePillGreen.png) 6 7 6 7;
1823 .network-bar.network-category-images {
1824 -webkit-border-image: url(Images/timelinePillPurple.png) 6 7 6 7;
1827 .network-bar.network-category-fonts {
1828 -webkit-border-image: url(Images/timelinePillYellow.png) 6 7 6 7;
1831 .network-bar.network-category-scripts {
1832 -webkit-border-image: url(Images/timelinePillOrange.png) 6 7 6 7;
1841 background-color: rgb(101, 111, 130);
1842 background-image: url(Images/darkShadow.png), url(Images/gradientHighlightBottom.png);
1843 background-repeat: repeat-x;
1844 background-position: top, bottom;
1847 .network-graph-area {
1856 white-space: nowrap;
1858 text-shadow: black 0px 1px 1px;
1861 .network-graph-label {
1863 display: inline-block;
1864 vertical-align: top;
1870 .network-graph-side {
1872 display: inline-block;
1873 vertical-align: top;
1876 .network-graph-legend-total {
1881 .network-graph-legend-total .network-graph-legend-label {
1885 .network-graph-mode {
1886 -webkit-appearance: none;
1887 background-color: transparent;
1894 vertical-align: middle;
1895 padding: 2px 16px 2px 8px;
1897 background-image: url(Images/popupArrows.png);
1898 background-position: right center;
1899 background-repeat: no-repeat;
1901 border: 1px solid transparent;
1902 text-shadow: black 0px 2px 2px;
1905 .network-graph-mode:focus {
1909 .network-graph-mode:hover {
1910 -webkit-border-radius: 9px;
1911 background-color: rgba(0, 0, 0, 0.2);
1912 border: 1px solid white;
1913 -webkit-box-shadow: black 0px 1px 1px;
1916 .network-graph-legend {
1921 .network-graph-legend-item {
1922 display: inline-block;
1925 vertical-align: top;
1928 .network-graph-legend-label {
1929 display: inline-block;
1933 .network-graph-legend-header {
1935 text-transform: capitalize;
1938 .network-graph-legend-value {
1942 .network-graph-legend-swatch {
1943 vertical-align: top;
1948 .network-summary-graph {
1949 vertical-align: middle;
1953 background-image: url(Images/tipIcon.png);
1958 background-color: transparent;
1962 .tip-button:active {
1963 background-image: url(Images/tipIconPressed.png);
1971 border-width: 51px 15px 18px 37px;
1972 -webkit-border-image: url(Images/tipBalloon.png) 51 15 18 37;
1976 .tip-balloon.bottom {
1982 border-width: 18px 15px 51px 37px;
1983 -webkit-border-image: url(Images/tipBalloonBottom.png) 18 15 51 37;
1986 .tip-balloon-content {
1988 margin-bottom: -2px;
1992 .tip-balloon.bottom .tip-balloon-content {
1994 margin-bottom: -35px;
1997 .sidebar-resizer-vertical {
2006 .sidebar-resizer-vertical-left {
2010 .sidebar-resizer-vertical-right {
2014 #searchResultsResizer {