diff options
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 183 |
1 files changed, 93 insertions, 90 deletions
diff --git a/css/ninja.css b/css/ninja.css index 96ae6caf..4d450208 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -212,10 +212,6 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
212 | 212 | ||
213 | #mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: auto; } | 213 | #mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: auto; } |
214 | 214 | ||
215 | .montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } | ||
216 | |||
217 | .montage-editor { padding: 0px; word-wrap: normal; } | ||
218 | |||
219 | .panelContainer { margin: 0px; padding: 0px 0px; position: relative; overflow: auto; } | 215 | .panelContainer { margin: 0px; padding: 0px 0px; position: relative; overflow: auto; } |
220 | 216 | ||
221 | .panelDisclosureIcon { background-image: url("../images/panels/panelDisclosureIcon.png"); background-repeat: no-repeat; width: 16px; height: 16px; float: left; -webkit-transition-property: rotate; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: linear; padding-right: 2px; } | 217 | .panelDisclosureIcon { background-image: url("../images/panels/panelDisclosureIcon.png"); background-repeat: no-repeat; width: 16px; height: 16px; float: left; -webkit-transition-property: rotate; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: linear; padding-right: 2px; } |
@@ -672,16 +668,12 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul | |||
672 | 668 | ||
673 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 669 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
674 | 670 | ||
675 | .toolButton { width: 26px; height: 23px; padding: 0px; margin: 1px; border-width: 1px; border-style: solid; } | 671 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } |
676 | 672 | ||
677 | .subToolButton { float: left; } | 673 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
678 | 674 | ||
679 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 675 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } |
680 | 676 | ||
681 | .toolButton:active { border-top-width: 1px; border-top-style: solid; border-left-width: 1px; border-left-style: solid; } | ||
682 | |||
683 | .toolButtonSelected { border-top-width: 1px; border-top-style: solid; border-left-width: 1px; border-left-style: solid; } | ||
684 | |||
685 | .toolSeparator { height: 1px; width: 30px; } | 677 | .toolSeparator { height: 1px; width: 30px; } |
686 | 678 | ||
687 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } | 679 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } |
@@ -818,118 +810,127 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
818 | 810 | ||
819 | #zoomToolOptionHolder input.zoom-option { background: none; } | 811 | #zoomToolOptionHolder input.zoom-option { background: none; } |
820 | 812 | ||
821 | .SelectionToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -360px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 813 | #toolsPanelContent { width: 40px; } |
822 | |||
823 | .SelectionToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -390px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
824 | |||
825 | .SubselectionToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -420px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
826 | |||
827 | .SubselectionToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -450px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
828 | |||
829 | .RotateTool3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
830 | |||
831 | .RotateTool3DUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -30px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
832 | |||
833 | .Translate3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
834 | |||
835 | .Translate3DUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -150px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
836 | |||
837 | .TagToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
838 | |||
839 | .TagToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -30px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
840 | |||
841 | .PenToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
842 | |||
843 | .PenToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -210px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
844 | 814 | ||
845 | .TextToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 815 | .toolsList { width: 29px; margin: auto; } |
846 | 816 | ||
847 | .TextToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -90px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 817 | .toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; } |
848 | 818 | ||
849 | .ShapeContainerPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 819 | .toolbutton { width: 29px; height: 29px; background-position: center center; background-repeat: no-repeat; border-radius: 3px; opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); -webkit-transition: 0.15s all cubic-bezier(0.44, 0.19, 0, 0.99); } |
850 | 820 | ||
851 | .ShapeContainerUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -150px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 821 | .toolbutton:hover, .toolbutton.active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } |
852 | 822 | ||
853 | .OvalToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 823 | .toolbutton:active { background-color: #8c8c8c; } |
854 | 824 | ||
855 | .OvalToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -150px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 825 | .toolbutton.active { box-shadow: inset 0px 0px 2px 2px #555; background-color: #363636; } |
856 | 826 | ||
857 | .RectangleToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -300px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 827 | .SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); } |
858 | 828 | ||
859 | .RectangleToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -330px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 829 | .SubselectionTool { background-image: url("../images/tools/Tool-Subselect.png"); } |
860 | 830 | ||
861 | .LineToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 831 | .RotateTool3D { background-image: url("../images/tools/Tool-3DRotate.png"); } |
862 | 832 | ||
863 | .LineToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -90px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 833 | .Translate3D { background-image: url("../images/tools/Tool-3DTranslate.png"); } |
864 | 834 | ||
865 | .PencilToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 835 | .TagTool { background-image: url("../images/tools/Tool-Tag.png"); } |
866 | 836 | ||
867 | .PencilToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 837 | .PenTool { background-image: url("../images/tools/Tool-Pen.png"); } |
868 | 838 | ||
869 | .BrushToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 839 | .TextTool { background-image: url("../images/tools/Tool-Text.png"); } |
870 | 840 | ||
871 | .BrushToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 841 | .ShapeContainer { background-image: url("../images/tools/Tool-Rectangle.png"); } |
872 | 842 | ||
873 | .FillToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -300px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 843 | .OvalTool { background-image: url("../images/tools/Tool-Oval.png"); } |
874 | 844 | ||
875 | .FillToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -330px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 845 | .RectangleTool { background-image: url("../images/tools/Tool-Square.png"); } |
876 | 846 | ||
877 | .EyedropperToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -420px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 847 | .LineTool { background-image: url("../images/tools/Tool-Line.png"); } |
878 | 848 | ||
879 | .EyedropperToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -450px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 849 | .PencilTool { background-image: url("../images/tools/Tool-Pencil.png"); } |
880 | 850 | ||
881 | .EraserToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -360px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 851 | .BrushTool { background-image: url("../images/tools/Tool-PaintBrush.png"); } |
882 | 852 | ||
883 | .EraserToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -390px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 853 | .FillTool { background-image: url("../images/tools/Tool-Fill.png"); } |
884 | 854 | ||
885 | .RotateStageTool3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 855 | .EyedropperTool { background-image: url("../images/tools/Tool-EyeDropper.png"); } |
886 | 856 | ||
887 | .RotateStageTool3DUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -90px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 857 | .EraserTool { background-image: url("../images/tools/Tool-Erase.png"); } |
888 | 858 | ||
889 | .TranslateStageTool3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 859 | .RotateStageTool3D { background-image: url("../images/tools/Tool-3DRotateStage.png"); } |
890 | 860 | ||
891 | .TranslateStageTool3DUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -210px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 861 | .TranslateStageTool3D { background-image: url("../images/tools/Tool-3DTranslateStage.png"); } |
892 | 862 | ||
893 | .PanToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 863 | .PanTool { background-image: url("../images/tools/Tool-Pan.png"); } |
894 | 864 | ||
895 | .PanToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -30px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 865 | .ZoomTool { background-image: url("../images/tools/Tool-Zoom.png"); } |
896 | 866 | ||
897 | .ZoomToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 867 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } |
898 | 868 | ||
899 | .ZoomToolUnpressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -210px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 869 | .toolsList .colortoolbar { padding-left: 1px; padding-top: 4px; } |
900 | 870 | ||
901 | .InkBottleToolPressed { background-image: url("../images/tools/inkbottle_down.png"); background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 871 | .toolsList .colortoolbar button { width: 27px; height: 27px; background: black; border: 1px solid #000; padding: 0; margin: 0px; } |
902 | 872 | ||
903 | .InkBottleToolUnpressed { background-image: url("../images/tools/inkbottle_down.png"); background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | 873 | .toolsList .colortoolbar div { width: 27px; height: 27px; margin: 0; margin-top: 3px; } |
904 | 874 | ||
905 | .topAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | 875 | .toolsList .colortoolbar div.cpe_colortoolbar_container { margin: 0; } |
906 | |||
907 | .rightAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
908 | |||
909 | .bottomAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -300px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
910 | |||
911 | .verticalLeftUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -330px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
912 | |||
913 | .verticalCenterUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -360px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
914 | |||
915 | .verticalRightUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -390px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
916 | |||
917 | .distRightUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px -81px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
918 | |||
919 | .distLeftUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -420px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
920 | |||
921 | .distCenterUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px -81px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
922 | |||
923 | .distTopUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -30px -81px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
924 | |||
925 | .distBottomUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -90px -81px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
926 | |||
927 | .distVCenterUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -450px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
928 | |||
929 | .bucketToolUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -330px 0px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
930 | |||
931 | .pencilToolUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px -27px; background-repeat: no-repeat; height: 23px; width: 26px; } | ||
932 | 876 | ||
877 | /*.InkBottleToolPressed {*/ | ||
878 | /*background-image: url("../images/tools/inkbottle_down.png");*/ | ||
879 | /*background-repeat: no-repeat;*/ | ||
880 | /*height: 23px;*/ | ||
881 | /*width: 26px;*/ | ||
882 | /*opacity: 1;*/ | ||
883 | /*}*/ | ||
884 | /*.InkBottleToolUnpressed {*/ | ||
885 | /*background-image: url("../images/tools/inkbottle_down.png");*/ | ||
886 | /*background-repeat: no-repeat;*/ | ||
887 | /*height: 23px;*/ | ||
888 | /*width: 26px;*/ | ||
889 | /*opacity: 0.7;*/ | ||
890 | /*}*/ | ||
891 | /*// Selection Tool Options */ | ||
892 | /*.topAlignUp {*/ | ||
893 | /*@include background-pos(8,2,26px,23px);*/ | ||
894 | /*}*/ | ||
895 | /*.rightAlignUp {*/ | ||
896 | /*@include background-pos(9,2,26px,23px);*/ | ||
897 | /*}*/ | ||
898 | /*.bottomAlignUp {*/ | ||
899 | /*@include background-pos(10,2,26px,23px);*/ | ||
900 | /*}*/ | ||
901 | /*.verticalLeftUp {*/ | ||
902 | /*@include background-pos(11,2,26px,23px);*/ | ||
903 | /*}*/ | ||
904 | /*.verticalCenterUp {*/ | ||
905 | /*@include background-pos(12,2,26px,23px);*/ | ||
906 | /*}*/ | ||
907 | /*.verticalRightUp {*/ | ||
908 | /*@include background-pos(13, |