PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 All 502 releases
jetpack / modules / theme-tools / compat / twentysixteen-rtl.css

twentysixteen-rtl.css in Jetpack – WP Security, Backup, Speed, & Growth 16.2, at modules/theme-tools/compat/twentysixteen-rtl.css

820 lines 16.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Jetpack Comments
3 */
4
5 .comment-form iframe {
6 margin: 0;
7 }
8
9 .comment-form .subscribe-label {
10 font-weight: 400;
11 letter-spacing: 0;
12 text-transform: none;
13 }
14
15 .comment-subscription-form {
16 margin: 1.75em 0 0;
17 }
18
19 .comment-subscription-form + .comment-subscription-form {
20 margin-top: 0;
21 }
22
23
24 /**
25 * Extra Widgets
26 */
27
28 /* Blog Subscriptions Widget */
29 .jetpack_subscription_widget #subscribe-email input {
30 padding: 0.625em 0.4375em;
31 width: 100%;
32 }
33
34 .jetpack_subscription_widget form > :last-child {
35 margin-bottom: 0;
36 }
37
38 /* Contact Info Widget */
39 .widget_contact_info .contact-map {
40 margin-bottom: 1.75em;
41 }
42
43 /* Display WordPress Posts Widget */
44 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
45 margin: 0;
46 }
47
48 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
49 font-size: inherit;
50 margin: 0 0 0.875em;
51 }
52
53 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
54 margin-bottom: 0.875em;
55 }
56
57 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
58 font-size: inherit;
59 line-height: 1.75 !important;
60 margin: 0 0 1.75em !important;
61 }
62
63 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child {
64 margin-bottom: 0 !important;
65 }
66
67 /* Gallery Widget */
68 .widget-gallery .slideshow-window {
69 border-radius: 0;
70 }
71
72 /* Goodreads Widget */
73 .widget_goodreads div[class^="gr_custom_container"] {
74 background-color: transparent;
75 border: 0;
76 border-radius: 0;
77 color: inherit;
78 padding: 0;
79 }
80
81 .widget_goodreads div[class^="gr_custom_container"] a {
82 color: inherit;
83 }
84
85 .widget_goodreads div[class^="gr_custom_each_container"] {
86 border: 0;
87 margin-bottom: 1.75em;
88 padding-bottom: 0;
89 }
90
91 .widget_goodreads h2[class^="gr_custom_header"],
92 .widget_goodreads div[class^="gr_custom_author"] {
93 font-size: inherit;
94 }
95
96 /* Gravatar Profile Widget */
97 .widget-grofile .grofile-thumbnail {
98 width: 300px;
99 }
100
101 .widget-area .widget-grofile h4 {
102 font-size: inherit;
103 font-weight: 900;
104 margin: 1.75em 0 0;
105 }
106
107 .widget-area .widget-grofile .grofile-accounts {
108 margin-top: 0.4375em;
109 }
110
111 /* Image Widget */
112 .widget_image .wp-caption {
113 margin-bottom: 0;
114 }
115
116 /* RSS Links Widget */
117 .widget_rss_links img {
118 position: relative;
119 top: -1px;
120 }
121
122 /* Social Media Icon Widget */
123 .widget.widget_wpcom_social_media_icons_widget ul {
124 margin: 0 0 -0.4375em;
125 }
126
127 .widget.widget_wpcom_social_media_icons_widget ul:before,
128 .widget.widget_wpcom_social_media_icons_widget ul:after {
129 content: "";
130 display: table;
131 }
132
133 .widget.widget_wpcom_social_media_icons_widget ul:after {
134 clear: both;
135 }
136
137 .widget.widget_wpcom_social_media_icons_widget li {
138 float: right;
139 margin: 0 0 0.4375em 0.4375em;
140 }
141
142 .widget.widget_wpcom_social_media_icons_widget li a {
143 border: 1px solid currentColor;
144 border-radius: 50%;
145 color: inherit;
146 display: block;
147 height: 35px;
148 position: relative;
149 width: 35px;
150 }
151
152 .widget.widget_wpcom_social_media_icons_widget li a:before {
153 height: 33px;
154 line-height: 33px;
155 text-align: center;
156 width: 33px;
157 }
158
159 .widget.widget_wpcom_social_media_icons_widget li a:hover:before,
160 .widget.widget_wpcom_social_media_icons_widget li a:focus:before {
161 opacity: 0.8;
162 }
163
164 /* Social Icons Widget */
165 .widget.jetpack_widget_social_icons ul {
166 margin: 0 0 -0.4375em;
167 }
168
169 .widget.jetpack_widget_social_icons ul:before,
170 .widget.jetpack_widget_social_icons ul:after {
171 content: "";
172 display: table;
173 }
174
175 .widget.jetpack_widget_social_icons ul:after {
176 clear: both;
177 }
178
179 .widget.jetpack_widget_social_icons li {
180 float: right;
181 margin: 0 0 0.4375em 0.4375em;
182 }
183
184 .widget.jetpack_widget_social_icons li a {
185 border: 1px solid currentColor;
186 border-radius: 50%;
187 color: inherit;
188 display: block;
189 position: relative;
190 }
191
192 .widget.jetpack_widget_social_icons li a:hover,
193 .widget.jetpack_widget_social_icons li a:focus {
194 opacity: 0.8;
195 }
196
197 .widget.jetpack_widget_social_icons ul.size-small a {
198 height: 38px;
199 padding: 6px;
200 width: 38px;
201 }
202
203 .widget.jetpack_widget_social_icons ul.size-small svg {
204 height: 24px;
205 width: 24px;
206 }
207
208 .widget.jetpack_widget_social_icons ul.size-medium a {
209 height: 50px;
210 padding: 8px;
211 width: 50px;
212 }
213
214 .widget.jetpack_widget_social_icons ul.size-medium svg {
215 height: 32px;
216 width: 32px;
217 }
218
219 .widget.jetpack_widget_social_icons ul.size-large a {
220 height: 70px;
221 padding: 10px;
222 width: 70px;
223 }
224
225 .widget.jetpack_widget_social_icons ul.size-large svg {
226 height: 48px;
227 width: 48px;
228 }
229
230 /* Top Posts & Pages Widget */
231 .widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
232 margin-top: 0.25em;
233 }
234
235 .widget_top-posts .widgets-list-layout-links {
236 width: -webkit-calc(100% - 3.375em);
237 width: calc(100% - 3.375em);
238 }
239
240 .widget_top-posts .widgets-list-layout li {
241 margin-bottom: 0.875em;
242 }
243
244 .widget_top-posts .widgets-list-layout li:last-child {
245 margin-bottom: 0;
246 }
247
248 .widget-grid-view-image:nth-child(odd) {
249 clear: both;
250 }
251
252 /* Upcoming Events Widget */
253 .widget_upcoming_events_widget .upcoming-events li {
254 margin-bottom: 0.875em
255 }
256
257
258 /**
259 * Shortcodes
260 */
261
262 /* Contact Form */
263 .entry-content .contact-form label {
264 color: inherit;
265 display: block;
266 font-family: Montserrat, "Helvetica Neue", sans-serif;
267 font-size: 13px;
268 font-size: 0.8125rem;
269 font-weight: 400;
270 letter-spacing: 0.076923077em;
271 line-height: 1.6153846154;
272 margin-bottom: 0.5384615385em;
273 text-transform: uppercase;
274 }
275
276 .entry-content .contact-form label span {
277 color: inherit;
278 letter-spacing: 0;
279 opacity: 0.7;
280 text-transform: capitalize;
281 }
282
283 .entry-content .contact-form input[type="text"],
284 .entry-content .contact-form input[type="email"],
285 .entry-content .contact-form textarea {
286 margin-bottom: 1.75em;
287 max-width: 100%;
288 width: 100%;
289 }
290
291 .entry-content .contact-form label.checkbox,
292 .entry-content .contact-form label.radio {
293 font-family: inherit;
294 font-size: inherit;
295 letter-spacing: 0;
296 margin-bottom: 0;
297 text-transform: none;
298 }
299
300 .entry-content .contact-form label.checkbox:nth-last-child(2),
301 .entry-content .contact-form label.radio:nth-last-child(2) {
302 margin-bottom: 0.875em;
303 }
304
305 .entry-content .contact-form input[type="radio"],
306 .entry-content .contact-form input[type="checkbox"] {
307 margin-bottom: 0.875em;
308 }
309
310 .entry-content .contact-form select {
311 margin-bottom: 1.75em;
312 }
313
314 /* Facebook */
315 .fb_iframe_widget {
316 margin-bottom: 1.75em;
317 max-width: 100%;
318 }
319
320 .fb_iframe_widget span {
321 max-width: 100%;
322 }
323
324 /* Gist */
325 .gist table {
326 table-layout: auto;
327 }
328
329 .entry-content .gist .gist-file {
330 margin-bottom: 1.75em;
331 }
332
333 /* Instagram */
334 .instagram-media {
335 margin-bottom: 1.75em !important;
336 }
337
338 /* Mixclound */
339 iframe[src^="http://api.mixcloud.com/"] {
340 margin-right: -8px;
341 max-width: -webkit-calc(100% + 8px);
342 max-width: calc(100% + 8px);
343 }
344
345 /* Crowdsignal */
346 .PDS_Poll,
347 .CSS_Poll {
348 display: block !important;
349 margin-bottom: 1.75em;
350 }
351
352 .PDS_Poll .pds-box,
353 .CSS_Poll .css-box {
354 max-width: 100%;
355 width: auto;
356 }
357
358 /* Portfolio */
359 .entry-content .portfolio-entry {
360 margin-bottom: 1.75em;
361 }
362
363 .entry-content .portfolio-entry-title,
364 .entry-content .portfolio-entry-meta {
365 font-family: Montserrat, "Helvetica Neue", sans-serif;
366 }
367
368 .entry-content .portfolio-entry-title a,
369 .entry-content .portfolio-entry-meta a {
370 box-shadow: none;
371 }
372
373 .entry-content .portfolio-entry-title a:hover,
374 .entry-content .portfolio-entry-meta a:hover {
375 box-shadow: 0 1px 0 0 currentColor;
376 }
377
378 .entry-content .portfolio-entry-meta span,
379 .entry-content .portfolio-entry-meta a {
380 font-size: 1em;
381 }
382
383 .entry-content .portfolio-entry-title {
384 font-size: inherit;
385 line-height: 1.3125;
386 }
387
388 .entry-content .portfolio-featured-image + .portfolio-entry-title {
389 margin-top: 0.875em;
390 margin-bottom: 0.4375em;
391 }
392
393 .entry-content .portfolio-entry-meta,
394 .entry-content .portfolio-entry-content p {
395 font-size: 13px;
396 font-size: 0.8125em;
397 line-height: 1.615384615;
398 }
399
400 .entry-content .portfolio-entry-content p:last-child {
401 margin-bottom: 0;
402 }
403
404 .entry-content .portfolio-entry-title + .portfolio-entry-meta {
405 margin-top: 0.538461538em;
406 }
407
408 .entry-content .portfolio-entry-content {
409 margin-top: 0.875em;
410 }
411
412 .entry-content .portfolio-entry-content p {
413 margin-bottom: 1.615384615em;
414 }
415
416 /* Presentation */
417 .entry-content .presentation-wrapper {
418 margin: 0 0 1.75em;
419 max-width: 100%;
420 }
421
422 .presentation {
423 max-width: 100%;
424 }
425
426 /* Recipes */
427 .entry-content .jetpack-recipe {
428 border: 0;
429 margin: 0 0 1.75em;
430 padding: 0;
431 }
432
433 .entry-content .jetpack-recipe-title {
434 border: 0;
435 margin-top: 0;
436 padding: 0;
437 }
438
439 .entry-content .jetpack-recipe .jetpack-recipe-meta {
440 font-size: inherit;
441 margin: 0;
442 }
443
444 /* Scribd */
445 .scribd_iframe_embed + div {
446 margin-bottom: 28px;
447 }
448
449 /* Slideshow */
450 .entry-content .slideshow-window {
451 border-radius: 0;
452 margin-bottom: 1.75em;
453 }
454
455 /* Subscription Form */
456 .entry-content .jetpack_subscription_widget {
457 border-top: 0;
458 font-size: inherit;
459 margin-bottom: 1.75em;
460 padding: 0;
461 }
462
463 .entry-content #subscribe-email input {
464 font-size: inherit;
465 line-height: normal;
466 padding: 0.625em 0.4375em;
467 width: 100%;
468 }
469
470 .entry-content .jetpack_subscription_widget input[type="submit"] {
471 font-size: inherit;
472 padding: 0.84375em 0.875em 0.78125em;
473 }
474
475 /* Testimonial */
476 .entry-content .testimonial-entry {
477 margin-bottom: 1.75em;
478 }
479
480 .entry-content .testimonial-entry-content {
481 margin: 0;
482 }
483
484 .entry-content .testimonial-entry-title,
485 .entry-content .testimonial-entry-content p {
486 font-size: 13px;
487 font-size: 0.8125em;
488 line-height: 1.615384615;
489 margin: 0;
490 }
491
492 .entry-content .testimonial-entry-content p {
493 margin-bottom: 1.615384615em;
494 }
495
496 .entry-content .testimonial-entry-title {
497 float: right;
498 }
499
500 .entry-content .testimonial-entry-title a {
501 box-shadow: none;
502 }
503
504 .entry-content .testimonial-entry-title a:hover {
505 box-shadow: 0 1px 0 0 currentColor;
506 }
507
508 .entry-content .testimonial-featured-image img {
509 float: left;
510 max-width: 42px;
511 }
512
513 /* Twitter-timeline */
514 .twitter-timeline {
515 margin-bottom: 1.75em !important;
516 }
517
518
519 /**
520 * Responsive Videos
521 */
522 .hentry .jetpack-video-wrapper {
523 margin-bottom: 1.75em;
524 }
525
526
527 /**
528 * Related Posts
529 */
530
531 .entry-content #jp-relatedposts {
532 margin: 0;
533 padding: 1.75em 0;
534 position: relative;
535 }
536
537 .jp-relatedposts:before,
538 .jp-relatedposts:last-child:after {
539 background-color: currentColor;
540 content: "";
541 height: 1px;
542 opacity: 0.2;
543 position: absolute;
544 top: 0;
545 right: 0;
546 width: 100%;
547 }
548
549 .jp-relatedposts:last-child:after {
550 bottom: 0;
551 top: auto;
552 }
553
554 .entry-content #jp-relatedposts h3.jp-relatedposts-headline {
555 color: inherit;
556 font-family: Montserrat, "Helvetica Neue", sans-serif;
557 font-size: 13px;
558 font-size: 0.8125rem;
559 font-weight: 400;
560 line-height: 1;
561 margin-bottom: 1.076923077em;
562 }
563
564 .entry-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
565 display: none;
566 }
567
568 .entry-content #jp-relatedposts h3.jp-relatedposts-headline em {
569 font-weight: 400;
570 }
571
572 .entry-content #jp-relatedposts .jp-relatedposts-headline em:after {
573 content: ":";
574 }
575
576 .jp-relatedposts-items:before,
577 .jp-relatedposts-items:after {
578 content: "";
579 display: table;
580 }
581
582 .jp-relatedposts-items:after {
583 clear: both;
584 }
585
586 .entry-content .jp-relatedposts-post-aoverlay,
587 .entry-content .jp-relatedposts-post-a {
588 box-shadow: none;
589 }
590
591 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
592 margin-bottom: 1.75em;
593 width: 100%;
594 }
595
596 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
597 margin-bottom: 0;
598 }
599
600 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
601 max-width: 100%;
602 }
603
604 .entry-content #jp-relatedposts .jp-relatedposts-items p,
605 .entry-content #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
606 font-size: 13px;
607 font-size: 0.8125rem;
608 letter-spacing: 0;
609 line-height: 1.615384615;
610 }
611
612 .jp-relatedposts-post-date,
613 .jp-relatedposts-post-context {
614 font-family: Montserrat, "Helvetica Neue", sans-serif;
615 }
616
617 .jp-relatedposts-post-title,
618 #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-excerpt,
619 .entry-content #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
620 margin-bottom: 1.076923077em;
621 }
622
623 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
624 font-weight: 700;
625 }
626
627 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
628 .entry-content .jp-relatedposts-post-aoverlay:hover + .jp-relatedposts-post-title .jp-relatedposts-post-a {
629 box-shadow: 0 1px 0 0 currentColor;
630 }
631
632 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
633 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
634 text-decoration: none;
635 }
636
637 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
638 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
639 .entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
640 opacity: 1;
641 }
642
643 .entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
644 padding-left: 0;
645 }
646
647 .entry-content .jp-relatedposts-post-a:hover img.jp-relatedposts-post-img,
648 .entry-content .jp-relatedposts-post-a:focus img.jp-relatedposts-post-img {
649 opacity: 0.85;
650 }
651
652 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
653 margin-bottom: 0.875em;
654 max-width: 100%;
655 }
656
657
658 /**
659 * Sharing
660 */
661
662 .sharedaddy {
663 padding: 1.75em 0;
664 position: relative;
665 }
666
667 .sharedaddy:before,
668 .sharedaddy:last-child:after {
669 background-color: currentColor;
670 content: "";
671 height: 1px;
672 opacity: 0.2;
673 position: absolute;
674 top: 0;
675 width: 100%;
676 }
677
678 .sharedaddy:last-child:after {
679 bottom: 0;
680 top: auto;
681 }
682
683 .sd-block {
684 line-height: 1;
685 }
686
687 .sd-like {
688 padding-bottom: 1.125em;
689 }
690
691 .hentry div.sharedaddy h3.sd-title,
692 .hentry h3.sd-title {
693 color: inherit;
694 font-family: Montserrat, "Helvetica Neue", sans-serif;
695 font-size: 13px;
696 font-size: 0.8125rem;
697 font-weight: 400;
698 line-height: 1;
699 margin-bottom: 1.076923077em;
700 }
701
702 .hentry div.sharedaddy h3.sd-title:before {
703 display: none;
704 }
705
706 .sd-social-icon-text .sd-content ul,
707 .sd-social-text .sd-content ul {
708 margin-bottom: -0.3125em !important;
709 }
710
711 .sd-social-icon .sd-content ul {
712 margin-bottom: 0 !important;
713 }
714
715 .sd-social-official .sd-content ul {
716 margin-bottom: -0.625em !important;
717 }
718
719
720 /**
721 * Stats
722 */
723
724 #wpstats {
725 display: none;
726 }
727
728
729 /**
730 * Tiled gallery
731 */
732
733 .entry-content .tiled-gallery {
734 margin-bottom: 1.75em;
735 }
736
737
738 /**
739 * Media Queries
740 */
741
742 @media screen and (min-width: 56.875em) {
743 .widget-area .jetpack_subscription_widget #subscribe-email input {
744 padding: 0.4615384615em 0.5384615385em;
745 }
746
747 .widget_contact_info .contact-map {
748 margin-bottom: 1.615384615em;
749 }
750
751 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
752 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
753 margin-bottom: 1.076923077em;
754 }
755
756 .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
757 line-height: 1.615384615em !important;
758 margin: 0 0 1.615384615em !important;
759 }
760
761 .widget_goodreads div[class^="gr_custom_each_container"] {
762 margin-bottom: 1.615384615em;
763 }
764
765 .widget-area .widget-grofile h4 {
766 margin: 1.615384615em 0 0;
767 }
768
769 .widget-area .widget-grofile .grofile-accounts {
770 margin-top: 0.538461538em;
771 }
772
773 .widget.widget_wpcom_social_media_icons_widget ul {
774 margin: 0 0 -0.538461538em;
775 }
776
777 .widget.widget_wpcom_social_media_icons_widget li {
778 margin: 0 0 0.538461538em 0.538461538em;
779 }
780
781 .widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
782 margin-top: 0.153846154em;
783 }
784
785 .widget_top-posts .widgets-list-layout-links {
786 width: -webkit-calc(100% - 4.153846154em);
787 width: calc(100% - 4.153846154em);
788 }
789
790 .widget_top-posts .widgets-list-layout li {
791 margin-bottom: 1.076923077em;
792 }
793
794 .widget_upcoming_events_widget .upcoming-events li {
795 margin-bottom: 1.076923077em
796 }
797
798 .entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
799 margin-bottom: 0;
800 padding-left: 0.875em;
801 width: 33%;
802 }
803 }
804
805 @media screen and (min-width: 61.5625em) {
806 body:not(.search-results) article:not(.type-page) .sharedaddy:last-child,
807 body:not(.search-results) article:not(.type-page) .jp-relatedposts:last-child {
808 padding-bottom: 0;
809 }
810
811 body:not(.search-results) article:not(.type-page) .sharedaddy:last-child:after,
812 body:not(.search-results) article:not(.type-page) .jp-relatedposts:last-child:after {
813 display: none;
814 }
815
816 body:not(.search-results) article:not(.type-page) img.below-entry-meta {
817 width: auto;
818 }
819 }
820