diff options
author | Valerio Virgillito | 2012-02-23 17:05:43 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-23 17:05:43 -0800 |
commit | afc53c6f553c97ab778154154aa2b7a146cb5fef (patch) | |
tree | 66b5ec886a49894feda44ccf8b5233ef39a46536 /css | |
parent | 8974ecd564563a991ff96f9cb6d47da172174242 (diff) | |
parent | db2fd02a1b0e909bb536fa63cefd2144f4642ead (diff) | |
download | ninja-afc53c6f553c97ab778154154aa2b7a146cb5fef.tar.gz |
Merge branch 'refs/heads/master' into local-storage-version
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 108 |
1 files changed, 50 insertions, 58 deletions
diff --git a/css/ninja.css b/css/ninja.css index 96ae6caf..f085f6be 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -672,16 +672,12 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul | |||
672 | 672 | ||
673 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 673 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
674 | 674 | ||
675 | .toolButton { width: 26px; height: 23px; padding: 0px; margin: 1px; border-width: 1px; border-style: solid; } | 675 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } |
676 | 676 | ||
677 | .subToolButton { float: left; } | 677 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
678 | 678 | ||
679 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 679 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } |
680 | 680 | ||
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; } | 681 | .toolSeparator { height: 1px; width: 30px; } |
686 | 682 | ||
687 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } | 683 | .toolSeparatorTop { margin-top: 3px; margin-bottom: 0px; } |
@@ -818,90 +814,84 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
818 | 814 | ||
819 | #zoomToolOptionHolder input.zoom-option { background: none; } | 815 | #zoomToolOptionHolder input.zoom-option { background: none; } |
820 | 816 | ||
821 | .SelectionToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -360px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 817 | #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 | 818 | ||
833 | .Translate3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 819 | .toolsList { width: 29px; margin: auto; } |
834 | 820 | ||
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; } | 821 | .toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; } |
836 | 822 | ||
837 | .TagToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 823 | .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); } |
838 | 824 | ||
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; } | 825 | .toolbutton:hover, .toolbutton.active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } |
840 | 826 | ||
841 | .PenToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 827 | .toolbutton:active { background-color: #8c8c8c; } |
842 | 828 | ||
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; } | 829 | .toolbutton.active { box-shadow: inset 0px 0px 2px 2px #555; background-color: #363636; } |
844 | 830 | ||
845 | .TextToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 831 | .SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); } |
846 | 832 | ||
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; } | 833 | .SubselectionTool { background-image: url("../images/tools/Tool-Subselect.png"); } |
848 | 834 | ||
849 | .ShapeContainerPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 835 | .RotateTool3D { background-image: url("../images/tools/Tool-3DRotate.png"); } |
850 | 836 | ||
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; } | 837 | .Translate3D { background-image: url("../images/tools/Tool-3DTranslate.png"); } |
852 | 838 | ||
853 | .OvalToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -120px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 839 | .TagTool { background-image: url("../images/tools/Tool-Tag.png"); } |
854 | 840 | ||
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; } | 841 | .PenTool { background-image: url("../images/tools/Tool-Pen.png"); } |
856 | 842 | ||
857 | .RectangleToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -300px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 843 | .TextTool { background-image: url("../images/tools/Tool-Text.png"); } |
858 | 844 | ||
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; } | 845 | .ShapeContainer { background-image: url("../images/tools/Tool-Rectangle.png"); } |
860 | 846 | ||
861 | .LineToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 847 | .OvalTool { background-image: url("../images/tools/Tool-Oval.png"); } |
862 | 848 | ||
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; } | 849 | .RectangleTool { background-image: url("../images/tools/Tool-Square.png"); } |
864 | 850 | ||
865 | .PencilToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 851 | .LineTool { background-image: url("../images/tools/Tool-Line.png"); } |
866 | 852 | ||
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; } | 853 | .PencilTool { background-image: url("../images/tools/Tool-Pencil.png"); } |
868 | 854 | ||
869 | .BrushToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 855 | .BrushTool { background-image: url("../images/tools/Tool-PaintBrush.png"); } |
870 | 856 | ||
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; } | 857 | .FillTool { background-image: url("../images/tools/Tool-Fill.png"); } |
872 | 858 | ||
873 | .FillToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -300px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 859 | .EyedropperTool { background-image: url("../images/tools/Tool-EyeDropper.png"); } |
874 | 860 | ||
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; } | 861 | .EraserTool { background-image: url("../images/tools/Tool-Erase.png"); } |
876 | 862 | ||
877 | .EyedropperToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -420px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 863 | .RotateStageTool3D { background-image: url("../images/tools/Tool-3DRotateStage.png"); } |
878 | 864 | ||
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; } | 865 | .TranslateStageTool3D { background-image: url("../images/tools/Tool-3DTranslateStage.png"); } |
880 | 866 | ||
881 | .EraserToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -360px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 867 | .PanTool { background-image: url("../images/tools/Tool-Pan.png"); } |
882 | 868 | ||
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; } | 869 | .ZoomTool { background-image: url("../images/tools/Tool-Zoom.png"); } |
884 | 870 | ||
885 | .RotateStageTool3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -60px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 871 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } |
886 | 872 | ||
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; } | 873 | .toolsList .colortoolbar { padding-left: 1px; padding-top: 4px; } |
888 | 874 | ||
889 | .TranslateStageTool3DPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px 0px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 875 | .toolsList .colortoolbar button { width: 27px; height: 27px; background: black; border: 1px solid #000; padding: 0; margin: 0px; } |
890 | 876 | ||
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; } | 877 | .toolsList .colortoolbar div { width: 27px; height: 27px; margin: 0; margin-top: 3px; } |
892 | 878 | ||
893 | .PanToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: 0px -27px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | 879 | .toolsList .colortoolbar div.cpe_colortoolbar_container { margin: 0; } |
894 | |||
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; } | ||
896 | |||
897 | .ZoomToolPressed { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -180px -54px; background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
898 | |||
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; } | ||
900 | |||
901 | .InkBottleToolPressed { background-image: url("../images/tools/inkbottle_down.png"); background-repeat: no-repeat; height: 23px; width: 26px; opacity: 1; } | ||
902 | |||
903 | .InkBottleToolUnpressed { background-image: url("../images/tools/inkbottle_down.png"); background-repeat: no-repeat; height: 23px; width: 26px; opacity: 0.7; } | ||
904 | 880 | ||
881 | /*.InkBottleToolPressed {*/ | ||
882 | /*background-image: url("../images/tools/inkbottle_down.png");*/ | ||
883 | /*background-repeat: no-repeat;*/ | ||
884 | /*height: 23px;*/ | ||
885 | /*width: 26px;*/ | ||
886 | /*opacity: 1;*/ | ||
887 | /*}*/ | ||
888 | /*.InkBottleToolUnpressed {*/ | ||
889 | /*background-image: url("../images/tools/inkbottle_down.png");*/ | ||
890 | /*background-repeat: no-repeat;*/ | ||
891 | /*height: 23px;*/ | ||
892 | /*width: 26px;*/ | ||
893 | /*opacity: 0.7;*/ | ||
894 | /*}*/ | ||
905 | .topAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | 895 | .topAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -240px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } |
906 | 896 | ||
907 | .rightAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } | 897 | .rightAlignUp { background-image: url("../images/SpriteSheets/NinjaSpriteSheet2_5.png"); background-position: -270px -54px; background-repeat: no-repeat; height: 23px; width: 26px; } |
@@ -992,4 +982,6 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
992 | 982 | ||
993 | .montage-popup-container { background: none; } | 983 | .montage-popup-container { background: none; } |
994 | 984 | ||
985 | .montage-invisible { display: none; } | ||
986 | |||
995 | /*77*/ | 987 | /*77*/ |