Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw.../assets/css
File: style-editor.css
@charset "UTF-8";
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* These styles should be loaded by the Block Editor only
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
/* Variables */
[6] Fix | Delete
:root {
[7] Fix | Delete
[8] Fix | Delete
/* Font Family */
[9] Fix | Delete
--global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
[10] Fix | Delete
--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
[11] Fix | Delete
[12] Fix | Delete
/* Font Size */
[13] Fix | Delete
--global--font-size-base: 1.25rem;
[14] Fix | Delete
--global--font-size-xs: 1rem;
[15] Fix | Delete
--global--font-size-sm: 1.125rem;
[16] Fix | Delete
--global--font-size-md: 1.25rem;
[17] Fix | Delete
--global--font-size-lg: 1.5rem;
[18] Fix | Delete
--global--font-size-xl: 2.25rem;
[19] Fix | Delete
--global--font-size-xxl: 4rem;
[20] Fix | Delete
--global--font-size-xxxl: 5rem;
[21] Fix | Delete
--global--font-size-page-title: var(--global--font-size-xxl);
[22] Fix | Delete
--global--letter-spacing: normal;
[23] Fix | Delete
[24] Fix | Delete
/* Line Height */
[25] Fix | Delete
--global--line-height-body: 1.7;
[26] Fix | Delete
--global--line-height-heading: 1.3;
[27] Fix | Delete
--global--line-height-page-title: 1.1;
[28] Fix | Delete
[29] Fix | Delete
/* Headings */
[30] Fix | Delete
--heading--font-family: var(--global--font-primary);
[31] Fix | Delete
--heading--font-size-h6: var(--global--font-size-xs);
[32] Fix | Delete
--heading--font-size-h5: var(--global--font-size-sm);
[33] Fix | Delete
--heading--font-size-h4: var(--global--font-size-lg);
[34] Fix | Delete
--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
[35] Fix | Delete
--heading--font-size-h2: var(--global--font-size-xl);
[36] Fix | Delete
--heading--font-size-h1: var(--global--font-size-page-title);
[37] Fix | Delete
--heading--letter-spacing-h6: 0.05em;
[38] Fix | Delete
--heading--letter-spacing-h5: 0.05em;
[39] Fix | Delete
--heading--letter-spacing-h4: var(--global--letter-spacing);
[40] Fix | Delete
--heading--letter-spacing-h3: var(--global--letter-spacing);
[41] Fix | Delete
--heading--letter-spacing-h2: var(--global--letter-spacing);
[42] Fix | Delete
--heading--letter-spacing-h1: var(--global--letter-spacing);
[43] Fix | Delete
--heading--line-height-h6: var(--global--line-height-heading);
[44] Fix | Delete
--heading--line-height-h5: var(--global--line-height-heading);
[45] Fix | Delete
--heading--line-height-h4: var(--global--line-height-heading);
[46] Fix | Delete
--heading--line-height-h3: var(--global--line-height-heading);
[47] Fix | Delete
--heading--line-height-h2: var(--global--line-height-heading);
[48] Fix | Delete
--heading--line-height-h1: var(--global--line-height-page-title);
[49] Fix | Delete
--heading--font-weight: normal;
[50] Fix | Delete
--heading--font-weight-page-title: 300;
[51] Fix | Delete
--heading--font-weight-strong: 600;
[52] Fix | Delete
[53] Fix | Delete
/* Block: Latest posts */
[54] Fix | Delete
--latest-posts--title-font-family: var(--heading--font-family);
[55] Fix | Delete
--latest-posts--title-font-size: var(--heading--font-size-h3);
[56] Fix | Delete
--latest-posts--description-font-family: var(--global--font-secondary);
[57] Fix | Delete
--latest-posts--description-font-size: var(--global--font-size-sm);
[58] Fix | Delete
--list--font-family: var(--global--font-secondary);
[59] Fix | Delete
--definition-term--font-family: var(--global--font-primary);
[60] Fix | Delete
[61] Fix | Delete
/* Colors */
[62] Fix | Delete
--global--color-black: #000;
[63] Fix | Delete
--global--color-dark-gray: #28303d;
[64] Fix | Delete
--global--color-gray: #39414d;
[65] Fix | Delete
--global--color-light-gray: #f0f0f0;
[66] Fix | Delete
--global--color-green: #d1e4dd;
[67] Fix | Delete
--global--color-blue: #d1dfe4;
[68] Fix | Delete
--global--color-purple: #d1d1e4;
[69] Fix | Delete
--global--color-red: #e4d1d1;
[70] Fix | Delete
--global--color-orange: #e4dad1;
[71] Fix | Delete
--global--color-yellow: #eeeadd;
[72] Fix | Delete
--global--color-white: #fff;
[73] Fix | Delete
--global--color-white-50: rgba(255, 255, 255, 0.5);
[74] Fix | Delete
--global--color-white-90: rgba(255, 255, 255, 0.9);
[75] Fix | Delete
--global--color-primary: var(--global--color-dark-gray);
[76] Fix | Delete
[77] Fix | Delete
/* Body text color, site title, footer text color. */
[78] Fix | Delete
--global--color-secondary: var(--global--color-gray);
[79] Fix | Delete
[80] Fix | Delete
/* Headings */
[81] Fix | Delete
--global--color-primary-hover: var(--global--color-primary);
[82] Fix | Delete
--global--color-background: var(--global--color-green);
[83] Fix | Delete
[84] Fix | Delete
/* Mint, default body background */
[85] Fix | Delete
--global--color-border: var(--global--color-primary);
[86] Fix | Delete
[87] Fix | Delete
/* Used for borders (separators) */
[88] Fix | Delete
[89] Fix | Delete
/* Spacing */
[90] Fix | Delete
--global--spacing-unit: 20px;
[91] Fix | Delete
--global--spacing-measure: unset;
[92] Fix | Delete
--global--spacing-horizontal: 25px;
[93] Fix | Delete
--global--spacing-vertical: 30px;
[94] Fix | Delete
[95] Fix | Delete
/* Elevation */
[96] Fix | Delete
--global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
[97] Fix | Delete
[98] Fix | Delete
/* Forms */
[99] Fix | Delete
--form--font-family: var(--global--font-secondary);
[100] Fix | Delete
--form--font-size: var(--global--font-size-sm);
[101] Fix | Delete
--form--line-height: var(--global--line-height-body);
[102] Fix | Delete
--form--color-text: var(--global--color-dark-gray);
[103] Fix | Delete
--form--color-ranged: var(--global--color-secondary);
[104] Fix | Delete
--form--label-weight: 500;
[105] Fix | Delete
--form--border-color: var(--global--color-secondary);
[106] Fix | Delete
--form--border-width: 3px;
[107] Fix | Delete
--form--border-radius: 0;
[108] Fix | Delete
--form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
[109] Fix | Delete
[110] Fix | Delete
/* Cover block */
[111] Fix | Delete
--cover--height: calc(15 * var(--global--spacing-vertical));
[112] Fix | Delete
--cover--color-foreground: var(--global--color-white);
[113] Fix | Delete
--cover--color-background: var(--global--color-black);
[114] Fix | Delete
[115] Fix | Delete
/* Buttons */
[116] Fix | Delete
--button--color-text: var(--global--color-background);
[117] Fix | Delete
--button--color-text-hover: var(--global--color-secondary);
[118] Fix | Delete
--button--color-text-active: var(--global--color-secondary);
[119] Fix | Delete
--button--color-background: var(--global--color-secondary);
[120] Fix | Delete
--button--color-background-active: var(--global--color-background);
[121] Fix | Delete
--button--font-family: var(--global--font-primary);
[122] Fix | Delete
--button--font-size: var(--global--font-size-base);
[123] Fix | Delete
--button--font-weight: 500;
[124] Fix | Delete
--button--line-height: 1.5;
[125] Fix | Delete
--button--border-width: 3px;
[126] Fix | Delete
--button--border-radius: 0;
[127] Fix | Delete
--button--padding-vertical: 15px;
[128] Fix | Delete
--button--padding-horizontal: calc(2 * var(--button--padding-vertical));
[129] Fix | Delete
[130] Fix | Delete
/* entry */
[131] Fix | Delete
--entry-header--color: var(--global--color-primary);
[132] Fix | Delete
--entry-header--color-link: currentColor;
[133] Fix | Delete
--entry-header--color-hover: var(--global--color-primary-hover);
[134] Fix | Delete
--entry-header--color-focus: var(--global--color-secondary);
[135] Fix | Delete
--entry-header--font-size: var(--heading--font-size-h2);
[136] Fix | Delete
--entry-content--font-family: var(--global--font-secondary);
[137] Fix | Delete
--entry-author-bio--font-family: var(--heading--font-family);
[138] Fix | Delete
--entry-author-bio--font-size: var(--heading--font-size-h4);
[139] Fix | Delete
[140] Fix | Delete
/* Header */
[141] Fix | Delete
--branding--color-text: var(--global--color-primary);
[142] Fix | Delete
--branding--color-link: var(--global--color-primary);
[143] Fix | Delete
--branding--color-link-hover: var(--global--color-secondary);
[144] Fix | Delete
--branding--title--font-family: var(--global--font-primary);
[145] Fix | Delete
--branding--title--font-size: var(--global--font-size-lg);
[146] Fix | Delete
--branding--title--font-size-mobile: var(--heading--font-size-h4);
[147] Fix | Delete
--branding--title--font-weight: normal;
[148] Fix | Delete
--branding--title--text-transform: uppercase;
[149] Fix | Delete
--branding--description--font-family: var(--global--font-secondary);
[150] Fix | Delete
--branding--description--font-size: var(--global--font-size-sm);
[151] Fix | Delete
--branding--description--font-family: var(--global--font-secondary);
[152] Fix | Delete
--branding--logo--max-width: 300px;
[153] Fix | Delete
--branding--logo--max-height: 100px;
[154] Fix | Delete
--branding--logo--max-width-mobile: 96px;
[155] Fix | Delete
--branding--logo--max-height-mobile: 96px;
[156] Fix | Delete
[157] Fix | Delete
/* Main navigation */
[158] Fix | Delete
--primary-nav--font-family: var(--global--font-secondary);
[159] Fix | Delete
--primary-nav--font-family-mobile: var(--global--font-primary);
[160] Fix | Delete
--primary-nav--font-size: var(--global--font-size-md);
[161] Fix | Delete
--primary-nav--font-size-sub-menu: var(--global--font-size-xs);
[162] Fix | Delete
--primary-nav--font-size-mobile: var(--global--font-size-sm);
[163] Fix | Delete
--primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
[164] Fix | Delete
--primary-nav--font-size-button: var(--global--font-size-xs);
[165] Fix | Delete
--primary-nav--font-style: normal;
[166] Fix | Delete
--primary-nav--font-style-sub-menu-mobile: normal;
[167] Fix | Delete
--primary-nav--font-weight: normal;
[168] Fix | Delete
--primary-nav--font-weight-button: 500;
[169] Fix | Delete
--primary-nav--color-link: var(--global--color-primary);
[170] Fix | Delete
--primary-nav--color-link-hover: var(--global--color-primary-hover);
[171] Fix | Delete
--primary-nav--color-text: var(--global--color-primary);
[172] Fix | Delete
--primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
[173] Fix | Delete
--primary-nav--border-color: var(--global--color-primary);
[174] Fix | Delete
[175] Fix | Delete
/* Pagination */
[176] Fix | Delete
--pagination--color-text: var(--global--color-primary);
[177] Fix | Delete
--pagination--color-link-hover: var(--global--color-primary-hover);
[178] Fix | Delete
--pagination--font-family: var(--global--font-secondary);
[179] Fix | Delete
--pagination--font-size: var(--global--font-size-lg);
[180] Fix | Delete
--pagination--font-weight: normal;
[181] Fix | Delete
--pagination--font-weight-strong: 600;
[182] Fix | Delete
[183] Fix | Delete
/* Footer */
[184] Fix | Delete
--footer--color-text: var(--global--color-primary);
[185] Fix | Delete
--footer--color-link: var(--global--color-primary);
[186] Fix | Delete
--footer--color-link-hover: var(--global--color-primary-hover);
[187] Fix | Delete
--footer--font-family: var(--global--font-primary);
[188] Fix | Delete
--footer--font-size: var(--global--font-size-sm);
[189] Fix | Delete
[190] Fix | Delete
/* Block: Pull quote */
[191] Fix | Delete
--pullquote--font-family: var(--global--font-primary);
[192] Fix | Delete
--pullquote--font-size: var(--heading--font-size-h3);
[193] Fix | Delete
--pullquote--font-style: normal;
[194] Fix | Delete
--pullquote--letter-spacing: var(--heading--letter-spacing-h4);
[195] Fix | Delete
--pullquote--line-height: var(--global--line-height-heading);
[196] Fix | Delete
--pullquote--border-width: 3px;
[197] Fix | Delete
--pullquote--border-color: var(--global--color-primary);
[198] Fix | Delete
--pullquote--color-foreground: var(--global--color-primary);
[199] Fix | Delete
--pullquote--color-background: var(--global--color-background);
[200] Fix | Delete
--quote--font-family: var(--global--font-secondary);
[201] Fix | Delete
--quote--font-size: var(--global--font-size-md);
[202] Fix | Delete
--quote--font-size-large: var(--global--font-size-xl);
[203] Fix | Delete
--quote--font-style: normal;
[204] Fix | Delete
--quote--font-weight: 700;
[205] Fix | Delete
--quote--font-weight-strong: bolder;
[206] Fix | Delete
--quote--font-style-large: normal;
[207] Fix | Delete
--quote--font-style-cite: normal;
[208] Fix | Delete
--quote--line-height: var(--global--line-height-body);
[209] Fix | Delete
--quote--line-height-large: 1.35;
[210] Fix | Delete
--separator--border-color: var(--global--color-border);
[211] Fix | Delete
--separator--height: 1px;
[212] Fix | Delete
[213] Fix | Delete
/* Block: Table */
[214] Fix | Delete
--table--stripes-border-color: var(--global--color-light-gray);
[215] Fix | Delete
--table--stripes-background-color: var(--global--color-light-gray);
[216] Fix | Delete
--table--has-background-text-color: var(--global--color-dark-gray);
[217] Fix | Delete
[218] Fix | Delete
/* Widgets */
[219] Fix | Delete
--widget--line-height-list: 1.9;
[220] Fix | Delete
--widget--line-height-title: 1.4;
[221] Fix | Delete
--widget--font-weight-title: 700;
[222] Fix | Delete
--widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
[223] Fix | Delete
[224] Fix | Delete
/* Admin-bar height */
[225] Fix | Delete
--global--admin-bar--height: 0;
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
.admin-bar {
[229] Fix | Delete
--global--admin-bar--height: 32px;
[230] Fix | Delete
}
[231] Fix | Delete
@media only screen and (max-width: 782px) {
[232] Fix | Delete
[233] Fix | Delete
.admin-bar {
[234] Fix | Delete
--global--admin-bar--height: 46px;
[235] Fix | Delete
}
[236] Fix | Delete
}
[237] Fix | Delete
[238] Fix | Delete
@media only screen and (min-width: 652px) {
[239] Fix | Delete
[240] Fix | Delete
:root {
[241] Fix | Delete
--global--font-size-xl: 2.5rem;
[242] Fix | Delete
--global--font-size-xxl: 6rem;
[243] Fix | Delete
--global--font-size-xxxl: 9rem;
[244] Fix | Delete
--heading--font-size-h3: 2rem;
[245] Fix | Delete
--heading--font-size-h2: 3rem;
[246] Fix | Delete
}
[247] Fix | Delete
}
[248] Fix | Delete
[249] Fix | Delete
/**
[250] Fix | Delete
* Responsive Styles
[251] Fix | Delete
*/
[252] Fix | Delete
[253] Fix | Delete
/**
[254] Fix | Delete
* Required Variables
[255] Fix | Delete
*/
[256] Fix | Delete
[257] Fix | Delete
/**
[258] Fix | Delete
* Root Media Query Variables
[259] Fix | Delete
*/
[260] Fix | Delete
:root {
[261] Fix | Delete
--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
[262] Fix | Delete
--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
[263] Fix | Delete
--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
[264] Fix | Delete
--responsive--alignfull-width: 100%;
[265] Fix | Delete
--responsive--alignright-margin: var(--global--spacing-horizontal);
[266] Fix | Delete
--responsive--alignleft-margin: var(--global--spacing-horizontal);
[267] Fix | Delete
}
[268] Fix | Delete
[269] Fix | Delete
@media only screen and (min-width: 482px) {
[270] Fix | Delete
[271] Fix | Delete
:root {
[272] Fix | Delete
--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
[273] Fix | Delete
--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
[274] Fix | Delete
--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
[275] Fix | Delete
--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
[276] Fix | Delete
}
[277] Fix | Delete
}
[278] Fix | Delete
@media only screen and (min-width: 822px) {
[279] Fix | Delete
[280] Fix | Delete
:root {
[281] Fix | Delete
--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
[282] Fix | Delete
--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
[283] Fix | Delete
}
[284] Fix | Delete
}
[285] Fix | Delete
[286] Fix | Delete
/**
[287] Fix | Delete
* Extends
[288] Fix | Delete
*/
[289] Fix | Delete
.default-max-width {
[290] Fix | Delete
max-width: var(--responsive--aligndefault-width);
[291] Fix | Delete
margin-left: auto;
[292] Fix | Delete
margin-right: auto;
[293] Fix | Delete
}
[294] Fix | Delete
[295] Fix | Delete
.wide-max-width {
[296] Fix | Delete
max-width: var(--responsive--alignwide-width);
[297] Fix | Delete
margin-left: auto;
[298] Fix | Delete
margin-right: auto;
[299] Fix | Delete
}
[300] Fix | Delete
[301] Fix | Delete
@media only screen and (min-width: 482px) {
[302] Fix | Delete
[303] Fix | Delete
.full-max-width {
[304] Fix | Delete
max-width: var(--responsive--alignfull-width);
[305] Fix | Delete
width: auto;
[306] Fix | Delete
margin-left: auto;
[307] Fix | Delete
margin-right: auto;
[308] Fix | Delete
}
[309] Fix | Delete
}
[310] Fix | Delete
[311] Fix | Delete
blockquote {
[312] Fix | Delete
padding: 0;
[313] Fix | Delete
position: relative;
[314] Fix | Delete
margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
[315] Fix | Delete
}
[316] Fix | Delete
[317] Fix | Delete
blockquote > * {
[318] Fix | Delete
margin-top: var(--global--spacing-unit);
[319] Fix | Delete
margin-bottom: var(--global--spacing-unit);
[320] Fix | Delete
}
[321] Fix | Delete
[322] Fix | Delete
blockquote > *:first-child {
[323] Fix | Delete
margin-top: 0;
[324] Fix | Delete
}
[325] Fix | Delete
[326] Fix | Delete
blockquote > *:last-child {
[327] Fix | Delete
margin-bottom: 0;
[328] Fix | Delete
}
[329] Fix | Delete
[330] Fix | Delete
blockquote p {
[331] Fix | Delete
letter-spacing: var(--heading--letter-spacing-h4);
[332] Fix | Delete
font-family: var(--quote--font-family);
[333] Fix | Delete
font-size: var(--quote--font-size);
[334] Fix | Delete
font-style: var(--quote--font-style);
[335] Fix | Delete
font-weight: var(--quote--font-weight);
[336] Fix | Delete
line-height: var(--quote--line-height);
[337] Fix | Delete
}
[338] Fix | Delete
[339] Fix | Delete
blockquote cite,
[340] Fix | Delete
blockquote footer {
[341] Fix | Delete
font-weight: normal;
[342] Fix | Delete
color: var(--global--color-primary);
[343] Fix | Delete
font-size: var(--global--font-size-xs);
[344] Fix | Delete
letter-spacing: var(--global--letter-spacing);
[345] Fix | Delete
}
[346] Fix | Delete
[347] Fix | Delete
blockquote.alignleft,
[348] Fix | Delete
blockquote.alignright {
[349] Fix | Delete
padding-left: inherit;
[350] Fix | Delete
}
[351] Fix | Delete
[352] Fix | Delete
blockquote.alignleft p,
[353] Fix | Delete
blockquote.alignright p {
[354] Fix | Delete
font-size: var(--heading--font-size-h5);
[355] Fix | Delete
max-width: inherit;
[356] Fix | Delete
width: inherit;
[357] Fix | Delete
}
[358] Fix | Delete
[359] Fix | Delete
blockquote.alignleft cite,
[360] Fix | Delete
blockquote.alignleft footer,
[361] Fix | Delete
blockquote.alignright cite,
[362] Fix | Delete
blockquote.alignright footer {
[363] Fix | Delete
font-size: var(--global--font-size-xs);
[364] Fix | Delete
letter-spacing: var(--global--letter-spacing);
[365] Fix | Delete
}
[366] Fix | Delete
[367] Fix | Delete
blockquote strong {
[368] Fix | Delete
font-weight: var(--quote--font-weight-strong);
[369] Fix | Delete
}
[370] Fix | Delete
[371] Fix | Delete
blockquote:before {
[372] Fix | Delete
content: "“";
[373] Fix | Delete
font-size: var(--quote--font-size);
[374] Fix | Delete
line-height: var(--quote--line-height);
[375] Fix | Delete
position: absolute;
[376] Fix | Delete
left: calc(-0.5 * var(--global--spacing-horizontal));
[377] Fix | Delete
}
[378] Fix | Delete
[379] Fix | Delete
blockquote .wp-block-quote__citation,
[380] Fix | Delete
blockquote cite,
[381] Fix | Delete
blockquote footer {
[382] Fix | Delete
color: var(--global--color-primary);
[383] Fix | Delete
font-size: var(--global--font-size-xs);
[384] Fix | Delete
font-style: var(--quote--font-style-cite);
[385] Fix | Delete
}
[386] Fix | Delete
@media only screen and (max-width: 481px) {
[387] Fix | Delete
[388] Fix | Delete
blockquote {
[389] Fix | Delete
padding-left: calc(0.5 * var(--global--spacing-horizontal));
[390] Fix | Delete
}
[391] Fix | Delete
[392] Fix | Delete
blockquote:before {
[393] Fix | Delete
left: 0;
[394] Fix | Delete
}
[395] Fix | Delete
}
[396] Fix | Delete
[397] Fix | Delete
img {
[398] Fix | Delete
display: block;
[399] Fix | Delete
height: auto;
[400] Fix | Delete
max-width: 100%;
[401] Fix | Delete
}
[402] Fix | Delete
[403] Fix | Delete
/* Classic editor images */
[404] Fix | Delete
.entry-content img {
[405] Fix | Delete
max-width: 100%;
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
/* Make sure embeds and iframes fit their containers. */
[409] Fix | Delete
embed,
[410] Fix | Delete
iframe,
[411] Fix | Delete
object,
[412] Fix | Delete
video {
[413] Fix | Delete
max-width: 100%;
[414] Fix | Delete
}
[415] Fix | Delete
[416] Fix | Delete
/* Media captions */
[417] Fix | Delete
figcaption,
[418] Fix | Delete
.wp-caption,
[419] Fix | Delete
.wp-caption-text,
[420] Fix | Delete
.wp-block-embed figcaption {
[421] Fix | Delete
color: currentColor;
[422] Fix | Delete
font-size: var(--global--font-size-xs);
[423] Fix | Delete
line-height: var(--global--line-height-body);
[424] Fix | Delete
margin-top: calc(0.5 * var(--global--spacing-unit));
[425] Fix | Delete
margin-bottom: var(--global--spacing-unit);
[426] Fix | Delete
text-align: center;
[427] Fix | Delete
}
[428] Fix | Delete
[429] Fix | Delete
.alignleft figcaption,
[430] Fix | Delete
.alignright figcaption,
[431] Fix | Delete
.alignleft .wp-caption,
[432] Fix | Delete
.alignright .wp-caption,
[433] Fix | Delete
.alignleft .wp-caption-text,
[434] Fix | Delete
.alignright .wp-caption-text,
[435] Fix | Delete
.alignleft .wp-block-embed figcaption,
[436] Fix | Delete
.alignright .wp-block-embed figcaption {
[437] Fix | Delete
margin-bottom: 0;
[438] Fix | Delete
}
[439] Fix | Delete
[440] Fix | Delete
/* WP Smiley */
[441] Fix | Delete
.page-content .wp-smiley,
[442] Fix | Delete
.entry-content .wp-smiley,
[443] Fix | Delete
.comment-content .wp-smiley {
[444] Fix | Delete
border: none;
[445] Fix | Delete
margin-bottom: 0;
[446] Fix | Delete
margin-top: 0;
[447] Fix | Delete
padding: 0;
[448] Fix | Delete
}
[449] Fix | Delete
[450] Fix | Delete
select {
[451] Fix | Delete
border: var(--form--border-width) solid var(--form--border-color);
[452] Fix | Delete
border-radius: var(--form--border-radius);
[453] Fix | Delete
color: var(--form--color-text);
[454] Fix | Delete
font-size: var(--form--font-size);
[455] Fix | Delete
-moz-appearance: none;
[456] Fix | Delete
-webkit-appearance: none;
[457] Fix | Delete
appearance: none;
[458] Fix | Delete
padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
[459] Fix | Delete
background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
[460] Fix | Delete
background-position: right var(--form--spacing-unit) top 60%;
[461] Fix | Delete
}
[462] Fix | Delete
[463] Fix | Delete
/*
[464] Fix | Delete
* text-underline-offset doesn't work in Chrome at all 👎
[465] Fix | Delete
* But looks nice in Safari/Firefox, so let's keep it and
[466] Fix | Delete
* maybe Chrome will support it soon.
[467] Fix | Delete
*/
[468] Fix | Delete
a {
[469] Fix | Delete
cursor: pointer;
[470] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-primary));
[471] Fix | Delete
text-underline-offset: 3px;
[472] Fix | Delete
text-decoration-skip-ink: all;
[473] Fix | Delete
}
[474] Fix | Delete
[475] Fix | Delete
a:hover {
[476] Fix | Delete
text-decoration-style: dotted;
[477] Fix | Delete
text-decoration-skip-ink: none;
[478] Fix | Delete
}
[479] Fix | Delete
[480] Fix | Delete
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
[481] Fix | Delete
[482] Fix | Delete
/* Only visible in Windows High Contrast mode */
[483] Fix | Delete
outline: 2px solid transparent;
[484] Fix | Delete
text-decoration: underline 1px dotted currentColor;
[485] Fix | Delete
text-decoration-skip-ink: none;
[486] Fix | Delete
background: rgba(255, 255, 255, 0.9);
[487] Fix | Delete
}
[488] Fix | Delete
[489] Fix | Delete
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
[490] Fix | Delete
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
[491] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-background));
[492] Fix | Delete
}
[493] Fix | Delete
[494] Fix | Delete
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
[495] Fix | Delete
background: rgba(0, 0, 0, 0.9);
[496] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-white));
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function