PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 2.52
Simple Author Box v2.52
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / assets / css / simple-author-box.css
simple-author-box / assets / css Last commit date
images 7 years ago jquery-ui.min.css 7 years ago sab_gutenberg_editor_style.css 4 years ago sabox-admin-style.css 4 years ago sabox.css 4 years ago sabox.min.css 4 years ago simple-author-box.css 4 years ago sweetalert2.min.css 4 years ago
simple-author-box.css
424 lines
1 .saboxplugin-wrap {
2 -webkit-box-sizing: border-box;
3 -moz-box-sizing: border-box;
4 -ms-box-sizing: border-box;
5 box-sizing: border-box;
6 border: 1px solid;
7 border-color: #eee;
8 width: 100%;
9 clear: both;
10 display: block;
11 overflow: hidden;
12 word-wrap: break-word;
13 position: relative;
14 background-size: cover;
15 }
16
17 .saboxplugin-wrap .saboxplugin-gravatar {
18 float: left;
19 padding: 0 20px 20px 20px;
20 }
21
22 .saboxplugin-wrap .saboxplugin-gravatar img {
23 max-width: 264px;
24 height: auto;
25 }
26
27 .saboxplugin-wrap .saboxplugin-authorname {
28 font-size: 18px;
29 line-height: 1;
30 margin: 20px 0 0 20px;
31 display: block;
32 }
33
34 .saboxplugin-wrap .saboxplugin-authorname a {
35 text-decoration: none;
36 }
37
38 .saboxplugin-wrap .saboxplugin-authorname a:focus {
39 outline: none;
40 }
41
42 .saboxplugin-wrap .saboxplugin-desc {
43 display: block;
44 margin: 5px 20px;
45 }
46
47 .saboxplugin-wrap .saboxplugin-desc a {
48 text-decoration: underline;
49 }
50
51 .saboxplugin-wrap .saboxplugin-desc p {
52 margin: 5px 0 12px 0;
53 }
54
55 .saboxplugin-wrap .saboxplugin-web {
56 margin: 0 20px 15px;
57 text-align: left;
58 }
59
60 .saboxplugin-wrap .sab-web-position {
61 text-align: right;
62 }
63
64 .saboxplugin-wrap .saboxplugin-web a {
65 color: #ccc;
66 text-decoration: none;
67 }
68
69 .saboxplugin-wrap .saboxplugin-socials {
70 position: relative;
71 display: block;
72 background: #fcfcfc;
73 padding: 5px;
74 border-top: 1px solid #eee;
75 }
76
77 .saboxplugin-wrap .saboxplugin-socials a svg {
78 width: 18px;
79 height: 18px;
80 }
81
82 .saboxplugin-wrap .saboxplugin-socials a svg .st2 {
83 fill: #fff;
84 transform-origin: center center;
85 }
86 .saboxplugin-wrap .saboxplugin-socials a svg .st1 {
87 fill: rgba(0, 0, 0, 0.3);
88 }
89
90 .saboxplugin-wrap .saboxplugin-socials a:hover {
91 opacity: 0.8;
92 -webkit-transition: opacity 0.4s;
93 -moz-transition: opacity 0.4s;
94 -o-transition: opacity 0.4s;
95 transition: opacity 0.4s;
96 box-shadow: none !important;
97 -webkit-box-shadow: none !important;
98 }
99
100 .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
101 text-decoration: none;
102 box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
103 padding: 0;
104 margin: 0;
105 border: 0;
106 -webkit-transition: opacity 0.4s;
107 -moz-transition: opacity 0.4s;
108 -o-transition: opacity 0.4s;
109 transition: opacity 0.4s;
110 display: inline-block;
111 color: #fff;
112 font-size: 0;
113 text-decoration: inherit;
114 margin: 5px;
115 -webkit-border-radius: 0;
116 -moz-border-radius: 0;
117 -ms-border-radius: 0;
118 -o-border-radius: 0;
119 border-radius: 0;
120 overflow: hidden;
121 }
122
123 .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
124 text-decoration: inherit;
125 box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
126 position: relative;
127 display: -moz-inline-stack;
128 display: inline-block;
129 vertical-align: middle;
130 zoom: 1;
131 margin: 10px 5px;
132 color: #444;
133 fill: #444;
134 }
135
136 .clearfix:after,
137 .clearfix:before {
138 content: " ";
139 display: table;
140 line-height: 0;
141 clear: both;
142 }
143
144 .ie7 .clearfix {
145 zoom: 1;
146 }
147
148 /* COLORED BACKGROUND AND LONG SHADOW EFFECT FOR SOCIAL ICONS
149 -------------------------------------------------------------- */
150 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
151 border-color: #38245c;
152 }
153 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
154 border-color: #e91c00;
155 }
156
157 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
158 border-color: #003eb0;
159 }
160
161 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
162 border-color: #0066cc;
163 }
164
165 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
166 border-color: #036824;
167 }
168
169 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
170 border-color: #00327c;
171 }
172
173 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
174 border-color: #ba1655;
175 }
176
177 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
178 border-color: #1e2e4f;
179 }
180
181 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
182 border-color: #003576;
183 }
184
185 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
186 border-color: #264874;
187 }
188
189 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
190 border-color: #0b51c5;
191 }
192
193 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
194 border-color: #96271a;
195 }
196
197 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
198 border-color: #902e13;
199 }
200
201 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
202 border-color: #1630aa;
203 }
204
205 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
206 border-color: #00344f;
207 }
208
209 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
210 border-color: #5b040e;
211 }
212
213 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
214 border-color: #992900;
215 }
216
217 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
218 border-color: #a43b0a;
219 }
220
221 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
222 border-color: #5d8420;
223 }
224
225 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
226 border-color: #00658a;
227 }
228
229 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
230 border-color: #995200;
231 }
232
233 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
234 border-color: #0f612c;
235 }
236
237 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
238 border-color: #a95009;
239 }
240
241 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
242 border-color: #006388;
243 }
244 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
245 border-color: #b84e05;
246 }
247
248 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
249 border-color: #9b280e;
250 }
251
252 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
253 border-color: #10151b;
254 }
255
256 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
257 border-color: #0967a0;
258 }
259
260 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
261 border-color: #0d7091;
262 }
263
264 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
265 border-color: #003f71;
266 }
267
268 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
269 border-color: #0f3647;
270 }
271
272 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
273 border-color: #14002d;
274 }
275
276 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
277 border-color: #990000;
278 }
279
280 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
281 border-color: #000202;
282 }
283
284 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
285 border-color: #2475a0;
286 }
287
288 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
289 border-color: #243549;
290 }
291
292 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
293 border-color: #00452c;
294 }
295
296 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
297 border-color: #420e00;
298 }
299
300 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
301 border-color: #9b181c;
302 }
303
304 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
305 border-color: #000;
306 }
307
308 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
309 border-color: #999700;
310 }
311
312 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
313 border-color: #00557f;
314 }
315
316 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
317 border-color: #185886;
318 }
319
320 .sabox-plus-item {
321 margin-bottom: 20px;
322 }
323
324 /* - GLOBAL MEDIA QUERIES
325 -------------------------------------------------------------- */
326 @media screen and (max-width: 480px) {
327 .saboxplugin-wrap {
328 text-align: center;
329 }
330
331 .saboxplugin-wrap .saboxplugin-gravatar {
332 float: none;
333 padding: 20px 0;
334 text-align: center;
335 margin: 0 auto;
336 display: block;
337 }
338
339 .saboxplugin-wrap .saboxplugin-gravatar img {
340 float: none;
341 display: inline-block;
342 display: -moz-inline-stack;
343 vertical-align: middle;
344 zoom: 1;
345 }
346
347 .saboxplugin-wrap .saboxplugin-desc {
348 margin: 0 10px 20px;
349 text-align: center;
350 }
351
352 .saboxplugin-wrap .saboxplugin-authorname {
353 text-align: center;
354 margin: 10px 0 20px;
355 }
356 }
357
358 /* @Since 2.0.4
359 -------------------------------------------------------------- */
360 body .saboxplugin-authorname a,
361 body .saboxplugin-authorname a:hover {
362 box-shadow: none;
363 -webkit-box-shadow: none;
364 }
365
366 a.sab-profile-edit {
367 font-size: 16px !important;
368 line-height: 1 !important;
369 }
370
371 a.sab-profile-edit,
372 .sab-edit-settings a {
373 color: #0073aa !important; /* default WP link color */
374 box-shadow: none !important;
375 -webkit-box-shadow: none !important;
376 }
377
378 .sab-edit-settings {
379 margin-right: 15px;
380 position: absolute;
381 right: 0;
382 z-index: 2;
383 bottom: 10px;
384 line-height: 20px;
385 }
386
387 .sab-edit-settings i {
388 margin-left: 5px;
389 }
390
391 .saboxplugin-socials {
392 line-height: 1 !important;
393 }
394
395 /* RTL Support */
396 .rtl .saboxplugin-wrap .saboxplugin-gravatar {
397 float: right;
398 }
399 .rtl .saboxplugin-wrap .saboxplugin-authorname {
400 display: flex;
401 align-items: center;
402 }
403 .rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
404 margin-right: 10px;
405 }
406 .rtl .sab-edit-settings {
407 right: auto;
408 left: 0;
409 }
410
411 .saboxplugin-tabs-wrapper {
412 width: 100%;
413 }
414
415 .saboxplugin-tabs-wrapper ul li {
416 list-style: none;
417 float: left;
418 }
419
420 .saboxplugin-tab {
421 padding: 10px;
422 }
423
424