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