diff options
Diffstat (limited to 'scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc')
-rw-r--r-- | scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc | 592 |
1 files changed, 592 insertions, 0 deletions
diff --git a/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc b/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc new file mode 100644 index 00000000..13e0ffc9 --- /dev/null +++ b/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc | |||
@@ -0,0 +1,592 @@ | |||
1 | 3.0.24 (Classy Cassidy) | ||
2 | d13bec2b6761e63701ae6297725d5434048f64ff | ||
3 | o:Sass::Tree::RootNode | ||
4 | : | ||
5 | @linei: @options{: | ||
6 | style:compact:load_paths[",/Users/DHG637/Sites/ninja-internal/scss"o/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/blueprint/stylesheets"~/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/_blueprint_deprecated_imports/stylesheets"m/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/compass/stylesheets"|/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-0.10.6/frameworks/_compass_deprecated_imports/stylesheets"l/Applications/compass.app/Contents/Resources/ruby/gem/gems/compass-960-plugin-0.10.0/lib/../stylesheets"j/Applications/compass.app/Contents/Resources/ruby/gem/gems/html5-boilerplate-0.2.6/lib/../stylesheets: | ||
7 | cacheT:cache_location"8/Users/DHG637/Sites/ninja-internal/scss/.sass-cache:syntax: scss: | ||
8 | quietT: filename"E/Users/DHG637/Sites/ninja-internal/scss/imports/scss/_Tools.scss:css_filename"=/Users/DHG637/Sites/ninja-internal/scss/../css/ninja.css:line_comments0:property_syntax0:@has_childrenT:@template"“$// <copyright> | ||
9 | // This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
10 | // No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
11 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
12 | // </copyright> | ||
13 | |||
14 | // | ||
15 | // Tools.scss | ||
16 | // For individual tool styles in the toolbar, see toolbar.scss. | ||
17 | // Note that colors and font definitions go in | ||
18 | // _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss | ||
19 | // | ||
20 | |||
21 | |||
22 | // Made changes to toolButton | ||
23 | |||
24 | .subToolButton { | ||
25 | float:left; | ||
26 | } | ||
27 | |||
28 | #topPanelContainer .subToolButton { | ||
29 | |||
30 | } | ||
31 | |||
32 | .subOption{ | ||
33 | float:left; | ||
34 | // margin:10px; | ||
35 | margin-top: 5px; | ||
36 | margin-left: 10px; | ||
37 | margin-right: 10px; | ||
38 | } | ||
39 | |||
40 | .toolSeparator { | ||
41 | height:1px; | ||
42 | width:30px; | ||
43 | // margin-left: 3px; | ||
44 | // margin-right: 3px; | ||
45 | } | ||
46 | |||
47 | .toolSeparatorTop { | ||
48 | margin-top: 3px; | ||
49 | margin-bottom: 0px; | ||
50 | } | ||
51 | |||
52 | .toolSeparatorMiddle { | ||
53 | margin-top: 0px; | ||
54 | margin-bottom: 0px; | ||
55 | } | ||
56 | |||
57 | .toolSeparatorBottom { | ||
58 | margin-top: 0px; | ||
59 | margin-bottom: 3px; | ||
60 | } | ||
61 | |||
62 | .toolImageBase { | ||
63 | padding: 0px; | ||
64 | width: 26px; | ||
65 | height: 23px; | ||
66 | opacity: 0.7; | ||
67 | background-repeat:no-repeat; | ||
68 | } | ||
69 | |||
70 | .toolImageBase:hover { | ||
71 | opacity: 1.0; | ||
72 | } | ||
73 | |||
74 | |||
75 | .drawingMode { | ||
76 | outline:blue solid thin; | ||
77 | } | ||
78 | |||
79 | |||
80 | // Added new styling Sub Tool Shape Options | ||
81 | |||
82 | .textBox { | ||
83 | |||
84 | padding-top:3px; | ||
85 | min-width:10em; | ||
86 | // height:14px; | ||
87 | margin-left:5px; | ||
88 | position:relative; | ||
89 | margin-top:0px; | ||
90 | } | ||
91 | |||
92 | .selectBox { | ||
93 | width:10em; | ||
94 | opacity: 0.9; | ||
95 | margin-left: 10px; | ||
96 | float:left; | ||
97 | display:block; | ||
98 | background-color: $color-tool-select-bg; | ||
99 | // -webkit-border-radius: 0; | ||
100 | border: 1px solid $color-tool-select-border; | ||
101 | color:$color-tool-text; | ||
102 | outline:none; | ||
103 | } | ||
104 | |||
105 | .selectBox:hover, .selectBox:active { | ||
106 | background-color: $color-tool-select-hover-bg; | ||
107 | opacity: 1; | ||
108 | color:$color-tool-select-border; | ||
109 | } | ||
110 | |||
111 | .label{ | ||
112 | padding-top:3px; | ||
113 | margin-left:10px; | ||
114 | font-size:12px; | ||
115 | // display:inline; | ||
116 | // line-height:10px; | ||
117 | float:left; | ||
118 | margin-right:5px; | ||
119 | } | ||
120 | |||
121 | .subToolPropertiespanel{ | ||
122 | margin-left:43px; | ||
123 | } | ||
124 | |||
125 | |||
126 | .LockToolUp { | ||
127 | background-image: url("../images/optionsbar/link.png"); | ||
128 | background-repeat:no-repeat; | ||
129 | width:17px; | ||
130 | height:18px; | ||
131 | |||
132 | margin-right:10px; | ||
133 | } | ||
134 | |||
135 | .UnLockToolUp { | ||
136 | background-image: url("../images/optionsbar/unlinked.png"); | ||
137 | |||
138 | background-repeat:no-repeat; | ||
139 | width:17px; | ||
140 | height:18px; | ||
141 | |||
142 | margin-right:10px; | ||
143 | } | ||
144 | |||
145 | |||
146 | .cornerRadius { | ||
147 | background-image: url("../images/optionsbar/rectangle/cornerRadius.png"); | ||
148 | background-repeat:no-repeat; | ||
149 | width:16px; | ||
150 | height:16px; | ||
151 | |||
152 | opacity:0.7; | ||
153 | } | ||
154 | |||
155 | .cornerRadius:hover, .cornerRadius:active { | ||
156 | opacity:1; | ||
157 | } | ||
158 | |||
159 | .cornerRadius.topLeft | ||
160 | { | ||
161 | -webkit-transform: rotate(0deg); | ||
162 | } | ||
163 | |||
164 | .cornerRadius.topRight | ||
165 | { | ||
166 | -webkit-transform: rotate(90deg); | ||
167 | margin-right : -2px; | ||
168 | } | ||
169 | |||
170 | .cornerRadius.bottomLeft | ||
171 | { | ||
172 | margin-top: 3px; | ||
173 | -webkit-transform: rotate(270deg); | ||
174 | } | ||
175 | |||
176 | .cornerRadius.bottomRight | ||
177 | { | ||
178 | margin-top: 3px; | ||
179 | -webkit-transform: rotate(180deg); | ||
180 | margin-right : -2px; | ||
181 | } | ||
182 | |||
183 | #toolOptionsContainer | ||
184 | { | ||
185 | display:inline; | ||
186 | float:left; | ||
187 | // margin-left: 20px; | ||
188 | } | ||
189 | |||
190 | .leftLabel{ | ||
191 | margin-top: 3px; | ||
192 | float:left; | ||
193 | } | ||
194 | |||
195 | // Skin Radio Buttons | ||
196 | input[type="radio"] { | ||
197 | -webkit-appearance: none; | ||
198 | background: $color-radio-bg; | ||
199 | width: 28px; | ||
200 | height: 24px; | ||
201 | vertical-align: middle; | ||
202 | border-width: 1px; | ||
203 | border-style: solid; | ||
204 | border-color:$color-radio-border; | ||
205 | font-size:10px; | ||
206 | color:$color-radio; | ||
207 | margin:4px; | ||
208 | |||
209 | } | ||
210 | |||
211 | input[type="radio"]:hover { | ||
212 | border-width: 1px; |