- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/styles/fossil.json
r56813 r56951 5 5 "settings": { 6 6 "color": { 7 "gradients": [ 8 { 9 "slug": "gradient-1", 10 "gradient": "linear-gradient(to bottom, #E1DFDB 0%, #D6D2CE 100%)", 11 "name": "Vertical linen to beige" 12 }, 13 { 14 "slug": "gradient-2", 15 "gradient": "linear-gradient(to bottom, #958D86 0%, #D6D2CE 100%)", 16 "name": "Vertical taupe to beige" 17 }, 18 { 19 "slug": "gradient-3", 20 "gradient": "linear-gradient(to bottom, #65574E 0%, #D6D2CE 100%)", 21 "name": "Vertical sable to beige" 22 }, 23 { 24 "slug": "gradient-4", 25 "gradient": "linear-gradient(to bottom, #1A1514 0%, #D6D2CE 100%)", 26 "name": "Vertical ebony to beige" 27 }, 28 { 29 "slug": "gradient-5", 30 "gradient": "linear-gradient(to bottom, #65574E 0%, #958D86 100%)", 31 "name": "Vertical sable to beige" 32 }, 33 { 34 "slug": "gradient-6", 35 "gradient": "linear-gradient(to bottom, #1A1514 0%, #65574E 100%)", 36 "name": "Vertical ebony to sable" 37 }, 38 { 39 "slug": "gradient-7", 40 "gradient": "linear-gradient(to bottom, #D6D2CE 50%, #E1DFDB 50%)", 41 "name": "Vertical hard beige to linen" 42 }, 43 { 44 "slug": "gradient-8", 45 "gradient": "linear-gradient(to bottom, #958D86 50%, #D6D2CE 50%)", 46 "name": "Vertical hard taupe to beige" 47 }, 48 { 49 "slug": "gradient-9", 50 "gradient": "linear-gradient(to bottom, #65574E 50%, #D6D2CE 50%)", 51 "name": "Vertical hard sable to beige" 52 }, 53 { 54 "slug": "gradient-10", 55 "gradient": "linear-gradient(to bottom, #1A1514 50%, #D6D2CE 50%)", 56 "name": "Vertical hard ebony to beige" 57 }, 58 { 59 "slug": "gradient-11", 60 "gradient": "linear-gradient(to bottom, #65574E 50%, #958D86 50%)", 61 "name": "Vertical hard sable to taupe" 62 }, 63 { 64 "slug": "gradient-12", 65 "gradient": "linear-gradient(to bottom, #1A1514 50%, #65574E 50%)", 66 "name": "Vertical hard ebony to sable" 67 } 68 ], 7 69 "palette": [ 8 70 { … … 80 142 "name": "Cardo", 81 143 "slug": "body" 144 }, 145 { 146 "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", 147 "name": "System Sans-serif", 148 "slug": "system-sans-serif" 149 }, 150 { 151 "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", 152 "name": "System Serif", 153 "slug": "system-serif" 82 154 } 83 155 ], … … 127 199 "styles": { 128 200 "blocks": { 201 "core/button": { 202 "variations": { 203 "outline": { 204 "spacing": { 205 "padding": { 206 "bottom": "calc(0.9rem - 2px)", 207 "left": "calc(2rem - 2px)", 208 "right": "calc(2rem - 2px)", 209 "top": "calc(0.9rem - 2px)" 210 } 211 }, 212 "border": { 213 "width": "2px" 214 } 215 } 216 } 217 }, 129 218 "core/pullquote": { 130 219 "typography": { … … 182 271 "color": { 183 272 "background": "var(--wp--preset--color--contrast)" 184 },185 "border": {186 "color": "var(--wp--preset--color--contrast)"187 273 } 188 274 }
Note: See TracChangeset
for help on using the changeset viewer.