PluginProbe
Social Share Buttons / 1.9
Social Share Buttons v1.9
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
share-button / scss / _editor.scss

_editor.scss in Social Share Buttons 1.9, at scss/_editor.scss

422 lines 6.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 /* Move main to 100% to allow for right-sided help */
3 .main {
4 width: 100%;
5
6
7 .collection_switcher {
8 position: relative;
9
10 .item {
11 //background-color: #0073aa;
12 border-color: 1px solid #eee;
13 display: inline-block;
14 width: 100%;
15 margin: 2px 0;
16 padding: 8px 0;
17 //margin-right: 5px;
18 span {
19 width: 30%;
20 display: inline-block;
21 text-align: center;
22
23 }
24 a {
25 color: #0073aa;
26 font-size: 16px;
27 text-decoration: none;
28 padding: 12px 8px;
29 min-width: 50px;
30 }
31 &.new {
32 float: right;
33 width: 80px;
34
35 background-color: #0073aa;
36 margin: 25px 0 0 0;
37 a {
38 line-height: 30px;
39 color: #fff;
40 min-width: 0;
41 font-size: 14px;
42 text-transform:uppercase;
43 //float: right;
44 display: inline-block;
45 width: 100%;
46 vertical-align: middle;
47 padding: 0;
48 }
49 .plus {
50 font-size: 28px;
51 font-weight: 700;
52 //float: left;
53 vertical-align: top;
54 margin: 0 6px;
55 line-height: 1;
56
57 }
58 }
59 &.active {
60 background-color: #ffffe0;
61 }
62
63 }
64
65 }
66
67 // delete button
68 .button.remove {
69 float: right;
70 //color: #eee;
71
72 }
73
74 .option-container, .mb-message, .form-actions, .collection_switcher {
75 width: 72%;
76 min-width: 700px;
77 box-sizing: border-box;
78 position: relative;
79
80 @include bp(1200)
81 {
82 min-width: 0;
83 }
84 @include bp(800)
85 {
86 width: 95%;
87 }
88 }
89
90 .mb-message.shortcode {
91 clear: left;
92 }
93
94 .help-side {
95 float: right;
96 margin: 0 0 5px 0;
97 padding: 0;
98 min-width: 250px;
99 width: 25%;
100 //right: 5px;
101 border: 1px solid #ccc;
102 background-color: #fff;
103 clear: right;
104 /*&:after {
105 clear: both;
106 } */
107
108 @include bp(1200)
109 {
110 min-width: 0;
111 // width: 23%
112 }
113 @include bp(800)
114 {
115 display: none;
116 }
117
118 h3 {
119 padding: 0;
120 margin: 0;
121 background-color: #008ec2;
122 color: #fff;
123 padding: 15px;
124 text-align: center;
125 }
126 p {
127 padding: 10px;
128 margin: 0;
129 }
130 }
131 }
132
133 .toggle {
134 .title {
135 cursor:pointer;
136 }
137 .toggle-target {
138 display: none;
139 }
140 }
141
142
143
144 // extra's for network block
145 .option-container.networks {
146 .active_network {
147 margin-bottom: 25px;
148 }
149
150 }
151
152 // extra's for display block
153 .option-container.display
154 {
155 select {
156 width: auto;
157 }
158 .option.display_group {
159 margin-bottom: 15px;
160
161 button {
162 height: 30px;
163 vertical-align: middle;
164 }
165 span, div {
166 vertical-align: middle;
167 }
168 .control-group {
169 margin-bottom: 0;
170 }
171
172
173 }
174 .option > span > .label {
175 width: 170px;
176 padding: 0;
177 min-height: 0;
178 vertical-align: middle;
179 }
180 .check_button:checked + label {
181 border-color: #6fbeb5;
182 border-width: 1px;
183 border-radius: 4px;
184
185 }
186 .check_button.disabled + label {
187
188 background-color: #868686;
189 border: 0;
190 cursor: not-allowed;
191
192 }
193 .option .label.spacer_custom {
194 margin-left: 200px;
195 font-weight: 500;
196 border-bottom: 1px solid #ccc;
197 border-top: 1px solid #ccc;
198 padding: 4px 0;
199 display: inline-block;
200 text-align: center;
201 width: 200px;
202 }
203 .option .label.display_no_pro {
204 width: 450px;
205 margin-left: 100px;
206 font-weight: 400;
207 font-size: 12px;
208 }
209
210 .input.display_heading {
211 margin-left: 170px;
212 min-height: 0;
213
214 span {
215 width: 36px;
216 margin-right: 15px;
217 display: inline-block;
218 text-align: center;
219 font-size: 12px;
220 font-weight: 500;
221 text-transform: uppercase;
222
223 &:nth-child(2)
224 {
225 width: 150px;
226 border-left: 1px solid #ccc;
227 border-right: 1px solid #ccc;
228
229 }
230 }
231 }
232 .input.display_rowhead {
233 margin-left: 225px;
234 min-height: 0;
235
236 span {
237 text-align: center;
238 display:inline-block;
239 width: 36px;
240 margin-right: 14px;
241 font-size: 11px;
242 font-weight: 500;
243 color: #333;
244 text-transform: uppercase;
245 position: relative;
246 //margin-right: 15px;
247 &:nth-child(3)
248 {
249 margin-left: 10px;
250 }
251 }
252 }
253 .option.show_desktop, .option.show_mobile
254 {
255 label
256 {
257 min-width: 168px;
258 }
259 }
260 } // option container display
261
262 /** Preview Block **/
263 #previewBlock {
264 .maxsocial {
265 clear: none !important;
266 }
267 .mb-item {
268 margin-bottom: 20px;
269 }
270
271 .button-save {
272 margin-left: 50px;
273 width: 75px;
274
275 }
276
277 }
278
279 /** Custom styles for style Block */
280 #styleBlock {
281 .mbsocial-shape
282 {
283 margin: 6px 10px 3px;
284 display: inline-block;
285 position: relative;
286 width: 20px;
287 height: 20px;
288 border: 2px solid #000;
289 &.circle {
290 border-radius: 50% 50%;
291 }
292 &.square {
293
294 }
295 &.stretch {
296 width: 60px;
297 &:before {
298 border-left: 2px solid #ff0000;
299 content: '';
300 height: 100%;
301 position: absolute;
302 left: -8px;
303 }
304 &:after {
305 content: '';
306 height: 100%;
307 position: absolute;
308 right: -8px;
309 border-right: 2px solid #ff0000;
310 }
311 }
312 }
313 #open_presets {
314 width: 125px;
315 text-transform: uppercase;
316 }
317 }
318
319 /** Custom styles for displayBlock */
320 #displayBlock, .display_modal
321 {
322 // icons
323 $pos1 : 0;
324 $pos2 : -26px;
325 $pos3 : -52px;
326 $pos4 : -78px;
327
328 .display_icon {
329 background-image: url('../images/icons/display_icons.png');
330 background-repeat: no-repeat;
331 width: 26px;
332 height: 26px;
333 display: inline-block;
334
335 &.manual {
336 // Background pos : X - Y
337 background-position: $pos1 $pos1;
338 }
339 &.before {
340 background-position: $pos2 $pos1;
341
342 }
343 &.after {
344 background-position: $pos3 $pos1;
345 }
346 &.after-before {
347 background-position: $pos4 $pos1;
348 }
349 &.static {
350 background-position: $pos4 $pos4;
351 }
352 &.horizontal {
353 background-position: $pos1 $pos2;
354 }
355 &.vertical {
356 background-position: $pos2 $pos2;
357 }
358 &.topleft {
359 background-position: $pos3 $pos2;
360 }
361 &.topcenter {
362 background-position: $pos4 $pos2;
363
364 }
365 &.topright {
366 background-position: $pos1 $pos3;
367 }
368 &.centerleft {
369 background-position: $pos2 $pos3;
370 }
371 &.centercenter {
372 background-position: $pos3 $pos3;
373 }
374 &.centerright {
375 background-position: $pos4 $pos3;
376
377 }
378 &.bottomleft {
379 background-position: $pos1 $pos4;
380 }
381 &.bottomcenter {
382 background-position: $pos2 $pos4;
383
384 }
385 &.bottomright {
386 background-position: $pos3 $pos4;
387 }
388
389
390 }
391 }
392
393 #profileBlock
394 {
395 .input.text { width: 350px; }
396 #profile_rss { width: 300px; }
397 }
398
399 .forpro {
400 &.overlay {
401 position: absolute;
402 left: 0;
403 right: 0;
404 bottom: 0;
405 top: 0;
406 background: rgba(136, 197, 194, 0.8);
407 z-index: 1;
408 div {
409 color: #000;
410 top: 50%;
411 left: 50%;
412 transform: translate(-55%, -50% );
413 font-size: 16px;
414 line-height: 24px;
415 position: absolute;
416 a {
417 color: #000;
418 }
419 }
420 }
421 }
422