diff options
Diffstat (limited to '_scss/imports/scss/_toolbar.scss')
-rw-r--r-- | _scss/imports/scss/_toolbar.scss | 290 |
1 files changed, 290 insertions, 0 deletions
diff --git a/_scss/imports/scss/_toolbar.scss b/_scss/imports/scss/_toolbar.scss new file mode 100644 index 00000000..64fb32de --- /dev/null +++ b/_scss/imports/scss/_toolbar.scss | |||
@@ -0,0 +1,290 @@ | |||
1 | // <copyright> | ||
2 | // This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | // No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | // </copyright> | ||
6 | |||
7 | /* | ||
8 | * toolbar.scss | ||
9 | * Styles governing the individual tools. | ||
10 | * Note that colors and font definitions go in | ||
11 | * _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss | ||
12 | */ | ||
13 | |||
14 | /* New Tool List CSS */ | ||
15 | .SelectionToolPressed { | ||
16 | @include background-pos(12,1,26px,23px); | ||
17 | @include opacity(1.0); | ||
18 | } | ||
19 | |||
20 | .SelectionToolUnpressed { | ||
21 | @include background-pos(13,1,26px,23px); | ||
22 | @include opacity(0.7); | ||
23 | } | ||
24 | |||
25 | .SubselectionToolPressed { | ||
26 | @include background-pos(14,1,26px,23px); | ||
27 | @include opacity(1.0); | ||
28 | } | ||
29 | |||
30 | .SubselectionToolUnpressed { | ||
31 | @include background-pos(15,1,26px,23px); | ||
32 | @include opacity(0.7); | ||
33 | } | ||
34 | |||
35 | .RotateTool3DPressed { | ||
36 | @include background-pos(0,0,26px,23px); | ||
37 | @include opacity(1.0); | ||
38 | } | ||
39 | |||
40 | .RotateTool3DUnpressed { | ||
41 | @include background-pos(1,0,26px,23px); | ||
42 | @include opacity(0.7); | ||
43 | } | ||
44 | |||
45 | .Translate3DPressed { | ||
46 | @include background-pos(4,0,26px,23px); | ||
47 | @include opacity(1.0); | ||
48 | } | ||
49 | |||
50 | .Translate3DUnpressed { | ||
51 | @include background-pos(5,0,26px,23px); | ||
52 | @include opacity(0.7); | ||
53 | } | ||
54 | |||
55 | .TagToolPressed { | ||
56 | @include background-pos(0,2,26px,23px); | ||
57 | @include opacity(1.0); | ||
58 | } | ||
59 | |||
60 | .TagToolUnpressed { | ||
61 | @include background-pos(1,2,26px,23px); | ||
62 | @include opacity(0.7); | ||
63 | } | ||
64 | |||
65 | .PenToolPressed { | ||
66 | @include background-pos(6,1,26px,23px); | ||
67 | @include opacity(1.0); | ||
68 | } | ||
69 | |||
70 | .PenToolUnpressed { | ||
71 | @include background-pos(7,1,26px,23px); | ||
72 | @include opacity(0.7); | ||
73 | } | ||
74 | |||
75 | .TextToolPressed { | ||
76 | @include background-pos(2,2,26px,23px); | ||
77 | @include opacity(1.0); | ||
78 | } | ||
79 | |||
80 | .TextToolUnpressed { | ||
81 | @include background-pos(3,2,26px,23px); | ||
82 | @include opacity(0.7); | ||
83 | } | ||
84 | |||
85 | .ShapeContainerPressed { | ||
86 | @include background-pos(4,1,26px,23px); | ||
87 | @include opacity(1.0); | ||
88 | } | ||
89 | .ShapeContainerUnpressed { | ||
90 | @include background-pos(5,1,26px,23px); | ||
91 | @include opacity(0.7); | ||
92 | } | ||
93 | |||
94 | .OvalToolPressed { | ||
95 | @include background-pos(4,1,26px,23px); | ||
96 | @include opacity(1.0); | ||
97 | } | ||
98 | |||
99 | .OvalToolUnpressed { | ||
100 | @include background-pos(5,1,26px,23px); | ||
101 | @include opacity(0.7); | ||
102 | } | ||
103 | |||
104 | .RectangleToolPressed { | ||
105 | @include background-pos(10,1,26px,23px); | ||
106 | @include opacity(1.0); | ||
107 | } | ||
108 | |||
109 | .RectangleToolUnpressed { | ||
110 | @include background-pos(11,1,26px,23px); | ||
111 | @include opacity(0.7); | ||
112 | } | ||
113 | |||
114 | .LineToolPressed { | ||
115 | @include background-pos(2,1,26px,23px); | ||
116 | @include opacity(1.0); | ||
117 | } | ||
118 | |||
119 | .LineToolUnpressed { | ||
120 | @include background-pos(3,1,26px,23px); | ||
121 | @include opacity(0.7); | ||
122 | } | ||
123 | |||
124 | .PencilToolPressed { | ||
125 | @include background-pos(8,1,26px,23px); | ||
126 | @include opacity(1.0); | ||
127 | } | ||
128 | |||
129 | .PencilToolUnpressed { | ||
130 | @include background-pos(9,1,26px,23px); | ||
131 | @include opacity(0.7); | ||
132 | } | ||
133 | |||
134 | .BrushToolPressed { | ||
135 | @include background-pos(8,0,26px,23px); | ||
136 | @include opacity(1.0); | ||
137 | } | ||
138 | |||
139 | .BrushToolUnpressed { | ||
140 | @include background-pos(9,0,26px,23px); | ||
141 | @include opacity(0.7); | ||
142 | } | ||
143 | |||
144 | .FillToolPressed { | ||
145 | @include background-pos(10,0,26px,23px); | ||
146 | @include opacity(1.0); | ||
147 | } | ||
148 | |||
149 | .FillToolUnpressed { | ||
150 | @include background-pos(11,0,26px,23px); | ||
151 | @include opacity(0.7); | ||
152 | } | ||
153 | |||
154 | .EyedropperToolPressed { | ||
155 | @include background-pos(14,0,26px,23px); | ||
156 | @include opacity(1.0); | ||
157 | } | ||
158 | |||
159 | .EyedropperToolUnpressed { | ||
160 | @include background-pos(15,0,26px,23px); | ||
161 | @include opacity(0.7); | ||
162 | } | ||
163 | |||
164 | .EraserToolPressed { | ||
165 | @include background-pos(12,0,26px,23px); | ||
166 | @include opacity(1.0); | ||
167 | } | ||
168 | .EraserToolUnpressed { | ||
169 | @include background-pos(13,0,26px,23px); | ||
170 | @include opacity(0.7); | ||
171 | } | ||
172 | .RotateStageTool3DPressed { | ||
173 | @include background-pos(2,0,26px,23px); | ||
174 | @include opacity(1.0); | ||
175 | } | ||
176 | .RotateStageTool3DUnpressed { | ||
177 | @include background-pos(3,0,26px,23px); | ||
178 | @include opacity(0.7); | ||
179 | } | ||
180 | .TranslateStageTool3DPressed { | ||
181 | @include background-pos(6,0,26px,23px); | ||
182 | @include opacity(1.0); | ||
183 | } | ||
184 | .TranslateStageTool3DUnpressed { | ||
185 | @include background-pos(7,0,26px,23px); | ||
186 | @include opacity(0.7); | ||
187 | } | ||
188 | .PanToolPressed { | ||
189 | @include background-pos(0,1,26px,23px); | ||
190 | @include opacity(1.0); | ||
191 | } | ||
192 | .PanToolUnpressed { | ||
193 | @include background-pos(1,1,26px,23px); | ||
194 | @include opacity(0.7); | ||
195 | } | ||
196 | .ZoomToolPressed { | ||
197 | @include background-pos(6,2,26px,23px); | ||
198 | @include opacity(1.0); | ||
199 | } | ||
200 | |||
201 | .ZoomToolUnpressed { | ||
202 | @include background-pos(7,2,26px,23px); | ||
203 | @include opacity(0.7); | ||
204 | } | ||
205 | |||
206 | .InkBottleToolPressed { | ||
207 | background-image: url("../images/tools/inkbottle_down.png"); | ||
208 | background-repeat: no-repeat; | ||
209 | height: 23px; | ||
210 | width: 26px; | ||
211 | opacity: 1; | ||
212 | } | ||
213 | |||
214 | .InkBottleToolUnpressed { | ||
215 | background-image: url("../images/tools/inkbottle_down.png"); | ||
216 | background-repeat: no-repeat; | ||
217 | height: 23px; | ||
218 | width: 26px; | ||
219 | opacity: 0.7; | ||
220 | } | ||
221 | |||
222 | /* Selection Tool Options */ | ||
223 | .topAlignUp { | ||
224 | |||
225 | @include background-pos(8,2,26px,23px); | ||
226 | } | ||
227 | |||
228 | .rightAlignUp { | ||
229 | |||
230 | @include background-pos(9,2,26px,23px); | ||
231 | } | ||
232 | |||
233 | .bottomAlignUp { | ||
234 | |||
235 | @include background-pos(10,2,26px,23px); | ||
236 | } | ||
237 | |||
238 | .verticalLeftUp { | ||
239 | |||
240 | @include background-pos(11,2,26px,23px); | ||
241 | } | ||
242 | |||
243 | .verticalCenterUp { | ||
244 | |||
245 | @include background-pos(12,2,26px,23px); | ||
246 | } | ||
247 | |||
248 | .verticalRightUp { | ||
249 | |||
250 | @include background-pos(13,2,26px,23px); | ||
251 | } | ||
252 | |||
253 | .distRightUp { | ||
254 | |||