diff options
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 182 |
1 files changed, 63 insertions, 119 deletions
diff --git a/css/ninja.css b/css/ninja.css index 650f3b08..682dfc9d 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -118,9 +118,9 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
118 | 118 | ||
119 | #sceneBar { height: 70px; background-color: #474747; } | 119 | #sceneBar { height: 70px; background-color: #474747; } |
120 | 120 | ||
121 | #mainContainer #rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; border-right: 11px solid black; } | 121 | #mainContainer .rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; border-right: 11px solid black; } |
122 | 122 | ||
123 | #rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; border-bottom: 11px solid black; } | 123 | .rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; border-bottom: 11px solid black; } |
124 | 124 | ||
125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } | 125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } |
126 | 126 | ||
@@ -164,9 +164,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
164 | 164 | ||
165 | .verticalBox { -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } | 165 | .verticalBox { -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } |
166 | 166 | ||
167 | #rightPanelContent { overflow-y: hidden; } | 167 | .openDocumentsTab { height: 25px; position: relative; overflow: hidden; color: white; } |
168 | |||
169 | #openDocumentsTabComponent { height: 25px; position: relative; overflow: hidden; color: white; } | ||
170 | 168 | ||
171 | #openDocuments { float: left; height: 25px; width: 100%; font-size: 12px; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; } | 169 | #openDocuments { float: left; height: 25px; width: 100%; font-size: 12px; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; } |
172 | 170 | ||
@@ -174,7 +172,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
174 | 172 | ||
175 | #openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { background-color: #7f7f7f; } | 173 | #openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { background-color: #7f7f7f; } |
176 | 174 | ||
177 | #documentBar { height: 25px; width: 1000px; position: relative; overflow: hidden; color: white; } | 175 | .documentBar { height: 25px; position: relative; overflow: hidden; color: white; } |
178 | 176 | ||
179 | .montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); } | 177 | .montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); } |
180 | 178 | ||
@@ -200,19 +198,11 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
200 | 198 | ||
201 | #iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; } | 199 | #iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; } |
202 | 200 | ||
203 | #drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 6; } | 201 | .drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 6; } |
204 | |||
205 | #stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; } | ||
206 | |||
207 | #layoutCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 4; } | ||
208 | |||
209 | #codeViewContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; background: black; width: 100%; height: 100%; display: none; } | ||
210 | |||
211 | #mainContent #codeMirror_1 { height: 100%; } | ||
212 | 202 | ||
213 | #mainContent .CodeMirror { width: 100%; height: 100%; background: white; } | 203 | .stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; } |
214 | 204 | ||
215 | #mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: auto; } | 205 | .layoutCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 4; } |
216 | 206 | ||
217 | .montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } | 207 | .montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } |
218 | 208 | ||
@@ -528,10 +518,6 @@ div.pp-button.button-divider div { height: 1px; width: 24px; background-color: b | |||
528 | 518 | ||
529 | #pp-container-assets input.inline-editor { height: 11px; width: 80%; background-color: #242424 !important; color: #b2b2b2 !important; top: -2px; border-width: 0px; font-size: 11px; } | 519 | #pp-container-assets input.inline-editor { height: 11px; width: 80%; background-color: #242424 !important; color: #b2b2b2 !important; top: -2px; border-width: 0px; font-size: 11px; } |
530 | 520 | ||
531 | .subToolHolderPanel { margin-left: 42px; } | ||
532 | |||
533 | .subToolPanel { margin-top: -6px; } | ||
534 | |||
535 | .properties_panel { overflow-x: hidden; color: white; } | 521 | .properties_panel { overflow-x: hidden; color: white; } |
536 | 522 | ||
537 | .properties_panel select { -webkit-appearance: none; font-size: 9px; color: white; background-color: #444444; border: 1px solid #313131; width: 120px; height: 15px; outline: none; background-image: url("../images/dropdown-bg.png"); background-repeat: no-repeat; background-position: right center; } | 523 | .properties_panel select { -webkit-appearance: none; font-size: 9px; color: white; background-color: #444444; border: 1px solid #313131; width: 120px; height: 15px; outline: none; background-image: url("../images/dropdown-bg.png"); background-repeat: no-repeat; background-position: right center; } |
@@ -648,7 +634,7 @@ button.panel-button { -webkit-appearance: none; font-size: 9px; color: white; ba | |||
648 | 634 | ||
649 | .panel.collapsed .arrowIcon { -webkit-transform: rotate(-90deg); } | 635 | .panel.collapsed .arrowIcon { -webkit-transform: rotate(-90deg); } |
650 | 636 | ||
651 | .rightPanelContent { position: absolute; height: 100%; width: 100%; } | 637 | .rightPanelContent { position: absolute; overflow-y: hidden; height: 100%; width: 100%; } |
652 | 638 | ||
653 | #rightPanelContainer .panel { -webkit-box-flex: 100; } | 639 | #rightPanelContainer .panel { -webkit-box-flex: 100; } |
654 | 640 | ||
@@ -679,25 +665,25 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul | |||
679 | 665 | ||
680 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 666 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
681 | 667 | ||
682 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } | 668 | .subToolHolderPanel { margin-left: 42px; padding: 6px; float: left; } |
683 | 669 | ||
684 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | 670 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); margin-top: -4px; } |
685 | 671 | ||
686 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 672 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
687 | 673 | ||
688 | .toolSeparator { height: 1px; width: 30px; } | 674 | .toolOptionsFloatChildren > * { float: left; } |
689 | 675 | ||
690 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } | 676 | .toolOptionsSpacer { margin-right: 9px; } |
691 | 677 | ||
692 | .toolSeparatorMiddle { margin-top: 0px; margin-bottom: 0px; } | 678 | .toolColorChipCtrl { width: 18px; height: 18px; margin-top: 1px; margin-left: 3px; margin-right: 8px; border: 1px black solid; } |
693 | 679 | ||
694 | .toolSeparatorBottom { margin-top: 0px; margin-bottom: 3px; } | 680 | .toolColorChipIcon { width: 20px; height: 20px; margin-top: 1px; -webkit-transform: scale(0.8); background-color: #282828; } |
695 | 681 | ||
696 | .toolImageBase { padding: 0px; width: 26px; height: 23px; opacity: 0.7; background-repeat: no-repeat; } | 682 | .subToolHolderPanel input.toolOptsRadioButton { width: 24px; height: 24px; margin: 0px 5px 0px 0px; padding: 0px; cursor: pointer; border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; background: none; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(0.9); } |
697 | 683 | ||
698 | .toolImageBase:hover { opacity: 1.0; } | 684 | .subToolHolderPanel input.toolOptsRadioButton:hover { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); } |
699 | 685 | ||
700 | .drawingMode { outline: blue solid thin; } | 686 | .subToolHolderPanel input.toolOptsRadioButton:checked { box-shadow: inset 0px 0px 2px 2px #999; background-color: #363636; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); } |
701 | 687 | ||
702 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } | 688 | .textBox { padding-top: 3px; min-width: 10em; margin-left: 5px; position: relative; margin-top: 0px; } |
703 | 689 | ||
@@ -713,13 +699,13 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul | |||
713 | 699 | ||
714 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } | 700 | .cornerRadius:hover, .cornerRadius:active { opacity: 1; } |
715 | 701 | ||
716 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); } | 702 | .cornerRadius.topLeft { -webkit-transform: rotate(0deg); margin-top: 1px; margin-right: 3px; } |
717 | 703 | ||
718 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: -2px; } | 704 | .cornerRadius.topRight { -webkit-transform: rotate(90deg); margin-right: 3px; margin-top: 1px; } |
719 | 705 | ||
720 | .cornerRadius.bottomLeft { margin-top: 3px; -webkit-transform: rotate(270deg); } | 706 | .cornerRadius.bottomLeft { -webkit-transform: rotate(270deg); margin-right: 2px; margin-top: -1px; } |
721 | 707 | ||
722 | .cornerRadius.bottomRight { margin-top: 3px; -webkit-transform: rotate(180deg); margin-right: -2px; } | 708 | .cornerRadius.bottomRight { -webkit-transform: rotate(180deg); margin-right: 4px; margin-top: -1px; } |
723 | 709 | ||
724 | #toolOptionsContainer { display: inline; float: left; } | 710 | #toolOptionsContainer { display: inline; float: left; } |
725 | 711 | ||
@@ -763,65 +749,77 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
763 | 749 | ||
764 | .optionLabel { margin-top: 5px; } | 750 | .optionLabel { margin-top: 5px; } |
765 | 751 | ||
766 | #tagToolContainer input.tag-type, #rotateObjectToolContainer input.tag-type, #translateObjectToolContainer input.tag-type { background: none; width: 20px; height: 20px; display: block; float: left; margin: 0px; padding: 0px; margin-right: 5px; margin-top: 4px; background-repeat: no-repeat; opacity: 0.8; text-indent: -9999px; cursor: pointer; -webkit-border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; } | 752 | .tagRadioButtons input.divTool { background-image: url("../images/optionsbar/tag/div-tag.png"); } |
767 | 753 | ||
768 | #tagToolContainer input.tag-type { background-image: url("../images/tools/sprite-toolbar-tag.png"); } | 754 | .tagRadioButtons input.imageTool { background-image: url("../images/optionsbar/tag/img-tag.png"); } |
769 | 755 | ||
770 | #rotateObjectToolContainer input.tag-type { background-image: url("../images/tools/sprite-toolbar-3d.png"); } | 756 | .tagRadioButtons input.videoTool { background-image: url("../images/optionsbar/tag/vid-tag.png"); } |
771 | 757 | ||
772 | #translateObjectToolContainer input.tag-type { background-image: url("../images/tools/sprite-toolbar-3d.png"); } | 758 | .tagRadioButtons input.canvasTool { background-image: url("../images/optionsbar/tag/canvas-tag.png"); } |
773 | 759 | ||
774 | #tagToolContainer input.tag-type:active, #rotateObjectToolContainer input.tag-type:active, #translateObjectToolContainer input.tag-type:active { border: 1px solid transparent; } | 760 | .tagRadioButtons input.customTool { background-image: url("../images/optionsbar/tag/custom-tag.png"); } |
775 | 761 | ||
776 | #tagToolContainer input.tag-type:hover, #rotateObjectToolContainer input.tag-type:hover, #translateObjectToolContainer input.tag-type:hover { opacity: 1.0; -webkit-box-shadow: 0px 0px 4px #fff; } | 762 | .tagRadioButtons .nj-divider { height: 100%; float: left; position: relative; } |
777 | 763 | ||
778 | #tagToolContainer input.tag-type:checked, #rotateObjectToolContainer input.tag-type:checked, #translateObjectToolContainer input.tag-type:checked { background-color: transparent; opacity: 1.0; cursor: default; -webkit-box-shadow: none; } | 764 | .tagRadioButtons select.nj-skinned { visibility: visible; position: relative; margin-top: 1px; } |
779 | 765 | ||
780 | #tagToolContainer input#divTool { background-position: -40px 0px; } | 766 | .tagRadioButtons select[disabled="true"].nj-skinned, .tagRadioButtons select[disabled].nj-skinned { visibility: hidden; } |
781 | 767 | ||
782 | #tagToolContainer input#divTool:checked { background-position: -40px -20px; } | 768 | #zoomToolOptionHolder .zoomOutToolIcon { background-image: url("../images/optionsbar/zoom/zoom_minus.png"); } |
783 | 769 | ||
784 | #tagToolContainer input#imageTool { background-position: -60px 0px; } | 770 | #zoomToolOptionHolder .zoomInToolIcon { background-image: url("../images/optionsbar/zoom/zoom_plus.png"); } |
785 | 771 | ||
786 | #tagToolContainer input#imageTool:checked { background-position: -60px -20px; } | 772 | .object3DToolContainer input.rotateLocally { background-image: url("../images/optionsbar/options3D/rotate-locally.png"); } |
787 | 773 | ||
788 | #tagToolContainer input#videoTool { background-position: -100px 0px; } | 774 | .object3DToolContainer input.rotateGlobally { background-image: url("../images/optionsbar/options3D/rotate-globally.png"); } |
789 | 775 | ||
790 | #tagToolContainer input#videoTool:checked { backgrou |