[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentythree/styles/ -> whisper.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
   3      "version": 2,
   4      "title": "Whisper",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#E5E7F2",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#47484B",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#B50B3E",
  20                      "name": "Primary",
  21                      "slug": "primary"
  22                  },
  23                  {
  24                      "color": "#0B0033",
  25                      "name": "Secondary",
  26                      "slug": "secondary"
  27                  },
  28                  {
  29                      "color": "#F9F9FB",
  30                      "name": "Tertiary",
  31                      "slug": "tertiary"
  32                  }
  33              ]
  34          },
  35          "layout": {
  36              "contentSize": "710px",
  37              "wideSize": "1200px"
  38          },
  39          "typography": {
  40              "fontSizes": [
  41                  {
  42                      "fluid": {
  43                          "min": "0.875rem",
  44                          "max": "1rem"
  45                      },
  46                      "size": "1rem",
  47                      "slug": "small"
  48                  },
  49                  {
  50                      "fluid": {
  51                          "min": "1rem",
  52                          "max": "1.187rem"
  53                      },
  54                      "size": "1.187rem",
  55                      "slug": "medium"
  56                  },
  57                  {
  58                      "fluid": {
  59                          "min": "1.187rem",
  60                          "max": "1.3125rem"
  61                      },
  62                      "size": "1.3125rem",
  63                      "slug": "large"
  64                  },
  65                  {
  66                      "fluid": {
  67                          "min": "1.562rem",
  68                          "max": "2rem"
  69                      },
  70                      "size": "2rem",
  71                      "slug": "x-large"
  72                  },
  73                  {
  74                      "fluid": {
  75                          "min": "3.5rem",
  76                          "max": "5.7rem"
  77                      },
  78                      "size": "5.7rem",
  79                      "slug": "xx-large"
  80                  }
  81              ]
  82          }
  83      },
  84      "styles": {
  85          "blocks": {
  86              "core/image": {
  87                  "elements": {
  88                      "link": {
  89                          "border": {
  90                              "width": "0"
  91                          },
  92                          ":hover": {
  93                              "color": {
  94                                  "background": "transparent"
  95                              }
  96                          }
  97                      }
  98                  }
  99              },
 100              "core/navigation": {
 101                  "color": {
 102                      "text": "var(--wp--preset--color--contrast)"
 103                  },
 104                  "elements": {
 105                      "link": {
 106                          "border": {
 107                              "bottom": {
 108                                  "color": "transparent",
 109                                  "style": "solid",
 110                                  "width": "0.2ch"
 111                              }
 112                          },
 113                          "color": {
 114                              "text": "var(--wp--preset--color--contrast)"
 115                          },
 116                          ":hover": {
 117                              "border": {
 118                                  "color": "var(--wp--preset--color--primary)"
 119                              },
 120                              "color": {
 121                                  "background": "transparent",
 122                                  "text": "var(--wp--preset--color--secondary)"
 123                              },
 124                              "typography": {
 125                                  "textDecoration": "none"
 126                              }
 127                          },
 128                          ":focus": {
 129                              "typography": {
 130                                  "textDecoration": "none"
 131                              }
 132                          },
 133                          ":active": {
 134                              "typography": {
 135                                  "textDecoration": "none"
 136                              }
 137                          },
 138                          "typography": {
 139                              "textDecoration": "none"
 140                          }
 141                      }
 142                  },
 143                  "typography": {
 144                      "fontSize": "var(--wp--preset--font-size--large)"
 145                  }
 146              },
 147              "core/navigation-submenu": {
 148                  "color": {
 149                      "text": "var(--wp--preset--color--primary)"
 150                  }
 151              },
 152              "core/post-content": {
 153                  "elements": {
 154                      "link": {
 155                          ":hover": {
 156                              "border": {
 157                                  "color": "var(--wp--preset--color--contrast)"
 158                              },
 159                              "color": {
 160                                  "background": "var(--wp--preset--color--tertiary)"
 161                              },
 162                              "typography": {
 163                                  "textDecoration": "none"
 164                              }
 165                          }
 166                      }
 167                  }
 168              },
 169              "core/post-date": {
 170                  "elements": {
 171                      "link": {
 172                          ":hover": {
 173                              "border": {
 174                                  "color": "var(--wp--preset--color--contrast)"
 175                              },
 176                              "color": {
 177                                  "background": "var(--wp--preset--color--tertiary)"
 178                              },
 179                              "typography": {
 180                                  "textDecoration": "none"
 181                              }
 182                          }
 183                      }
 184                  }
 185              },
 186              "core/post-featured-image": {
 187                  "elements": {
 188                      "link": {
 189                          "border": {
 190                              "width": "0"
 191                          },
 192                          ":hover": {
 193                              "color": {
 194                                  "background": "transparent"
 195                              }
 196                          }
 197                      }
 198                  }
 199              },
 200              "core/post-title": {
 201                  "elements": {
 202                      "link": {
 203                          "border": {
 204                              "width": "0 !important"
 205                          },
 206                          ":hover": {
 207                              "color": {
 208                                  "text": "var(--wp--preset--color--primary)"
 209                              }
 210                          },
 211                          ":focus": {
 212                              "color": {
 213                                  "text": "var(--wp--preset--color--primary)"
 214                              }
 215                          },
 216                          ":active": {
 217                              "color": {
 218                                  "text": "var(--wp--preset--color--primary)"
 219                              }
 220                          }
 221                      }
 222                  }
 223              },
 224              "core/pullquote": {
 225                  "border": {
 226                      "color": "var(--wp--preset--color--contrast)",
 227                      "style": "double",
 228                      "width": "6px"
 229                  },
 230                  "color": {
 231                      "text": "var(--wp--preset--color--secondary)"
 232                  }
 233              },
 234              "core/quote": {
 235                  "border": {
 236                      "color": "var(--wp--preset--color--contrast)",
 237                      "style": "double",
 238                      "width": "0 0 0 6px"
 239                  },
 240                  "color": {
 241                      "text": "var(--wp--preset--color--secondary)"
 242                  },
 243                  "spacing": {
 244                      "margin": {
 245                          "left": "var(--wp--preset--spacing--30)"
 246                      },
 247                      "padding": {
 248                          "left": "var(--wp--preset--spacing--30)"
 249                      }
 250                  }
 251              },
 252              "core/query-pagination": {
 253                  "elements": {
 254                      "link": {
 255                          ":hover": {
 256                              "border": {
 257                                  "color": "var(--wp--preset--color--contrast)"
 258                              },
 259                              "color": {
 260                                  "background": "var(--wp--preset--color--tertiary)"
 261                              },
 262                              "typography": {
 263                                  "textDecoration": "none"
 264                              }
 265                          },
 266                          ":active": {
 267                              "border": {
 268                                  "color": "var(--wp--preset--color--base)",
 269                                  "width": "0 0 2px 0"
 270                              }
 271                          }
 272                      }
 273                  }
 274              },
 275              "core/separator": {
 276                  "border": {
 277                      "color": "var(--wp--preset--color--contrast)",
 278                      "style": "double",
 279                      "width": "6px 0 0 0"
 280                  }
 281              },
 282              "core/site-logo": {
 283                  "elements": {
 284                      "link": {
 285                          "border": {
 286                              "width": "0"
 287                          }
 288                      }
 289                  }
 290              },
 291              "core/site-title": {
 292                  "elements": {
 293                      "link": {
 294                          "border": {
 295                              "color": "transparent"
 296                          },
 297                          "color": {
 298                              "text": "var(--wp--preset--color--primary)"
 299                          },
 300                          ":hover": {
 301                              "border": {
 302                                  "color": "var(--wp--preset--color--primary)"
 303                              },
 304                              "color": {
 305                                  "background": "transparent"
 306                              },
 307                              "typography": {
 308                                  "textDecoration": "none"
 309                              }
 310                          },
 311                          ":focus": {
 312                              "typography": {
 313                                  "textDecoration": "none"
 314                              }
 315                          },
 316                          ":active": {
 317                              "border": {
 318                                  "color": "var(--wp--preset--color--primary)"
 319                              },
 320                              "color": {
 321                                  "background": "transparent"
 322                              },
 323                              "typography": {
 324                                  "textDecoration": "none"
 325                              }
 326                          },
 327                          "typography": {
 328                              "textDecoration": "none"
 329                          }
 330                      }
 331                  },
 332                  "typography": {
 333                      "fontFamily": "var(--wp--preset--font-family--dm-sans)",
 334                      "fontSize": "var(--wp--preset--font-size--large)",
 335                      "fontWeight": "700",
 336                      "letterSpacing": "-0.01em",
 337                      "lineHeight": "1.4",
 338                      "textTransform": "capitalize"
 339                  }
 340              },
 341              "core/comment-author-name":{
 342                  "elements": {
 343                      "link": {
 344                          ":hover": {
 345                              "typography": {
 346                                  "textDecoration": "none"
 347                              }
 348                          },
 349                          ":focus": {
 350                              "typography": {
 351                                  "textDecoration": "none"
 352                              }
 353                          }
 354                      }
 355                  }
 356              },
 357              "core/comment-date": {
 358                  "elements": {
 359                      "link": {
 360                          ":hover": {
 361                              "typography": {
 362                                  "textDecoration": "none"
 363                              }
 364                          },
 365                          ":focus": {
 366                              "typography": {
 367                                  "textDecoration": "none"
 368                              }
 369                          }
 370                      }
 371                  }
 372              },
 373              "core/comment-edit-link": {
 374                  "elements": {
 375                      "link": {
 376                          ":hover": {
 377                              "typography": {
 378                                  "textDecoration": "none"
 379                              }
 380                          },
 381                          ":focus": {
 382                              "typography": {
 383                                  "textDecoration": "none"
 384                              }
 385                          }
 386                      }
 387                  }
 388              }
 389          },
 390          "elements": {
 391              "button": {
 392                  "border": {
 393                      "color": "var(--wp--preset--color--primary)",
 394                      "radius": "10px",
 395                      "style": "solid",
 396                      "width": "2px 2px 6px 2px !important"
 397                  },
 398                  "color": {
 399                      "background": "transparent",
 400                      "text": "var(--wp--preset--color--primary)"
 401                  },
 402                  "spacing": {
 403                      "padding": {
 404                          "top": "min(1rem, 3vw) !important",
 405                          "right": "min(2.75rem, 6vw) !important",
 406                          "bottom": "min(1rem, 3vw) !important",
 407                          "left": "min(2.75rem, 6vw) !important"
 408                      }
 409                  },
 410                  "typography": {
 411                      "fontWeight": "700",
 412                      "letterSpacing": "1px",
 413                      "textTransform": "uppercase"
 414                  },
 415                  ":hover": {
 416                      "border": {
 417                          "color": "var(--wp--preset--color--secondary)",
 418                          "width": "2px 2px 4px 2px !important"
 419                      },
 420                      "color": {
 421                          "background": "var(--wp--preset--color--tertiary)",
 422                          "text": "var(--wp--preset--color--secondary)"
 423                      },
 424                      "spacing": {
 425                          "padding": {
 426                              "bottom": "min(calc(1rem + 2px), 3vw) !important"
 427                          }
 428                      }
 429                  },
 430                  ":focus": {
 431                      "border": {
 432                          "color": "var(--wp--preset--color--secondary)",
 433                          "style": "dashed dashed double",
 434                          "width": "2px 2px 4px 2px !important"
 435                      },
 436                      "color": {
 437                          "background": "var(--wp--preset--color--tertiary)",
 438                          "text": "var(--wp--preset--color--secondary)"
 439                      },
 440                      "spacing": {
 441                          "padding": {
 442                              "bottom": "min(calc(1rem + 2px), 3vw) !important"
 443                          }
 444                      }
 445                  },
 446                  ":active": {
 447                      "border": {
 448                          "color": "var(--wp--preset--color--secondary)",
 449                          "width": "2px 2px 4px 2px !important"
 450                      },
 451                      "color": {
 452                          "background": "var(--wp--preset--color--tertiary)",
 453                          "text": "var(--wp--preset--color--secondary)"
 454                      },
 455                      "spacing": {
 456                          "padding": {
 457                              "bottom": "min(calc(1rem + 2px), 3vw) !important"
 458                          }
 459                      }
 460                  },
 461                  ":visited": {
 462                      "color": {
 463                          "text": "var(--wp--preset--color--primary)"
 464                      }
 465                  }
 466              },
 467              "cite": {
 468                  "typography": {
 469                      "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
 470                  }
 471              },
 472              "h1": {
 473                  "typography": {
 474                      "fontSize": "clamp(4.21rem, 1.43vw + 3.85rem, 5rem)",
 475                      "fontWeight": "300",
 476                      "letterSpacing": "-0.01em"
 477                  }
 478              },
 479              "h2": {
 480                  "color": {
 481                      "text": "var(--wp--preset--color--secondary)"
 482                  },
 483                  "typography": {
 484                      "fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
 485                      "fontWeight": "400",
 486                      "letterSpacing": "-0.01em"
 487                  }
 488              },
 489              "h3": {
 490                  "color": {
 491                      "text": "var(--wp--preset--color--secondary)"
 492                  },
 493                  "typography": {
 494                      "fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
 495                      "fontWeight": "500"
 496                  }
 497              },
 498              "h4": {
 499                  "typography": {
 500                      "fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
 501                      "fontWeight": "600"
 502                  }
 503              },
 504              "h5": {
 505                  "typography": {
 506                      "fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
 507                      "fontWeight": "700",
 508                      "letterSpacing": "1px"
 509                  }
 510              },
 511              "h6": {
 512                  "typography": {
 513                      "fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
 514                      "fontWeight": "900",
 515                      "letterSpacing": "2px"
 516                  }
 517              },
 518              "heading": {
 519                  "color": {
 520                      "text": "var(--wp--preset--color--secondary)"
 521                  },
 522                  "typography": {
 523                      "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
 524                  }
 525              },
 526              "link": {
 527                  "border": {
 528                      "color": "var(--wp--preset--color--primary)",
 529                      "style": "solid",
 530                      "width": "0 0 2px 0"
 531                  },
 532                  "color": {
 533                      "text": "var(--wp--preset--color--secondary)"
 534                  },
 535                  ":hover": {
 536                      "border": {
 537                          "color": "var(--wp--preset--color--contrast)"
 538                      },
 539                      "color": {
 540                          "text": "var(--wp--preset--color--secondary)"
 541                      },
 542                      "typography": {
 543                          "textDecoration": "none"
 544                      }
 545                  },
 546                  ":focus": {
 547                      "border": {
 548                          "style": "dashed"
 549                      },
 550                      "typography": {
 551                          "textDecoration": "none"
 552                      }
 553                  },
 554                  ":active": {
 555                      "border": {
 556                          "width": "0"
 557                      },
 558                      "color": {
 559                          "text": "var(--wp--preset--color--secondary)"
 560                      },
 561                      "typography": {
 562                          "textDecoration": "none"
 563                      }
 564                  },
 565                  "typography": {
 566                      "textDecoration": "none"
 567                  }
 568              }
 569          },
 570          "border": {
 571              "color": "var(--wp--preset--color--tertiary)",
 572              "style": "solid",
 573              "width": "max(1vw, 0.5rem)"
 574          },
 575          "spacing": {
 576              "padding": {
 577                  "top": "var(--wp--preset--spacing--40)",
 578                  "right": "var(--wp--preset--spacing--30)",
 579                  "bottom": "var(--wp--preset--spacing--40)",
 580                  "left": "var(--wp--preset--spacing--30)"
 581              }
 582          },
 583          "typography": {
 584              "fontFamily": "var(--wp--preset--font-family--dm-sans)"
 585          }
 586      }
 587  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref