123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
- @import url(https://fonts.googleapis.com/css?family=Inconsolata);
- @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
- @import url(https://fonts.googleapis.com/css?family=Inconsolata);
- .insp-wrapper {
- user-select: none;
- display: flex;
- font-size: 0.9em;
- font-family: "Inconsolata", sans-serif;
- background-color: #242424;
- /**
- * A tool contained in the tree panel (available for each item of the tree)
- */
- /**
- * The toolbar contains :
- * - a refresh tool - refresh the whole panel
- * - a popup tool - Open the inspector in a new panel
- * ...
- */ }
- .insp-wrapper .gutter {
- background-color: #2c2c2c; }
- .insp-wrapper .gutter.gutter-vertical:not(.blocked) {
- cursor: ns-resize; }
- .insp-wrapper .gutter.gutter-horizontal:not(.blocked) {
- cursor: ew-resize; }
- .insp-wrapper .insp-right-panel {
- width: 750px;
- display: flex;
- flex-direction: column;
- flex-shrink: 0; }
- .insp-wrapper .insp-right-panel.popupmode {
- width: 100% !important; }
- .insp-wrapper .insp-right-panel .top-panel {
- width: 100%;
- height: 100%;
- position: relative;
- background-color: #242424;
- color: #ccc;
- font-size: 1em; }
- .insp-wrapper .insp-right-panel .top-panel .tab-panel-content {
- width: 100%;
- height: calc(100% - 32px); }
- .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel {
- position: absolute;
- z-index: 10;
- top: 32px;
- right: 0;
- width: 100px;
- display: none;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- border: 1px solid #454545;
- background-color: #242424; }
- .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab {
- height: 25px;
- width: 100%;
- line-height: 25px;
- text-align: center;
- background-color: #2c2c2c;
- cursor: pointer; }
- .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab:hover {
- background-color: #383838; }
- .insp-wrapper .insp-right-panel .top-panel .more-tabs-panel .invisible-tab:active {
- background-color: #454545; }
- .insp-wrapper .tooltip {
- position: absolute;
- top: 32px;
- right: 0;
- color: #f29766;
- display: none;
- z-index: 4;
- font-family: "Inconsolata", sans-serif;
- padding: 2px;
- background-color: #242424;
- border: 1px solid #454545; }
- .insp-wrapper .treeTool {
- margin: 3px 8px 3px 3px;
- cursor: pointer;
- position: relative; }
- .insp-wrapper .treeTool:hover {
- color: #5db0d7; }
- .insp-wrapper .treeTool.active {
- color: #5db0d7; }
- .insp-wrapper .tab-panel {
- height: 100%; }
- .insp-wrapper .tab-panel.searchable {
- height: calc(100% - 30px - 10px); }
- .insp-wrapper .tab-panel .texture-image {
- max-height: 400px; }
- .insp-wrapper .tab-panel .scene-actions {
- overflow-y: auto; }
- .insp-wrapper .tab-panel .scene-actions .actions-title {
- font-size: 1.1em;
- padding-bottom: 10px;
- border-bottom: 1px solid #5db0d7;
- margin: 10px 0 10px 0; }
- .insp-wrapper .tab-panel .scene-actions .defaut-action, .insp-wrapper .tab-panel .scene-actions .action-radio, .insp-wrapper .tab-panel .scene-actions .action {
- height: 20px;
- line-height: 20px;
- width: 100%;
- cursor: pointer; }
- .insp-wrapper .tab-panel .scene-actions .defaut-action:hover, .insp-wrapper .tab-panel .scene-actions .action-radio:hover, .insp-wrapper .tab-panel .scene-actions .action:hover {
- background-color: #2c2c2c; }
- .insp-wrapper .tab-panel .scene-actions .defaut-action:active, .insp-wrapper .tab-panel .scene-actions .action-radio:active, .insp-wrapper .tab-panel .scene-actions .action:active {
- background-color: #383838; }
- .insp-wrapper .tab-panel .scene-actions .action-radio:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f10c";
- margin-right: 10px; }
- .insp-wrapper .tab-panel .scene-actions .action-radio.active:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f192";
- color: #5db0d7;
- margin-right: 10px; }
- .insp-wrapper .tab-panel .scene-actions .action:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f096";
- margin-right: 10px; }
- .insp-wrapper .tab-panel .scene-actions .action.active:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f14a";
- color: #5db0d7;
- margin-right: 10px; }
- .insp-wrapper .tab-panel .shader-tree-panel {
- height: 30px; }
- .insp-wrapper .tab-panel .shader-tree-panel select {
- height: 30px;
- background-color: transparent;
- color: #ccc;
- height: 30px;
- width: 100%;
- max-width: 300px;
- padding-left: 15px;
- border: 1px solid #2c2c2c;
- outline: 1px solid #454545; }
- .insp-wrapper .tab-panel .shader-tree-panel select option {
- padding: 5px;
- color: gray; }
- .insp-wrapper .tab-panel .shader-panel {
- min-height: 100px;
- user-select: text;
- box-sizing: border-box;
- padding: 0 15px; }
- .insp-wrapper .tab-panel .shader-panel pre {
- margin: 0;
- white-space: pre-wrap; }
- .insp-wrapper .tab-panel .shader-panel pre code {
- background-color: #242424 !important;
- padding: 0;
- margin: 0; }
- .insp-wrapper .tab-panel .shader-panel .shader-panel-title {
- height: 25px;
- border-bottom: 1px solid #383838;
- text-transform: uppercase;
- line-height: 25px;
- margin-bottom: 10px; }
- .insp-wrapper .tab-panel .console-panel {
- min-height: 100px;
- user-select: text;
- box-sizing: border-box;
- padding: 0 15px; }
- .insp-wrapper .tab-panel .console-panel .console-panel-title {
- height: 25px;
- border-bottom: 1px solid #383838;
- text-transform: uppercase;
- line-height: 25px;
- margin-bottom: 10px; }
- .insp-wrapper .tab-panel .console-panel .console-panel-content {
- overflow-y: auto;
- overflow-x: hidden;
- height: calc(100% - 30px); }
- .insp-wrapper .tab-panel .console-panel .defaut-line, .insp-wrapper .tab-panel .console-panel .log, .insp-wrapper .tab-panel .console-panel .warn, .insp-wrapper .tab-panel .console-panel .error, .insp-wrapper .tab-panel .console-panel .object {
- word-wrap: break-word;
- padding: 3px 0 3px 5px; }
- .insp-wrapper .tab-panel .console-panel .caller {
- padding: 3px 0 3px 0;
- color: #349ccd; }
- .insp-wrapper .tab-panel .console-panel .log {
- color: white; }
- .insp-wrapper .tab-panel .console-panel .warn {
- color: orange; }
- .insp-wrapper .tab-panel .console-panel .error {
- color: orangered; }
- .insp-wrapper .tab-panel .console-panel .object {
- color: #5db0d7; }
- .insp-wrapper .tab-panel.stats-panel {
- overflow-y: auto; }
- .insp-wrapper .tab-panel .stats-fps {
- font-weight: 600;
- color: #f29766; }
- .insp-wrapper .tab-panel .stat-title1 {
- font-size: 1.1em;
- padding: 10px; }
- .insp-wrapper .tab-panel .stat-title2 {
- margin: 10px 0 10px 0;
- font-size: 1.05em;
- border-bottom: 1px solid #5db0d7;
- box-sizing: border-box; }
- .insp-wrapper .tab-panel .stat-label {
- display: inline-block;
- width: 80%;
- padding: 2px;
- background-color: #2c2c2c;
- border-bottom: 1px solid #242424;
- border-top: 1px solid #242424;
- height: 30px;
- line-height: 30px;
- box-sizing: border-box; }
- .insp-wrapper .tab-panel .stat-value {
- display: inline-block;
- width: 20%;
- padding: 2px;
- background-color: #2c2c2c;
- border-top: 1px solid #242424;
- border-bottom: 1px solid #242424;
- height: 30px;
- line-height: 30px;
- box-sizing: border-box; }
- .insp-wrapper .tab-panel .stat-infos {
- width: 100%;
- padding: 4px; }
- .insp-wrapper .property-type {
- color: #5db0d7; }
- .insp-wrapper .property-name, .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name {
- color: #f29766; }
- .insp-wrapper .insp-tree {
- overflow-y: auto;
- overflow-x: hidden;
- height: calc(50% - 32px - 30px); }
- .insp-wrapper .insp-tree .line {
- padding: 3px;
- cursor: pointer; }
- .insp-wrapper .insp-tree .line:hover {
- background-color: #2c2c2c; }
- .insp-wrapper .insp-tree .line.active {
- background-color: #454545; }
- .insp-wrapper .insp-tree .line.active .line-content {
- background-color: #242424; }
- .insp-wrapper .insp-tree .line.unfolded:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f078"; }
- .insp-wrapper .insp-tree .line.folded:before {
- width: 1em;
- height: 1em;
- line-height: 1em;
- display: inline-block;
- font-family: 'FontAwesome', sans-serif;
- content: "\f054"; }
- .insp-wrapper .insp-tree .line .line-content {
- padding-left: 15px; }
- .insp-wrapper .insp-tree .line .line-content:hover {
- background-color: #242424; }
- .insp-wrapper .insp-tree .line .line-content .line:hover:first-child {
- background-color: #383838; }
- .insp-wrapper .insp-details {
- background-color: #242424;
- overflow-y: auto;
- overflow-x: hidden;
- color: #ccc;
- font-family: "Inconsolata", sans-serif; }
- .insp-wrapper .insp-details .base-row, .insp-wrapper .insp-details .row, .insp-wrapper .insp-details .header-row {
- display: flex;
- width: 100%; }
- .insp-wrapper .insp-details .base-row .base-property, .insp-wrapper .insp-details .row .base-property, .insp-wrapper .insp-details .header-row .base-property, .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name, .insp-wrapper .insp-details .base-row .prop-value, .insp-wrapper .insp-details .row .prop-value, .insp-wrapper .insp-details .header-row .prop-value {
- word-wrap: break-word;
- padding: 2px 0 2px 0; }
- .insp-wrapper .insp-details .base-row .prop-name, .insp-wrapper .insp-details .row .prop-name, .insp-wrapper .insp-details .header-row .prop-name {
- width: 35%; }
- .insp-wrapper .insp-details .base-row .prop-value, .insp-wrapper .insp-details .row .prop-value, .insp-wrapper .insp-details .header-row .prop-value {
- width: 59%;
- padding-left: 10px; }
- .insp-wrapper .insp-details .base-row .prop-value.clickable, .insp-wrapper .insp-details .row .prop-value.clickable, .insp-wrapper .insp-details .header-row .prop-value.clickable {
- cursor: pointer; }
- .insp-wrapper .insp-details .base-row .prop-value.clickable:hover, .insp-wrapper .insp-details .row .prop-value.clickable:hover, .insp-wrapper .insp-details .header-row .prop-value.clickable:hover {
- background-color: #383838; }
- .insp-wrapper .insp-details .base-row .prop-value.clickable:after, .insp-wrapper .insp-details .row .prop-value.clickable:after, .insp-wrapper .insp-details .header-row .prop-value.clickable:after {
- font-family: 'FontAwesome', sans-serif;
- content: "\00a0 \00a0 \00a0 \f054"; }
- .insp-wrapper .insp-details .row:nth-child(even) {
- background-color: #2c2c2c; }
- .insp-wrapper .insp-details .row.unfolded .prop-value.clickable:after {
- font-family: 'FontAwesome', sans-serif;
- content: "\00a0 \00a0 \00a0 \f078"; }
- .insp-wrapper .insp-details .header-row {
- background-color: #2c2c2c;
- color: #ccc;
- width: 100%;
- max-width: 100%; }
- .insp-wrapper .insp-details .header-row > * {
- color: #ccc !important;
- padding: 5px 0 5px 5px !important;
- cursor: pointer; }
- .insp-wrapper .insp-details .header-row > *:hover {
- background-color: #383838; }
- .insp-wrapper .insp-details .header-row .header-col {
- display: flex;
- justify-content: space-between;
- align-items: center; }
- .insp-wrapper .insp-details .header-row .header-col .sort-direction {
- margin-right: 5px; }
- .insp-wrapper .insp-details .element-viewer, .insp-wrapper .insp-details .color-element, .insp-wrapper .insp-details .texture-element {
- position: relative;
- width: 10px;
- height: 10px;
- display: inline-block;
- margin-left: 5px; }
- .insp-wrapper .insp-details .texture-element {
- color: #f29766;
- margin-left: 10px; }
- .insp-wrapper .insp-details .texture-element .texture-viewer {
- color: #ccc;
- position: absolute;
- z-index: 10;
- bottom: 0;
- right: 0;
- display: block;
- width: 150px;
- height: 150px;
- border: 1px solid #454545;
- background-color: #242424;
- transform: translateX(100%) translateY(100%);
- display: none;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center; }
- .insp-wrapper .insp-details .texture-element .texture-viewer .texture-viewer-img {
- margin: 10px 0 10px 0;
- max-width: 110px;
- max-height: 110px; }
- .insp-wrapper .tabbar {
- height: 32px;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #383838;
- width: 100%;
- overflow-x: auto;
- overflow-y: hidden;
- box-sizing: border-box; }
- .insp-wrapper .tabbar .tab {
- height: calc(32px - 2px);
- width: auto;
- padding: 0 10px 0 10px;
- color: #ccc;
- line-height: 32px;
- text-align: center;
- cursor: pointer;
- margin: 0 5px 0 5px;
- box-sizing: border-box; }
- .insp-wrapper .tabbar .tab:hover {
- border-bottom: 1px solid #f29766;
- background-color: #2c2c2c; }
- .insp-wrapper .tabbar .tab:active {
- background-color: #383838; }
- .insp-wrapper .tabbar .tab.active {
- border-bottom: 1px solid #f29766; }
- .insp-wrapper .tabbar .more-tabs {
- width: 32px;
- height: 32px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- position: relative;
- border-right: 1px solid #383838; }
- .insp-wrapper .tabbar .more-tabs:hover {
- background-color: #383838; }
- .insp-wrapper .tabbar .more-tabs:active {
- color: #f29766;
- background-color: #454545; }
- .insp-wrapper .tabbar .more-tabs.active {
- color: #f29766; }
- .insp-wrapper .toolbar {
- display: flex; }
- .insp-wrapper .toolbar .tool {
- width: 32px;
- height: 32px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- position: relative;
- border-right: 1px solid #383838; }
- .insp-wrapper .toolbar .tool:hover {
- background-color: #383838; }
- .insp-wrapper .toolbar .tool:active {
- color: #f29766;
- background-color: #454545; }
- .insp-wrapper .toolbar .tool.active {
- color: #f29766; }
- .insp-wrapper .searchbar {
- border: 1px solid #2c2c2c;
- margin-bottom: 5px;
- display: flex;
- align-items: center;
- color: #b3b3b3; }
- .insp-wrapper .searchbar input {
- background-color: #242424;
- border: none;
- width: 100%;
- outline: none;
- font-family: "Inconsolata", sans-serif;
- color: #b3b3b3;
- padding: 3px 0 3px 10px;
- margin: 6px 0 6px 0; }
|