Changeset 52926
- Timestamp:
- 03/12/2022 09:53:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/css/blocks.css
r52210 r52926 240 240 } 241 241 242 . entry-content .wp-block-button__link {242 .wp-block-button__link { 243 243 background: #1a1a1a; 244 244 color: #fff; 245 245 } 246 246 247 . entry-content .is-style-outline .wp-block-button__link:not(.has-background) {247 .is-style-outline .wp-block-button__link:not(.has-background) { 248 248 background: transparent; 249 249 } 250 250 251 . entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {251 .is-style-outline .wp-block-button__link:not(.has-text-color) { 252 252 color: #1a1a1a; 253 253 } 254 254 255 .entry-content .wp-block-button__link:hover, 256 .entry-content .wp-block-button__link:focus, 257 .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover, 258 .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus, 259 .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover, 260 .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus { 255 .wp-block-button .wp-block-button__link:active, 256 .wp-block-button .wp-block-button__link:focus, 257 .wp-block-button .wp-block-button__link:hover, 258 .is-style-outline .wp-block-button__link:not(.has-background):active, 259 .is-style-outline .wp-block-button__link:not(.has-background):hover, 260 .is-style-outline .wp-block-button__link:not(.has-background):focus, 261 .is-style-outline .wp-block-button__link:not(.has-text-color):active, 262 .is-style-outline .wp-block-button__link:not(.has-text-color):hover, 263 .is-style-outline .wp-block-button__link:not(.has-text-color):focus { 261 264 background: #007acc; 262 265 color: #fff; … … 351 354 --------------------------------------------------------------*/ 352 355 353 . entry-content .has-dark-gray-color {356 .has-dark-gray-color { 354 357 color: #1a1a1a; 355 358 } 356 359 357 . entry-content .has-dark-gray-background-color {360 .has-dark-gray-background-color { 358 361 background-color: #1a1a1a; 359 362 } 360 363 361 . entry-content .has-medium-gray-color {364 .has-medium-gray-color { 362 365 color: #686868; 363 366 } 364 367 365 . entry-content .has-medium-gray-background-color {368 .has-medium-gray-background-color { 366 369 background-color: #686868; 367 370 } 368 371 369 . entry-content .has-light-gray-color {372 .has-light-gray-color { 370 373 color: #e5e5e5; 371 374 } 372 375 373 . entry-content .has-light-gray-background-color {376 .has-light-gray-background-color { 374 377 background-color: #e5e5e5; 375 378 } 376 379 377 . entry-content .has-white-color {380 .has-white-color { 378 381 color: #fff; 379 382 } 380 383 381 . entry-content .has-white-background-color {384 .has-white-background-color { 382 385 background-color: #fff; 383 386 } 384 387 385 . entry-content .has-blue-gray-color {388 .has-blue-gray-color { 386 389 color: #4d545c; 387 390 } 388 391 389 . entry-content .has-blue-gray-background-color {392 .has-blue-gray-background-color { 390 393 background-color: #4d545c; 391 394 } 392 395 393 . entry-content .has-bright-blue-color {396 .has-bright-blue-color { 394 397 color: #007acc; 395 398 } 396 399 397 . entry-content .has-bright-blue-background-color {400 .has-bright-blue-background-color { 398 401 background-color: #007acc; 399 402 } 400 403 401 . entry-content .has-light-blue-color {404 .has-light-blue-color { 402 405 color: #9adffd; 403 406 } 404 407 405 . entry-content .has-light-blue-background-color {408 .has-light-blue-background-color { 406 409 background-color: #9adffd; 407 410 } 408 411 409 . entry-content .has-dark-brown-color {412 .has-dark-brown-color { 410 413 color: #402b30; 411 414 } 412 415 413 . entry-content .has-dark-brown-background-color {416 .has-dark-brown-background-color { 414 417 background-color: #402b30; 415 418 } 416 419 417 . entry-content .has-medium-brown-color {420 .has-medium-brown-color { 418 421 color: #774e24; 419 422 } 420 423 421 . entry-content .has-medium-brown-background-color {424 .has-medium-brown-background-color { 422 425 background-color: #774e24; 423 426 } 424 427 425 . entry-content .has-dark-red-color {428 .has-dark-red-color { 426 429 color: #640c1f; 427 430 } 428 431 429 . entry-content .has-dark-red-background-color {432 .has-dark-red-background-color { 430 433 background-color: #640c1f; 431 434 } 432 435 433 . entry-content .has-bright-red-color {436 .has-bright-red-color { 434 437 color: #ff675f; 435 438 } 436 439 437 . entry-content .has-bright-red-background-color {440 .has-bright-red-background-color { 438 441 background-color: #ff675f; 439 442 } 440 443 441 . entry-content .has-yellow-color {444 .has-yellow-color { 442 445 color: #ffef8e; 443 446 } 444 447 445 . entry-content .has-yellow-background-color {448 .has-yellow-background-color { 446 449 background-color: #ffef8e; 447 450 }
Note: See TracChangeset
for help on using the changeset viewer.