PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
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.5, at scss/_editor.scss

415 lines 6.3 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 }
254
255 /** Preview Block **/
256 #previewBlock {
257 .maxsocial {
258 clear: none !important;
259 }
260 .mb-item {
261 margin-bottom: 20px;
262 }
263
264 .button-save {
265 margin-left: 50px;
266 width: 75px;
267
268 }
269
270 }
271
272 /** Custom styles for style Block */
273 #styleBlock {
274 .mbsocial-shape
275 {
276 margin: 6px 10px 3px;
277 display: inline-block;
278 position: relative;
279 width: 20px;
280 height: 20px;
281 border: 2px solid #000;
282 &.circle {
283 border-radius: 50% 50%;
284 }
285 &.square {
286
287 }
288 &.stretch {
289 width: 60px;
290 &:before {
291 border-left: 2px solid #ff0000;
292 content: '';
293 height: 100%;
294 position: absolute;
295 left: -8px;
296 }
297 &:after {
298 content: '';
299 height: 100%;
300 position: absolute;
301 right: -8px;
302 border-right: 2px solid #ff0000;
303 }
304 }
305 }
306 #open_presets {
307 width: 125px;
308 text-transform: uppercase;
309 }
310 }
311
312 /** Custom styles for displayBlock */
313 #displayBlock, .display_modal
314 {
315 // icons
316 $pos1 : 0;
317 $pos2 : -26px;
318 $pos3 : -52px;
319 $pos4 : -78px;
320
321 .display_icon {
322 background-image: url('../images/icons/display_icons.png');
323 background-repeat: no-repeat;
324 width: 26px;
325 height: 26px;
326 display: inline-block;
327
328 &.manual {
329 // Background pos : X - Y
330 background-position: $pos1 $pos1;
331 }
332 &.before {
333 background-position: $pos2 $pos1;
334
335 }
336 &.after {
337 background-position: $pos3 $pos1;
338 }
339 &.after-before {
340 background-position: $pos4 $pos1;
341 }
342 &.static {
343 background-position: $pos4 $pos4;
344 }
345 &.horizontal {
346 background-position: $pos1 $pos2;
347 }
348 &.vertical {
349 background-position: $pos2 $pos2;
350 }
351 &.topleft {
352 background-position: $pos3 $pos2;
353 }
354 &.topcenter {
355 background-position: $pos4 $pos2;
356
357 }
358 &.topright {
359 background-position: $pos1 $pos3;
360 }
361 &.centerleft {
362 background-position: $pos2 $pos3;
363 }
364 &.centercenter {
365 background-position: $pos3 $pos3;
366 }
367 &.centerright {
368 background-position: $pos4 $pos3;
369
370 }
371 &.bottomleft {
372 background-position: $pos1 $pos4;
373 }
374 &.bottomcenter {
375 background-position: $pos2 $pos4;
376
377 }
378 &.bottomright {
379 background-position: $pos3 $pos4;
380 }
381
382
383 }
384 }
385
386 #profileBlock
387 {
388 .input.text { width: 350px; }
389 #profile_rss { width: 300px; }
390 }
391
392 .forpro {
393 &.overlay {
394 position: absolute;
395 left: 0;
396 right: 0;
397 bottom: 0;
398 top: 0;
399 background: rgba(136, 197, 194, 0.8);
400 z-index: 1;
401 div {
402 color: #000;
403 top: 50%;
404 left: 50%;
405 transform: translate(-55%, -50% );
406 font-size: 16px;
407 line-height: 24px;
408 position: absolute;
409 a {
410 color: #000;
411 }
412 }
413 }
414 }
415