twentyfifteen-rtl.css
7 years ago
twentyfifteen.css
7 months ago
twentyfifteen.php
7 months ago
twentyfourteen-rtl.css
7 years ago
twentyfourteen.css
7 months ago
twentyfourteen.php
7 months ago
twentynineteen-rtl.css
1 month ago
twentynineteen.css
7 months ago
twentynineteen.php
7 months ago
twentysixteen-rtl.css
3 years ago
twentysixteen.css
7 months ago
twentysixteen.php
7 months ago
twentytwenty-rtl.css
1 year ago
twentytwenty.css
7 months ago
twentytwenty.php
7 months ago
twentytwentyone-rtl.css
1 month ago
twentytwentyone.css
7 months ago
twentytwentyone.php
7 months ago
twentyfifteen-rtl.css
745 lines
| 1 | /** |
| 2 | * Jetpack Portfolio Shortcode |
| 3 | */ |
| 4 | |
| 5 | .site .portfolio-entry { |
| 6 | margin-bottom: 1.6em; |
| 7 | } |
| 8 | |
| 9 | .site .portfolio-entry-title, |
| 10 | .site .portfolio-entry-meta, |
| 11 | .site .portfolio-entry-content { |
| 12 | font-size: 1.2rem; |
| 13 | font-size: 12px; |
| 14 | line-height: 1.5; |
| 15 | } |
| 16 | |
| 17 | .site .portfolio-featured-image + .portfolio-entry-title { |
| 18 | margin-top: 0.75em; |
| 19 | margin-bottom: 0.75em; |
| 20 | } |
| 21 | |
| 22 | .site .portfolio-entry-meta { |
| 23 | font-family: "Noto Sans", sans-serif; |
| 24 | } |
| 25 | |
| 26 | .site .portfolio-entry-content .more-link:after { |
| 27 | font-size: 16px; |
| 28 | top: 1px; |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Jetpack Widgets |
| 33 | */ |
| 34 | |
| 35 | /* Blog Subscriptions Widget */ |
| 36 | .jetpack_subscription_widget #subscribe-email input { |
| 37 | padding: 0.375em; |
| 38 | width: 100%; |
| 39 | } |
| 40 | |
| 41 | .jetpack_subscription_widget form > :last-child { |
| 42 | margin-bottom: 0; |
| 43 | } |
| 44 | |
| 45 | /* Display WordPress Posts Widget */ |
| 46 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts { |
| 47 | margin: 0; |
| 48 | } |
| 49 | |
| 50 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 { |
| 51 | font-size: inherit; |
| 52 | margin: 0 0 1.6em; |
| 53 | } |
| 54 | |
| 55 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img { |
| 56 | margin: 0 0 1.6em; |
| 57 | } |
| 58 | |
| 59 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p { |
| 60 | font-size: inherit; |
| 61 | line-height: 1.6 !important; |
| 62 | margin: 0 0 1.6em !important; |
| 63 | } |
| 64 | |
| 65 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child { |
| 66 | margin-bottom: 0 !important; |
| 67 | } |
| 68 | |
| 69 | /* Gallery Widget */ |
| 70 | .widget-gallery .slideshow-window { |
| 71 | border-radius: 0; |
| 72 | } |
| 73 | |
| 74 | /* Gravatar Profile Widget */ |
| 75 | .widget-area .widget-grofile .grofile-thumbnail { |
| 76 | border-radius: 50%; |
| 77 | max-width: 200px; |
| 78 | } |
| 79 | |
| 80 | .widget-area .widget-grofile h4 { |
| 81 | margin: 1.6em 0 0; |
| 82 | } |
| 83 | |
| 84 | .widget-area .widget-grofile .grofile-accounts { |
| 85 | margin-top: 0.8em; |
| 86 | } |
| 87 | |
| 88 | /* Image Widget */ |
| 89 | .widget_image .wp-caption { |
| 90 | margin-bottom: 0; |
| 91 | } |
| 92 | |
| 93 | .widget_image .wp-caption-text { |
| 94 | padding-bottom: 0; |
| 95 | } |
| 96 | |
| 97 | /* RSS Links Widget */ |
| 98 | .widget_rss_links img { |
| 99 | position: relative; |
| 100 | top: -2px; |
| 101 | } |
| 102 | |
| 103 | |
| 104 | /* List type widgets */ |
| 105 | .widget_rss_links ul, |
| 106 | .widget_top-posts ul , |
| 107 | .widget_upcoming_events_widget ul { |
| 108 | list-style: none; |
| 109 | margin: 0; |
| 110 | } |
| 111 | |
| 112 | .widget_rss_links li, |
| 113 | .widget_top-posts li, |
| 114 | .widget_upcoming_events_widget li { |
| 115 | border-top: 1px solid #eaeaea; |
| 116 | border-top: 1px solid rgba(51, 51, 51, 0.1); |
| 117 | padding: 0.7667em 0; |
| 118 | } |
| 119 | |
| 120 | .widget_rss_links li:first-child, |
| 121 | .widget_top-posts li:first-child, |
| 122 | .widget_upcoming_events_widget li:first-child { |
| 123 | border-top: 0; |
| 124 | padding-top: 0; |
| 125 | } |
| 126 | |
| 127 | .widget_rss_links li:last-child, |
| 128 | .widget_top-posts li:last-child, |
| 129 | .widget_upcoming_events_widget li:last-child { |
| 130 | padding-bottom: 0; |
| 131 | } |
| 132 | |
| 133 | |
| 134 | /** |
| 135 | * Shortcodes Embeds |
| 136 | */ |
| 137 | |
| 138 | /* Facebook */ |
| 139 | .fb_iframe_widget { |
| 140 | margin-bottom: 1.6em; |
| 141 | max-width: 100%; |
| 142 | } |
| 143 | |
| 144 | .fb_iframe_widget span { |
| 145 | max-width: 100%; |
| 146 | } |
| 147 | |
| 148 | /* Gist */ |
| 149 | .gist table { |
| 150 | table-layout: auto; |
| 151 | } |
| 152 | |
| 153 | .site .gist .gist-file { |
| 154 | margin-bottom: 1.5em; |
| 155 | } |
| 156 | |
| 157 | /* Googlemaps */ |
| 158 | .googlemaps { |
| 159 | margin-bottom: 1.6em; |
| 160 | } |
| 161 | |
| 162 | .googlemaps iframe { |
| 163 | margin-bottom: 0; |
| 164 | } |
| 165 | |
| 166 | /* Crowdsignal */ |
| 167 | .PDS_Poll, |
| 168 | .CSS_Poll { |
| 169 | display: block !important; |
| 170 | margin-bottom: 1.6em; |
| 171 | } |
| 172 | |
| 173 | .PDS_Poll .pds-box, |
| 174 | .CSS_Poll .css-box { |
| 175 | max-width: 100%; |
| 176 | width: auto; |
| 177 | } |
| 178 | |
| 179 | /* Presentation */ |
| 180 | .site .presentation-wrapper { |
| 181 | margin: 0 auto 1.6em; |
| 182 | } |
| 183 | |
| 184 | /* Recipes */ |
| 185 | .site .jetpack-recipe { |
| 186 | border: 0; |
| 187 | margin: 0 0 1.6em; |
| 188 | padding: 0; |
| 189 | } |
| 190 | |
| 191 | .site .jetpack-recipe-title { |
| 192 | border: 0; |
| 193 | margin-top: 0; |
| 194 | padding: 0; |
| 195 | } |
| 196 | |
| 197 | .site .jetpack-recipe .jetpack-recipe-meta { |
| 198 | font-size: inherit; |
| 199 | margin: 0; |
| 200 | } |
| 201 | |
| 202 | /* Slideshow */ |
| 203 | .site .slideshow-window { |
| 204 | border-radius: 0; |
| 205 | margin-bottom: 1.6em; |
| 206 | } |
| 207 | |
| 208 | /* Twitter-timeline */ |
| 209 | iframe[id*="twitter-widget-"] { |
| 210 | display: block; |
| 211 | } |
| 212 | |
| 213 | /* Vine */ |
| 214 | .vine-embed { |
| 215 | display: block; |
| 216 | } |
| 217 | |
| 218 | /* VideoPress */ |
| 219 | .site .video-player { |
| 220 | margin-bottom: 1.6em; |
| 221 | padding: 0; |
| 222 | } |
| 223 | |
| 224 | .video-player object { |
| 225 | margin-bottom: 0; |
| 226 | } |
| 227 | |
| 228 | |
| 229 | /** |
| 230 | * Tiled gallery |
| 231 | */ |
| 232 | |
| 233 | .site .tiled-gallery { |
| 234 | margin-bottom: 1.6em; |
| 235 | } |
| 236 | |
| 237 | |
| 238 | /** |
| 239 | * Jetpack Comments |
| 240 | */ |
| 241 | |
| 242 | .comment-form iframe { |
| 243 | margin: 0; |
| 244 | } |
| 245 | |
| 246 | .comment-form .subscribe-label { |
| 247 | font-weight: 400; |
| 248 | text-transform: none; |
| 249 | } |
| 250 | |
| 251 | .comment-subscription-form { |
| 252 | font-size: 12px; |
| 253 | font-size: 1.2rem; |
| 254 | line-height: 1.5em; |
| 255 | margin: 2em 0 0; |
| 256 | } |
| 257 | |
| 258 | .comment-subscription-form + .comment-subscription-form { |
| 259 | margin-top: 1em; |
| 260 | } |
| 261 | |
| 262 | |
| 263 | /** |
| 264 | * Sharing |
| 265 | */ |
| 266 | |
| 267 | .hentry div.sharedaddy h3.sd-title, |
| 268 | .hentry h3.sd-title { |
| 269 | font-family: "Noto Sans", sans-serif; |
| 270 | font-size: 12px; |
| 271 | font-size: 1.2rem; |
| 272 | line-height: 1; |
| 273 | margin: 0 0 1em 0; |
| 274 | opacity: 0.7; |
| 275 | text-transform: uppercase; |
| 276 | } |
| 277 | |
| 278 | |
| 279 | /** |
| 280 | * Related Posts |
| 281 | */ |
| 282 | |
| 283 | .hentry #jp-relatedposts { |
| 284 | margin: 0; |
| 285 | padding-top: 0; |
| 286 | } |
| 287 | |
| 288 | .hentry .jp-relatedposts-post-title a { |
| 289 | border-bottom: 0; |
| 290 | } |
| 291 | |
| 292 | .hentry .jp-relatedposts-headline em:before { |
| 293 | opacity: 0.7; |
| 294 | } |
| 295 | |
| 296 | .hentry div#jp-relatedposts h3.jp-relatedposts-headline { |
| 297 | font-family: "Noto Sans", sans-serif; |
| 298 | font-size: 12px; |
| 299 | font-size: 1.2rem; |
| 300 | opacity: 0.7; |
| 301 | text-transform: uppercase; |
| 302 | } |
| 303 | |
| 304 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual { |
| 305 | margin-left: 0; |
| 306 | } |
| 307 | |
| 308 | .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { |
| 309 | margin-bottom: 1.6em; |
| 310 | opacity: 1; |
| 311 | } |
| 312 | |
| 313 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 314 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 315 | font-size: 1.2rem; |
| 316 | font-size: 12px; |
| 317 | line-height: 1.5; |
| 318 | } |
| 319 | |
| 320 | .hentry .jp-relatedposts-post-title { |
| 321 | font-weight: 700; |
| 322 | } |
| 323 | |
| 324 | .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { |
| 325 | font-weight: inherit; |
| 326 | } |
| 327 | |
| 328 | .hentry div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a, |
| 329 | .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { |
| 330 | text-decoration: none; |
| 331 | } |
| 332 | |
| 333 | .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, |
| 334 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { |
| 335 | opacity: 0.7; |
| 336 | } |
| 337 | |
| 338 | .hentry .jp-relatedposts-post-img { |
| 339 | margin-bottom: 0.6em; |
| 340 | } |
| 341 | |
| 342 | |
| 343 | /** |
| 344 | * Stats |
| 345 | */ |
| 346 | |
| 347 | #wpstats { |
| 348 | display: none; |
| 349 | } |
| 350 | |
| 351 | |
| 352 | /** |
| 353 | * Media Queries |
| 354 | */ |
| 355 | |
| 356 | @media screen and (min-width: 46.25em) { |
| 357 | .site .portfolio-entry { |
| 358 | margin-bottom: 1.6471em; |
| 359 | } |
| 360 | |
| 361 | .site .portfolio-entry-title, |
| 362 | .site .portfolio-entry-meta, |
| 363 | .site .portfolio-entry-content { |
| 364 | font-size: 1.4rem; |
| 365 | font-size: 14px; |
| 366 | } |
| 367 | |
| 368 | .site .portfolio-entry-content .more-link:after { |
| 369 | top: 3px; |
| 370 | } |
| 371 | |
| 372 | .site .hentry .gist .gist-file { |
| 373 | margin-bottom: 1.75em; |
| 374 | } |
| 375 | |
| 376 | .site .widget .gist .gist-file { |
| 377 | margin-bottom: 1.3125em; |
| 378 | } |
| 379 | |
| 380 | .hentry .fb_iframe_widget, |
| 381 | .hentry .googlemaps, |
| 382 | .hentry .PDS_Poll, |
| 383 | .hentry .CSS_Poll, |
| 384 | .site .hentry .presentation-wrapper, |
| 385 | .site .hentry .jetpack-recipe, |
| 386 | .site .hentry .slideshow-window, |
| 387 | .site .hentry .video-player { |
| 388 | margin-bottom: 1.6471em; |
| 389 | } |
| 390 | |
| 391 | .widget .fb_iframe_widget, |
| 392 | .widget .googlemaps, |
| 393 | .widget .PDS_Poll, |
| 394 | .widget .CSS_Poll, |
| 395 | .site .widget .presentation-wrapper, |
| 396 | .site .widget .jetpack-recipe, |
| 397 | .site .widget .slideshow-window, |
| 398 | .site .widget .video-player { |
| 399 | margin-bottom: 1.5em; |
| 400 | } |
| 401 | |
| 402 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4, |
| 403 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img { |
| 404 | margin: 0 0 1.5em; |
| 405 | } |
| 406 | |
| 407 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p { |
| 408 | line-height: 1.5 !important; |
| 409 | margin: 0 0 1.5em !important; |
| 410 | } |
| 411 | |
| 412 | .widget-area .widget-grofile h4 { |
| 413 | margin: 1.5em 0 0; |
| 414 | } |
| 415 | |
| 416 | .widget-area .widget-grofile .grofile-accounts { |
| 417 | margin-top: 0.75em; |
| 418 | } |
| 419 | |
| 420 | .jetpack_subscription_widget #subscribe-email input { |
| 421 | padding: 0.5625em; |
| 422 | } |
| 423 | |
| 424 | .widget_rss_links li, |
| 425 | .widget_top-posts li, |
| 426 | .widget_upcoming_events_widget li { |
| 427 | padding: 0.9643em 0; |
| 428 | } |
| 429 | |
| 430 | .site .tiled-gallery { |
| 431 | margin-bottom: 1.6471em; |
| 432 | } |
| 433 | |
| 434 | .jetpack-video-wrapper { |
| 435 | margin-bottom: 1.6471em; |
| 436 | } |
| 437 | |
| 438 | .comment-subscription-form { |
| 439 | font-size: 14px; |
| 440 | font-size: 1.4rem; |
| 441 | } |
| 442 | |
| 443 | .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { |
| 444 | margin-bottom: 0; |
| 445 | } |
| 446 | |
| 447 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 448 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 449 | font-size: 1.4rem; |
| 450 | font-size: 14px; |
| 451 | } |
| 452 | |
| 453 | .jp-relatedposts-post-img { |
| 454 | margin-bottom: 0.6176em; |
| 455 | } |
| 456 | } |
| 457 | |
| 458 | @media screen and (min-width: 55em) { |
| 459 | .site .portfolio-entry { |
| 460 | margin-bottom: 1.6842em |
| 461 | } |
| 462 | |
| 463 | .site .portfolio-entry-title, |
| 464 | .site .portfolio-entry-meta, |
| 465 | .site .portfolio-entry-content { |
| 466 | font-size: 1.6rem; |
| 467 | font-size: 16px; |
| 468 | } |
| 469 | |
| 470 | .site .portfolio-entry-content .more-link:after { |
| 471 | font-size: 24px; |
| 472 | top: 0; |
| 473 | } |
| 474 | |
| 475 | .site .hentry .gist .gist-file { |
| 476 | margin-bottom: 2em; |
| 477 | } |
| 478 | |
| 479 | .site .widget .gist .gist-file { |
| 480 | margin-bottom: 1.5em; |
| 481 | } |
| 482 | |
| 483 | .hentry .fb_iframe_widget, |
| 484 | .hentry .googlemaps, |
| 485 | .hentry .PDS_Poll, |
| 486 | .hentry .CSS_Poll, |
| 487 | .site .hentry .presentation-wrapper, |
| 488 | .site .hentry .jetpack-recipe, |
| 489 | .site .hentry .slideshow-window, |
| 490 | .site .hentry .video-player { |
| 491 | margin-bottom: 1.6842em; |
| 492 | } |
| 493 | |
| 494 | .site .tiled-gallery { |
| 495 | margin-bottom: 1.6842em; |
| 496 | } |
| 497 | |
| 498 | .jetpack_subscription_widget #subscribe-email input { |
| 499 | padding: 0.75em; |
| 500 | } |
| 501 | |
| 502 | .widget_rss_links li, |
| 503 | .widget_top-posts li, |
| 504 | .widget_upcoming_events_widget li { |
| 505 | padding: 0.7188em 0; |
| 506 | } |
| 507 | |
| 508 | .jetpack-video-wrapper { |
| 509 | margin-bottom: 1.6842em; |
| 510 | } |
| 511 | |
| 512 | .comment-subscription-form { |
| 513 | font-size: 16px; |
| 514 | font-size: 1.6rem; |
| 515 | } |
| 516 | |
| 517 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 518 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 519 | font-size: 1.6rem; |
| 520 | font-size: 16px; |
| 521 | line-height: 1.5em; |
| 522 | } |
| 523 | |
| 524 | .jp-relatedposts-post-img { |
| 525 | margin-bottom: 0.6315em; |
| 526 | } |
| 527 | } |
| 528 | |
| 529 | @media screen and (min-width: 59.6875em) { |
| 530 | .site .portfolio-entry { |
| 531 | margin-bottom: 1.6em |
| 532 | } |
| 533 | |
| 534 | .site .portfolio-entry-title, |
| 535 | .site .portfolio-entry-meta, |
| 536 | .site .portfolio-entry-content { |
| 537 | font-size: 1.2rem; |
| 538 | font-size: 12px; |
| 539 | } |
| 540 | |
| 541 | .site .portfolio-entry-content .more-link:after { |
| 542 | font-size: 16px; |
| 543 | top: 1px; |
| 544 | } |
| 545 | |
| 546 | .site .hentry .gist .gist-file { |
| 547 | margin-bottom: 1.5em; |
| 548 | } |
| 549 | |
| 550 | .site .widget .gist .gist-file { |
| 551 | margin-bottom: 1.125em; |
| 552 | } |
| 553 | |
| 554 | .hentry .fb_iframe_widget, |
| 555 | .hentry .googlemaps, |
| 556 | .hentry .PDS_Poll, |
| 557 | .hentry .CSS_Poll, |
| 558 | .site .hentry .presentation-wrapper, |
| 559 | .site .hentry .jetpack-recipe, |
| 560 | .site .hentry .slideshow-window, |
| 561 | .site .hentry .video-player { |
| 562 | margin-bottom: 1.6em; |
| 563 | } |
| 564 | |
| 565 | .site .tiled-gallery { |
| 566 | margin-bottom: 1.6em; |
| 567 | } |
| 568 | |
| 569 | .jetpack_subscription_widget #subscribe-email input { |
| 570 | padding: 0.4583em; |
| 571 | } |
| 572 | |
| 573 | .jetpack-video-wrapper { |
| 574 | margin-bottom: 1.6em; |
| 575 | } |
| 576 | |
| 577 | .widget-area .widget-grofile .grofile-thumbnail { |
| 578 | max-width: 100%; |
| 579 | } |
| 580 | |
| 581 | .widget_rss_links li, |
| 582 | .widget_top-posts li, |
| 583 | .widget_upcoming_events_widget li { |
| 584 | padding: 0.4583em 0; |
| 585 | } |
| 586 | |
| 587 | .comment-subscription-form { |
| 588 | font-size: 12px; |
| 589 | font-size: 1.2rem; |
| 590 | } |
| 591 | |
| 592 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 593 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 594 | font-size: 1.2rem; |
| 595 | font-size: 12px; |
| 596 | line-height: 1.5; |
| 597 | } |
| 598 | |
| 599 | .jp-relatedposts-post-img { |
| 600 | margin-bottom: 0.6em; |
| 601 | } |
| 602 | } |
| 603 | |
| 604 | @media screen and (min-width: 68.75em) { |
| 605 | .site .portfolio-entry { |
| 606 | margin-bottom: 1.6471em |
| 607 | } |
| 608 | |
| 609 | .site .portfolio-entry-title, |
| 610 | .site .portfolio-entry-meta, |
| 611 | .site .portfolio-entry-content { |
| 612 | font-size: 1.4rem; |
| 613 | font-size: 14px; |
| 614 | } |
| 615 | |
| 616 | .site .portfolio-entry-content .more-link:after { |
| 617 | top: 3px; |
| 618 | } |
| 619 | |
| 620 | .site .hentry .gist .gist-file { |
| 621 | margin-bottom: 1.75em; |
| 622 | } |
| 623 | |
| 624 | .site .widget .gist .gist-file { |
| 625 | margin-bottom: 1.3125em; |
| 626 | } |
| 627 | |
| 628 | .hentry .fb_iframe_widget, |
| 629 | .hentry .googlemaps, |
| 630 | .hentry .PDS_Poll, |
| 631 | .hentry .CSS_Poll, |
| 632 | .site .hentry .presentation-wrapper, |
| 633 | .site .hentry .jetpack-recipe, |
| 634 | .site .hentry .slideshow-window, |
| 635 | .site .hentry .video-player { |
| 636 | margin-bottom: 1.6471em; |
| 637 | } |
| 638 | |
| 639 | .site .tiled-gallery { |
| 640 | margin-bottom: 1.6471em; |
| 641 | } |
| 642 | |
| 643 | .jetpack_subscription_widget #subscribe-email input { |
| 644 | padding: 0.5em; |
| 645 | } |
| 646 | |
| 647 | .widget_rss_links li, |
| 648 | .widget_top-posts li, |
| 649 | .widget_upcoming_events_widget li { |
| 650 | padding: 0.4643em 0; |
| 651 | } |
| 652 | |
| 653 | .jetpack-video-wrapper { |
| 654 | margin-bottom: 1.6471em; |
| 655 | } |
| 656 | |
| 657 | .comment-subscription-form { |
| 658 | font-size: 14px; |
| 659 | font-size: 1.4rem; |
| 660 | } |
| 661 | |
| 662 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 663 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 664 | font-size: 14px; |
| 665 | font-size: 1.4rem; |
| 666 | } |
| 667 | |
| 668 | .jp-relatedposts-post-img { |
| 669 | margin-bottom: 0.6176em; |
| 670 | } |
| 671 | } |
| 672 | |
| 673 | @media screen and (min-width: 77.5em) { |
| 674 | .site .portfolio-entry { |
| 675 | margin-bottom: 1.6842em |
| 676 | } |
| 677 | |
| 678 | .site .portfolio-entry-title, |
| 679 | .site .portfolio-entry-meta, |
| 680 | .site .portfolio-entry-content { |
| 681 | font-size: 1.6rem; |
| 682 | font-size: 16px; |
| 683 | } |
| 684 | |
| 685 | .site .portfolio-entry-content .more-link:after { |
| 686 | font-size: 24px; |
| 687 | top: 0; |
| 688 | } |
| 689 | |
| 690 | .site .hentry .gist .gist-file { |
| 691 | margin-bottom: 2em; |
| 692 | } |
| 693 | |
| 694 | .site .widget .gist .gist-file { |
| 695 | margin-bottom: 1.5em; |
| 696 | } |
| 697 | |
| 698 | .hentry .fb_iframe_widget, |
| 699 | .hentry .googlemaps, |
| 700 | .hentry .PDS_Poll, |
| 701 | .hentry .CSS_Poll, |
| 702 | .site .hentry .presentation-wrapper, |
| 703 | .site .hentry .jetpack-recipe, |
| 704 | .site .hentry .slideshow-window, |
| 705 | .site .hentry .video-player { |
| 706 | margin-bottom: 1.6842em; |
| 707 | } |
| 708 | |
| 709 | .widget_rss_links li, |
| 710 | .widget_top-posts li, |
| 711 | .widget_upcoming_events_widget li { |
| 712 | padding: 0.4688em 0; |
| 713 | } |
| 714 | |
| 715 | .site .tiled-gallery { |
| 716 | margin-bottom: 1.6842em; |
| 717 | } |
| 718 | |
| 719 | .jetpack-video-wrapper { |
| 720 | margin-bottom: 1.6842em; |
| 721 | } |
| 722 | |
| 723 | .hentry div.sharedaddy h3.sd-title, |
| 724 | .hentry div#jp-relatedposts h3.jp-relatedposts-headline { |
| 725 | font-size: 13px; |
| 726 | font-size: 1.3rem; |
| 727 | } |
| 728 | |
| 729 | .comment-subscription-form { |
| 730 | font-size: 16px; |
| 731 | font-size: 1.6rem; |
| 732 | } |
| 733 | |
| 734 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 735 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 736 | font-size: 16px; |
| 737 | font-size: 1.6rem; |
| 738 | line-height: 1.5em; |
| 739 | } |
| 740 | |
| 741 | .jp-relatedposts-post-img { |
| 742 | margin-bottom: 0.6315em; |
| 743 | } |
| 744 | } |
| 745 |