diff options
Diffstat (limited to 'scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc')
-rw-r--r-- | scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc | 598 |
1 files changed, 0 insertions, 598 deletions
diff --git a/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc b/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc deleted file mode 100644 index 75baa48d..00000000 --- a/scss/.sass-cache/bf7669b9251ffa007260472c0d41aebd1dfdcf8a/_Tools.scssc +++ /dev/null | |||
@@ -1,598 +0,0 @@ | |||
1 | 3.0.24 (Classy Cassidy) | ||
2 | b621b9b6f8ebccf9ea7facc45dd7388d550fb0e5 | ||
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 | .subToolHolderPanel .toolbutton { | ||
25 | float:left; | ||
26 | -webkit-transform: scale(0.6); | ||
27 | } | ||
28 | |||
29 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { | ||
30 | -webkit-transform: scale(0.75); | ||
31 | } | ||
32 | |||
33 | .subOption{ | ||
34 | float:left; | ||
35 | // margin:10px; | ||
36 | margin-top: 5px; | ||
37 | margin-left: 10px; | ||
38 | margin-right: 10px; | ||
39 | } | ||
40 | |||
41 | .toolSeparator { | ||
42 | height:1px; | ||
43 | width:30px; | ||
44 | // margin-left: 3px; | ||
45 | // margin-right: 3px; | ||
46 | } | ||
47 | |||
48 | .toolSeparatorTop { | ||
49 | margin-top: 3px; | ||
50 | margin-bottom: 0px; | ||
51 | } | ||
52 | |||
53 | .toolSeparatorMiddle { | ||
54 | margin-top: 0px; | ||
55 | margin-bottom: 0px; | ||
56 | } | ||
57 | |||
58 | .toolSeparatorBottom { | ||
59 | margin-top: 0px; | ||
60 | margin-bottom: 3px; | ||
61 | } | ||
62 | |||
63 | .toolImageBase { | ||
64 | padding: 0px; | ||
65 | width: 26px; | ||
66 | height: 23px; | ||
67 | opacity: 0.7; | ||
68 | background-repeat:no-repeat; | ||
69 | } | ||
70 | |||
71 | .toolImageBase:hover { | ||
72 | opacity: 1.0; | ||
73 | } | ||
74 | |||
75 | |||
76 | .drawingMode { | ||
77 | outline:blue solid thin; | ||
78 | } | ||
79 | |||
80 | |||
81 | // Added new styling Sub Tool Shape Options | ||
82 | |||
83 | .textBox { | ||
84 | |||
85 | padding-top:3px; | ||
86 | min-width:10em; | ||
87 | // height:14px; | ||
88 | margin-left:5px; | ||
89 | position:relative; | ||
90 | margin-top:0px; | ||
91 | } | ||
92 | |||
93 | .selectBox { | ||
94 | width:10em; | ||
95 | opacity: 0.9; | ||
96 | margin-left: 10px; | ||
97 | float:left; | ||
98 | display:block; | ||
99 | background-color: $color-tool-select-bg; | ||
100 | // -webkit-border-radius: 0; | ||
101 | border: 1px solid $color-tool-select-border; | ||
102 | color:$color-tool-text; | ||
103 | outline:none; | ||
104 | } | ||
105 | |||
106 | .selectBox:hover, .selectBox:active { | ||
107 | background-color: $color-tool-select-hover-bg; | ||
108 | opacity: 1; | ||
109 | color:$color-tool-select-border; | ||
110 | } | ||
111 | |||
112 | .label{ | ||
113 | padding-top:3px; | ||
114 | margin-left:10px; | ||
115 | font-size:12px; | ||
116 | // display:inline; | ||
117 | // line-height:10px; | ||
118 | float:left; | ||
119 | margin-right:5px; | ||
120 | } | ||
121 | |||
122 | .subToolPropertiespanel{ | ||
123 | margin-left:43px; | ||
124 | } | ||
125 | |||
126 | |||
127 | .LockToolUp { | ||
128 | background-image: url("../images/optionsbar/link.png"); | ||
129 | background-repeat:no-repeat; | ||
130 | width:17px; | ||
131 | height:18px; | ||
132 | |||
133 | margin-right:10px; | ||
134 | } | ||
135 | |||
136 | .UnLockToolUp { | ||
137 | background-image: url("../images/optionsbar/unlinked.png"); | ||
138 | |||
139 | background-repeat:no-repeat; | ||
140 | width:17px; | ||
141 | height:18px; | ||
142 | |||
143 | margin-right:10px; | ||
144 | } | ||
145 | |||
146 | |||
147 | .cornerRadius { | ||
148 | background-image: url("../images/optionsbar/rectangle/cornerRadius.png"); | ||
149 | background-repeat:no-repeat; | ||
150 | width:16px; | ||
151 | height:16px; | ||
152 | |||
153 | opacity:0.7; | ||
154 | } | ||
155 | |||
156 | .cornerRadius:hover, .cornerRadius:active { | ||
157 | opacity:1; | ||
158 | } | ||
159 | |||
160 | .cornerRadius.topLeft | ||
161 | { | ||
162 | -webkit-transform: rotate(0deg); | ||
163 | } | ||
164 | |||
165 | .cornerRadius.topRight | ||
166 | { | ||
167 | -webkit-transform: rotate(90deg); | ||
168 | margin-right : -2px; | ||
169 | } | ||
170 | |||
171 | .cornerRadius.bottomLeft | ||
172 | { | ||
173 | margin-top: 3px; | ||
174 | -webkit-transform: rotate(270deg); | ||
175 | } | ||
176 | |||
177 | .cornerRadius.bottomRight | ||
178 | { | ||
179 | margin-top: 3px; | ||
180 | -webkit-transform: rotate(180deg); | ||
181 | margin-right : -2px; | ||
182 | } | ||
183 | |||
184 | #toolOptionsContainer | ||
185 | { | ||
186 | display:inline; | ||
187 | float:left; | ||
188 | // margin-left: 20px; | ||
189 | } | ||
190 | |||
191 | .leftLabel{ | ||
192 | margin-top: 3px; | ||
193 | float:left; | ||
194 | } | ||
195 | |||
196 | // Skin Radio Buttons | ||
197 | input[type="radio"] { | ||
198 | -webkit-appearance: none; | ||
199 | background: $color-radio-bg; | ||
200 | width: 28px; | ||
201 | height: 24px; | ||
202 | vertical-align: middle; | ||
203 | border-width: 1px; | ||
204 | border-style: solid; | ||
205 | border-color:$color-radio-border; | ||
206 | font-size:10px; | ||
207 | color:$color-radio; | ||
208 | margin:4px; | ||
209 | |||
210 | } | ||
211 | |||