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

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