PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 2.1.2
Simple Author Box v2.1.2
2.61 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 sabox-admin-style.css 7 years ago sabox-admin-style.min.css 7 years ago sabox.css 7 years ago sabox.min.css 7 years ago simple-author-box.css 7 years ago simple-author-box.min.css 7 years ago
simple-author-box.css
409 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 }
15
16 .saboxplugin-wrap .saboxplugin-gravatar {
17 float: left;
18 padding: 20px;
19 }
20
21 .saboxplugin-wrap .saboxplugin-gravatar img {
22 max-width: 100px;
23 height: auto;
24 }
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 }
85 .saboxplugin-wrap .saboxplugin-socials a svg .st1 {
86 fill: rgba( 0, 0, 0, .3 );
87 }
88
89 .saboxplugin-wrap .saboxplugin-socials a:hover {
90 opacity: 0.8;
91 -webkit-transition: opacity 0.4s;
92 -moz-transition: opacity 0.4s;
93 -o-transition: opacity 0.4s;
94 transition: opacity 0.4s;
95 box-shadow: none !important;
96 -webkit-box-shadow: none !important;
97 }
98
99 .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
100 text-decoration: none;
101 box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
102 padding: 0;
103 margin: 0;
104 border: 0;
105 -webkit-transition: opacity 0.4s;
106 -moz-transition: opacity 0.4s;
107 -o-transition: opacity 0.4s;
108 transition: opacity 0.4s;
109 display: inline-block;
110 color: #fff;
111 font-size: 0;
112 text-decoration: inherit;
113 margin: 5px;
114 -webkit-border-radius: 0;
115 -moz-border-radius: 0;
116 -ms-border-radius: 0;
117 -o-border-radius: 0;
118 border-radius: 0;
119 overflow: hidden;
120 }
121
122 .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
123 text-decoration: inherit;
124 box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
125 position: relative;
126 display: -moz-inline-stack;
127 display: inline-block;
128 vertical-align: middle;
129 zoom: 1;
130 margin: 10px 5px;
131 color: #444;
132 }
133
134 .clearfix:after,
135 .clearfix:before {
136 content: ' ';
137 display: table;
138 line-height: 0;
139 clear: both;
140 }
141
142 .ie7 .clearfix {
143 zoom: 1;
144 }
145
146 /* COLORED BACKGROUND AND LONG SHADOW EFFECT FOR SOCIAL ICONS
147 -------------------------------------------------------------- */
148 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
149 border-color: #38245c;
150 }
151 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
152 border-color: #e91c00;
153 }
154
155 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
156 border-color: #003eb0;
157 }
158
159 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
160 border-color: #0066cc;
161 }
162
163 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
164 border-color: #036824;
165 }
166
167 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
168 border-color: #00327c;
169 }
170
171 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
172 border-color: #ba1655;
173 }
174
175 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
176 border-color: #1e2e4f;
177 }
178
179 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
180 border-color: #003576;
181 }
182
183 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
184 border-color: #264874;
185 }
186
187 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
188 border-color: #0b51c5;
189 }
190
191 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
192 border-color: #96271a;
193 }
194
195 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
196 border-color: #902e13;
197 }
198
199 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
200 border-color: #1630aa;
201 }
202
203 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
204 border-color: #00344f;
205 }
206
207 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
208 border-color: #5b040e;
209 }
210
211 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
212 border-color: #992900;
213 }
214
215 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
216 border-color: #a43b0a;
217 }
218
219 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
220 border-color: #5d8420;
221 }
222
223 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
224 border-color: #00658a;
225 }
226
227 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
228 border-color: #995200;
229 }
230
231 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
232 border-color: #0f612c;
233 }
234
235 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
236 border-color: #a95009;
237 }
238
239 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
240 border-color: #006388;
241 }
242 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
243 border-color: #b84e05;
244 }
245
246 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
247 border-color: #9b280e;
248 }
249
250 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
251 border-color: #10151b;
252 }
253
254 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
255 border-color: #0967a0;
256 }
257
258 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
259 border-color: #0d7091;
260 }
261
262 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
263 border-color: #003f71;
264 }
265
266 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
267 border-color: #0f3647;
268 }
269
270 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
271 border-color: #14002d;
272 }
273
274 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
275 border-color: #990000;
276 }
277
278 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
279 border-color: #000202;
280 }
281
282 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
283 border-color: #2475a0;
284 }
285
286 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
287 border-color: #243549;
288 }
289
290 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
291 border-color: #00452c;
292 }
293
294 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
295 border-color: #420e00;
296 }
297
298 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
299 border-color: #9b181c;
300 }
301
302 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
303 border-color: #000;
304 }
305
306 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
307 border-color: #999700;
308 }
309
310 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
311 border-color: #00557f;
312 }
313
314 .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
315 border-color: #185886;
316 }
317
318 .sabox-plus-item {
319 margin-bottom: 20px;
320 }
321
322 /* - GLOBAL MEDIA QUERIES
323 -------------------------------------------------------------- */
324 @media screen and (max-width: 480px) {
325
326 .saboxplugin-wrap {
327 text-align: center;
328 }
329
330 .saboxplugin-wrap .saboxplugin-gravatar {
331 float: none;
332 padding: 20px 0;
333 text-align: center;
334 margin: 0 auto;
335 display: block;
336 }
337
338 .saboxplugin-wrap .saboxplugin-gravatar img {
339 float: none;
340 display: inline-block;
341 display: -moz-inline-stack;
342 vertical-align: middle;
343 zoom: 1;
344 }
345
346 .saboxplugin-wrap .saboxplugin-desc {
347 margin: 0 10px 20px;
348 text-align: center;
349 }
350
351 .saboxplugin-wrap .saboxplugin-authorname {
352 text-align: center;
353 margin: 10px 0 20px;
354 }
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 }