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