Changeset 44195
- Timestamp:
- 12/14/2018 09:13:56 PM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentythirteen/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentythirteen/css/blocks.css
r43872 r44195 337 337 338 338 .wp-block-button .wp-block-button__link { 339 background: #e05d22; /* Old browsers */340 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */341 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */342 339 border: none; 343 340 border-bottom: 3px solid #b93207; 344 341 border-radius: 2px; 345 color: #fff;346 342 display: inline-block; 347 343 font-size: 16px; … … 350 346 } 351 347 352 .wp-block-button .wp-block-button__link:hover, 353 .wp-block-button .wp-block-button__link:focus { 354 background: #ed6a31; /* Old browsers */ 348 .entry-content .wp-block-button__link { 349 background-color: #e05d22; 350 color: #fff; 351 } 352 353 .entry-content .wp-block-button__link:not(.has-background) { 354 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ 355 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 356 } 357 358 .entry-content .wp-block-button__link:hover, 359 .entry-content .wp-block-button__link:focus { 360 background: #ed6a31; 361 color: #fff; 362 } 363 364 .entry-content .wp-block-button__link:not(.has-background):hover, 365 .entry-content .wp-block-button__link:not(.has-background):hover { 355 366 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */ 356 367 background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 357 color: #fff; 358 outline: none; 359 } 360 361 .wp-block-button .wp-block-button__link:active { 362 background: #d94412; /* Old browsers */ 368 } 369 370 .entry-content .wp-block-button__link:active { 371 background: #d94412; 372 } 373 374 .entry-content .wp-block-button__link:not(.has-background):active { 363 375 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */ 364 376 background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 377 } 378 379 .entry-content .wp-block-button .wp-block-button__link:active { 365 380 border: none; 366 381 border-top: 3px solid #b93207; … … 438 453 --------------------------------------------------------------*/ 439 454 440 . has-dark-gray-color {455 .entry-content .has-dark-gray-color { 441 456 color: #141412; 442 457 } 443 458 444 . has-dark-gray-background-color {459 .entry-content .has-dark-gray-background-color { 445 460 background-color: #141412; 446 461 } 447 462 448 . has-red-color {463 .entry-content .has-red-color { 449 464 color: #bc360a; 450 465 } 451 466 452 . has-red-background-color {467 .entry-content .has-red-background-color { 453 468 background-color: #bc360a; 454 469 } 455 470 456 . has-medium-orange-color {471 .entry-content .has-medium-orange-color { 457 472 color: #db572f; 458 473 } 459 474 460 . has-medium-orange-background-color {475 .entry-content .has-medium-orange-background-color { 461 476 background-color: #db572f; 462 477 } 463 478 464 . has-light-orange-color {479 .entry-content .has-light-orange-color { 465 480 color: #ea9629; 466 481 } 467 482 468 . has-light-orange-background-color {483 .entry-content .has-light-orange-background-color { 469 484 background-color: #ea9629; 470 485 } 471 486 472 . has-yellow-color {487 .entry-content .has-yellow-color { 473 488 color: #fbca3c; 474 489 } 475 490 476 . has-yellow-background-color {491 .entry-content .has-yellow-background-color { 477 492 background-color: #fbca3c; 478 493 } 479 494 480 . has-white-color {495 .entry-content .has-white-color { 481 496 color: #fff; 482 497 } 483 498 484 . has-white-background-color {499 .entry-content .has-white-background-color { 485 500 background-color: #fff; 486 501 } 487 502 488 . has-dark-brown-color {503 .entry-content .has-dark-brown-color { 489 504 color: #220e10; 490 505 } 491 506 492 . has-dark-brown-background-color {507 .entry-content .has-dark-brown-background-color { 493 508 background-color: #220e10; 494 509 } 495 510 496 . has-medium-brown-color {511 .entry-content .has-medium-brown-color { 497 512 color: #722d19; 498 513 } 499 514 500 . has-medium-brown-background-color {515 .entry-content .has-medium-brown-background-color { 501 516 background-color: #722d19; 502 517 } 503 518 504 . has-light-brown-color {519 .entry-content .has-light-brown-color { 505 520 color: #eadaa6; 506 521 } 507 522 508 . has-light-brown-background-color {523 .entry-content .has-light-brown-background-color { 509 524 background-color: #eadaa6; 510 525 } 511 526 512 . has-beige-color {527 .entry-content .has-beige-color { 513 528 color: #e8e5ce; 514 529 } 515 530 516 . has-brown-background-color {531 .entry-content .has-beige-background-color { 517 532 background-color: #e8e5ce; 518 533 } 519 534 520 . has-off-white-color {535 .entry-content .has-off-white-color { 521 536 color: #f7f5e7; 522 537 } 523 538 524 . has-off-white-background-color {539 .entry-content .has-off-white-background-color { 525 540 background-color: #f7f5e7; 526 541 } -
branches/5.0/src/wp-content/themes/twentythirteen/css/editor-blocks.css
r43872 r44195 327 327 328 328 .wp-block-button .wp-block-button__link { 329 background: #e05d22; /* Old browsers */ 330 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ 331 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 329 background: #e05d22; 332 330 border: none; 333 331 border-bottom: 3px solid #b93207; … … 341 339 } 342 340 341 .wp-block-button__link:not(.has-background) { 342 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ 343 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 344 } 345 343 346 /* Separator */ 344 347
Note: See TracChangeset
for help on using the changeset viewer.