[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/ -> 04-afternoon.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
   3      "version": 3,
   4      "title": "Afternoon",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#DAE7BD",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#516028",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#C7F642",
  20                      "name": "Accent 1",
  21                      "slug": "accent-1"
  22                  },
  23                  {
  24                      "color": "#EBF6D3",
  25                      "name": "Accent 2",
  26                      "slug": "accent-2"
  27                  },
  28                  {
  29                      "color": "#303D10",
  30                      "name": "Accent 3",
  31                      "slug": "accent-3"
  32                  },
  33                  {
  34                      "color": "#516028",
  35                      "name": "Accent 4",
  36                      "slug": "accent-4"
  37                  },
  38                  {
  39                      "color": "#EBF6D3",
  40                      "name": "Accent 5",
  41                      "slug": "accent-5"
  42                  },
  43                  {
  44                      "color": "#51602833",
  45                      "name": "Accent 6",
  46                      "slug": "accent-6"
  47                  }
  48              ]
  49          },
  50          "typography": {
  51              "fontFamilies": [
  52                  {
  53                      "name": "Platypi",
  54                      "slug": "platypi",
  55                      "fontFamily": "Platypi",
  56                      "fontFace": [
  57                          {
  58                              "fontFamily": "Platypi",
  59                              "fontStyle": "normal",
  60                              "fontWeight": "300 800",
  61                              "src": [
  62                                  "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
  63                              ]
  64                          },
  65                          {
  66                              "fontFamily": "Platypi",
  67                              "fontStyle": "italic",
  68                              "fontWeight": "300 800",
  69                              "src": [
  70                                  "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
  71                              ]
  72                          }
  73                      ]
  74                  },
  75                  {
  76                      "name": "Ysabeau Office",
  77                      "slug": "ysabeau-office",
  78                      "fontFamily": "\"Ysabeau Office\", sans-serif",
  79                      "fontFace": [
  80                          {
  81                              "src": [
  82                                  "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2"
  83                              ],
  84                              "fontWeight": "100 900",
  85                              "fontStyle": "normal",
  86                              "fontFamily": "\"Ysabeau Office\""
  87                          },
  88                          {
  89                              "src": [
  90                                  "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2"
  91                              ],
  92                              "fontWeight": "100 900",
  93                              "fontStyle": "italic",
  94                              "fontFamily": "\"Ysabeau Office\""
  95                          }
  96                      ]
  97                  }
  98              ],
  99              "fontSizes": [
 100                  {
 101                      "fluid": false,
 102                      "name": "Small",
 103                      "size": "0.875rem",
 104                      "slug": "small"
 105                  },
 106                  {
 107                      "fluid": {
 108                          "max": "1.125rem",
 109                          "min": "1rem"
 110                      },
 111                      "name": "Medium",
 112                      "size": "1rem",
 113                      "slug": "medium"
 114                  },
 115                  {
 116                      "fluid": {
 117                          "max": "1.375rem",
 118                          "min": "1.125rem"
 119                      },
 120                      "name": "Large",
 121                      "size": "1.38rem",
 122                      "slug": "large"
 123                  },
 124                  {
 125                      "fluid": {
 126                          "max": "1.8rem",
 127                          "min": "1.4rem"
 128                      },
 129                      "name": "Extra Large",
 130                      "size": "1.4rem",
 131                      "slug": "x-large"
 132                  },
 133                  {
 134                      "fluid": {
 135                          "max": "2.6rem",
 136                          "min": "2rem"
 137                      },
 138                      "name": "Extra Extra Large",
 139                      "size": "2rem",
 140                      "slug": "xx-large"
 141                  }
 142              ]
 143          }
 144      },
 145      "styles": {
 146          "typography": {
 147              "fontFamily": "var:preset|font-family|ysabeau-office",
 148              "letterSpacing": "-0.22px",
 149              "lineHeight": "1.5"
 150          },
 151          "blocks": {
 152              "core/button": {
 153                  "border": {
 154                      "radius": "0px"
 155                  },
 156                  "spacing": {
 157                      "padding": {
 158                          "bottom": "1rem",
 159                          "left": "1.6rem",
 160                          "right": "1.6rem",
 161                          "top": "1rem"
 162                      }
 163                  },
 164                  "variations": {
 165                      "outline": {
 166                          "spacing": {
 167                              "padding": {
 168                                  "bottom": "1rem",
 169                                  "left": "1.6rem",
 170                                  "right": "1.6rem",
 171                                  "top": "1rem"
 172                              }
 173                          }
 174                      }
 175                  }
 176              },
 177              "core/code": {
 178                  "typography": {
 179                      "letterSpacing": "0px"
 180                  }
 181              },
 182              "core/heading": {
 183                  "typography": {
 184                      "lineHeight": "1.2"
 185                  }
 186              },
 187              "core/list": {
 188                  "typography": {
 189                      "lineHeight": "1.3"
 190                  }
 191              },
 192              "core/loginout": {
 193                  "typography": {
 194                      "fontSize": "var:preset|font-size|medium"
 195                  }
 196              },
 197              "core/post-terms": {
 198                  "typography": {
 199                      "fontWeight": "400"
 200                  }
 201              },
 202              "core/pullquote": {
 203                  "typography": {
 204                      "fontFamily": "var:preset|font-family|platypi",
 205                      "letterSpacing": "-0.01em",
 206                      "lineHeight": "1.1"
 207                  }
 208              },
 209              "core/quote": {
 210                  "typography": {
 211                      "fontWeight": "300"
 212                  }
 213              },
 214              "core/site-title": {
 215                  "typography": {
 216                      "fontFamily": "var:preset|font-family|ysabeau-office",
 217                      "fontSize": "var:preset|font-size|large",
 218                      "letterSpacing": "1.44px",
 219                      "textTransform": "uppercase"
 220                  }
 221              }
 222          },
 223          "elements": {
 224              "button": {
 225                  "typography": {
 226                      "fontFamily": "var:preset|font-family|ysabeau-office",
 227                      "fontWeight": "600",
 228                      "letterSpacing": "1.44px",
 229                      "textTransform": "uppercase"
 230                  },
 231                  ":hover": {
 232                      "color": {
 233                          "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)"
 234                      }
 235                  }
 236              },
 237              "heading": {
 238                  "typography": {
 239                      "fontFamily": "var:preset|font-family|platypi"
 240                  }
 241              },
 242              "h5": {
 243                  "typography": {
 244                      "fontSize": "var:preset|font-size|medium",
 245                      "letterSpacing": "normal"
 246                  }
 247              },
 248              "h6": {
 249                  "typography": {
 250                      "fontSize": "var:preset|font-size|small",
 251                      "fontWeight": "400",
 252                      "fontStyle": "initial",
 253                      "letterSpacing": "initial",
 254                      "textTransform": "initial"
 255                  }
 256              }
 257          },
 258          "variations": {
 259              "section-2": {
 260                  "color": {
 261                      "background": "var:preset|color|accent-3",
 262                      "text": "var:preset|color|accent-1"
 263                  },
 264                  "elements": {
 265                      "button": {
 266                          "color": {
 267                              "background": "var:preset|color|accent-1",
 268                              "text": "var:preset|color|accent-3"
 269                          },
 270                          ":hover": {
 271                              "color": {
 272                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)"
 273                              }
 274                          }
 275                      }
 276                  }
 277              },
 278              "section-4": {
 279                  "elements": {
 280                      "button": {
 281                          ":hover": {
 282                              "color": {
 283                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
 284                              }
 285                          }
 286                      }
 287                  }
 288              },
 289              "section-5": {
 290                  "elements": {
 291                      "button": {
 292                          ":hover": {
 293                              "color": {
 294                                  "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)"
 295                              }
 296                          }
 297                      }
 298                  }
 299              }
 300          }
 301      }
 302  }


Generated : Sat Nov 23 08:20:01 2024 Cross-referenced by PHPXref