Edit File by line
/home/barbar84/public_h.../wp-inclu.../css/dist/block-li...
File: common.css
/**
[0] Fix | Delete
* Colors
[1] Fix | Delete
*/
[2] Fix | Delete
/**
[3] Fix | Delete
* Breakpoints & Media Queries
[4] Fix | Delete
*/
[5] Fix | Delete
/**
[6] Fix | Delete
* SCSS Variables.
[7] Fix | Delete
*
[8] Fix | Delete
* Please use variables from this sheet to ensure consistency across the UI.
[9] Fix | Delete
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
[10] Fix | Delete
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
[11] Fix | Delete
*/
[12] Fix | Delete
/**
[13] Fix | Delete
* Colors
[14] Fix | Delete
*/
[15] Fix | Delete
/**
[16] Fix | Delete
* Fonts & basic variables.
[17] Fix | Delete
*/
[18] Fix | Delete
/**
[19] Fix | Delete
* Grid System.
[20] Fix | Delete
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
[21] Fix | Delete
*/
[22] Fix | Delete
/**
[23] Fix | Delete
* Dimensions.
[24] Fix | Delete
*/
[25] Fix | Delete
/**
[26] Fix | Delete
* Shadows.
[27] Fix | Delete
*/
[28] Fix | Delete
/**
[29] Fix | Delete
* Editor widths.
[30] Fix | Delete
*/
[31] Fix | Delete
/**
[32] Fix | Delete
* Block & Editor UI.
[33] Fix | Delete
*/
[34] Fix | Delete
/**
[35] Fix | Delete
* Block paddings.
[36] Fix | Delete
*/
[37] Fix | Delete
/**
[38] Fix | Delete
* React Native specific.
[39] Fix | Delete
* These variables do not appear to be used anywhere else.
[40] Fix | Delete
*/
[41] Fix | Delete
/**
[42] Fix | Delete
* Breakpoint mixins
[43] Fix | Delete
*/
[44] Fix | Delete
/**
[45] Fix | Delete
* Long content fade mixin
[46] Fix | Delete
*
[47] Fix | Delete
* Creates a fading overlay to signify that the content is longer
[48] Fix | Delete
* than the space allows.
[49] Fix | Delete
*/
[50] Fix | Delete
/**
[51] Fix | Delete
* Focus styles.
[52] Fix | Delete
*/
[53] Fix | Delete
/**
[54] Fix | Delete
* Applies editor left position to the selector passed as argument
[55] Fix | Delete
*/
[56] Fix | Delete
/**
[57] Fix | Delete
* Styles that are reused verbatim in a few places
[58] Fix | Delete
*/
[59] Fix | Delete
/**
[60] Fix | Delete
* Allows users to opt-out of animations via OS-level preferences.
[61] Fix | Delete
*/
[62] Fix | Delete
/**
[63] Fix | Delete
* Reset default styles for JavaScript UI based pages.
[64] Fix | Delete
* This is a WP-admin agnostic reset
[65] Fix | Delete
*/
[66] Fix | Delete
/**
[67] Fix | Delete
* Reset the WP Admin page styles for Gutenberg-like pages.
[68] Fix | Delete
*/
[69] Fix | Delete
/**
[70] Fix | Delete
* These are default block editor widths in case the theme doesn't provide them.
[71] Fix | Delete
*/
[72] Fix | Delete
:root {
[73] Fix | Delete
--wp-admin-theme-color: #007cba;
[74] Fix | Delete
--wp-admin-theme-color-darker-10: #006ba1;
[75] Fix | Delete
--wp-admin-theme-color-darker-20: #005a87;
[76] Fix | Delete
--wp-admin-border-width-focus: 2px;
[77] Fix | Delete
}
[78] Fix | Delete
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
[79] Fix | Delete
:root {
[80] Fix | Delete
--wp-admin-border-width-focus: 1.5px;
[81] Fix | Delete
}
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
:root {
[85] Fix | Delete
/* stylelint-disable function-comma-space-after */
[86] Fix | Delete
/* stylelint-enable function-comma-space-after */
[87] Fix | Delete
}
[88] Fix | Delete
:root .has-pale-pink-background-color {
[89] Fix | Delete
background-color: #f78da7;
[90] Fix | Delete
}
[91] Fix | Delete
:root .has-vivid-red-background-color {
[92] Fix | Delete
background-color: #cf2e2e;
[93] Fix | Delete
}
[94] Fix | Delete
:root .has-luminous-vivid-orange-background-color {
[95] Fix | Delete
background-color: #ff6900;
[96] Fix | Delete
}
[97] Fix | Delete
:root .has-luminous-vivid-amber-background-color {
[98] Fix | Delete
background-color: #fcb900;
[99] Fix | Delete
}
[100] Fix | Delete
:root .has-light-green-cyan-background-color {
[101] Fix | Delete
background-color: #7bdcb5;
[102] Fix | Delete
}
[103] Fix | Delete
:root .has-vivid-green-cyan-background-color {
[104] Fix | Delete
background-color: #00d084;
[105] Fix | Delete
}
[106] Fix | Delete
:root .has-pale-cyan-blue-background-color {
[107] Fix | Delete
background-color: #8ed1fc;
[108] Fix | Delete
}
[109] Fix | Delete
:root .has-vivid-cyan-blue-background-color {
[110] Fix | Delete
background-color: #0693e3;
[111] Fix | Delete
}
[112] Fix | Delete
:root .has-vivid-purple-background-color {
[113] Fix | Delete
background-color: #9b51e0;
[114] Fix | Delete
}
[115] Fix | Delete
:root .has-white-background-color {
[116] Fix | Delete
background-color: #fff;
[117] Fix | Delete
}
[118] Fix | Delete
:root .has-very-light-gray-background-color {
[119] Fix | Delete
background-color: #eee;
[120] Fix | Delete
}
[121] Fix | Delete
:root .has-cyan-bluish-gray-background-color {
[122] Fix | Delete
background-color: #abb8c3;
[123] Fix | Delete
}
[124] Fix | Delete
:root .has-very-dark-gray-background-color {
[125] Fix | Delete
background-color: #313131;
[126] Fix | Delete
}
[127] Fix | Delete
:root .has-black-background-color {
[128] Fix | Delete
background-color: #000;
[129] Fix | Delete
}
[130] Fix | Delete
:root .has-pale-pink-color {
[131] Fix | Delete
color: #f78da7;
[132] Fix | Delete
}
[133] Fix | Delete
:root .has-vivid-red-color {
[134] Fix | Delete
color: #cf2e2e;
[135] Fix | Delete
}
[136] Fix | Delete
:root .has-luminous-vivid-orange-color {
[137] Fix | Delete
color: #ff6900;
[138] Fix | Delete
}
[139] Fix | Delete
:root .has-luminous-vivid-amber-color {
[140] Fix | Delete
color: #fcb900;
[141] Fix | Delete
}
[142] Fix | Delete
:root .has-light-green-cyan-color {
[143] Fix | Delete
color: #7bdcb5;
[144] Fix | Delete
}
[145] Fix | Delete
:root .has-vivid-green-cyan-color {
[146] Fix | Delete
color: #00d084;
[147] Fix | Delete
}
[148] Fix | Delete
:root .has-pale-cyan-blue-color {
[149] Fix | Delete
color: #8ed1fc;
[150] Fix | Delete
}
[151] Fix | Delete
:root .has-vivid-cyan-blue-color {
[152] Fix | Delete
color: #0693e3;
[153] Fix | Delete
}
[154] Fix | Delete
:root .has-vivid-purple-color {
[155] Fix | Delete
color: #9b51e0;
[156] Fix | Delete
}
[157] Fix | Delete
:root .has-white-color {
[158] Fix | Delete
color: #fff;
[159] Fix | Delete
}
[160] Fix | Delete
:root .has-very-light-gray-color {
[161] Fix | Delete
color: #eee;
[162] Fix | Delete
}
[163] Fix | Delete
:root .has-cyan-bluish-gray-color {
[164] Fix | Delete
color: #abb8c3;
[165] Fix | Delete
}
[166] Fix | Delete
:root .has-very-dark-gray-color {
[167] Fix | Delete
color: #313131;
[168] Fix | Delete
}
[169] Fix | Delete
:root .has-black-color {
[170] Fix | Delete
color: #000;
[171] Fix | Delete
}
[172] Fix | Delete
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
[173] Fix | Delete
background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);
[174] Fix | Delete
}
[175] Fix | Delete
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
[176] Fix | Delete
background: linear-gradient(135deg, #00d084 0%, #0693e3 100%);
[177] Fix | Delete
}
[178] Fix | Delete
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
[179] Fix | Delete
background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
[180] Fix | Delete
}
[181] Fix | Delete
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
[182] Fix | Delete
background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%);
[183] Fix | Delete
}
[184] Fix | Delete
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
[185] Fix | Delete
background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%);
[186] Fix | Delete
}
[187] Fix | Delete
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
[188] Fix | Delete
background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%);
[189] Fix | Delete
}
[190] Fix | Delete
:root .has-cool-to-warm-spectrum-gradient-background {
[191] Fix | Delete
background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
[192] Fix | Delete
}
[193] Fix | Delete
:root .has-blush-light-purple-gradient-background {
[194] Fix | Delete
background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
[195] Fix | Delete
}
[196] Fix | Delete
:root .has-blush-bordeaux-gradient-background {
[197] Fix | Delete
background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
[198] Fix | Delete
}
[199] Fix | Delete
:root .has-purple-crush-gradient-background {
[200] Fix | Delete
background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%);
[201] Fix | Delete
}
[202] Fix | Delete
:root .has-luminous-dusk-gradient-background {
[203] Fix | Delete
background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
[204] Fix | Delete
}
[205] Fix | Delete
:root .has-hazy-dawn-gradient-background {
[206] Fix | Delete
background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%);
[207] Fix | Delete
}
[208] Fix | Delete
:root .has-pale-ocean-gradient-background {
[209] Fix | Delete
background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
[210] Fix | Delete
}
[211] Fix | Delete
:root .has-electric-grass-gradient-background {
[212] Fix | Delete
background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
[213] Fix | Delete
}
[214] Fix | Delete
:root .has-subdued-olive-gradient-background {
[215] Fix | Delete
background: linear-gradient(135deg, #fafae1 0%, #67a671 100%);
[216] Fix | Delete
}
[217] Fix | Delete
:root .has-atomic-cream-gradient-background {
[218] Fix | Delete
background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%);
[219] Fix | Delete
}
[220] Fix | Delete
:root .has-nightshade-gradient-background {
[221] Fix | Delete
background: linear-gradient(135deg, #330968 0%, #31cdcf 100%);
[222] Fix | Delete
}
[223] Fix | Delete
:root .has-midnight-gradient-background {
[224] Fix | Delete
background: linear-gradient(135deg, #020381 0%, #2874fc 100%);
[225] Fix | Delete
}
[226] Fix | Delete
:root .has-link-color a {
[227] Fix | Delete
color: #00e;
[228] Fix | Delete
color: var(--wp--style--color--link, #00e);
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
.has-small-font-size {
[232] Fix | Delete
font-size: 0.8125em;
[233] Fix | Delete
}
[234] Fix | Delete
[235] Fix | Delete
.has-regular-font-size,
[236] Fix | Delete
.has-normal-font-size {
[237] Fix | Delete
font-size: 1em;
[238] Fix | Delete
}
[239] Fix | Delete
[240] Fix | Delete
.has-medium-font-size {
[241] Fix | Delete
font-size: 1.25em;
[242] Fix | Delete
}
[243] Fix | Delete
[244] Fix | Delete
.has-large-font-size {
[245] Fix | Delete
font-size: 2.25em;
[246] Fix | Delete
}
[247] Fix | Delete
[248] Fix | Delete
.has-larger-font-size,
[249] Fix | Delete
.has-huge-font-size {
[250] Fix | Delete
font-size: 2.625em;
[251] Fix | Delete
}
[252] Fix | Delete
[253] Fix | Delete
.has-text-align-center {
[254] Fix | Delete
text-align: center;
[255] Fix | Delete
}
[256] Fix | Delete
[257] Fix | Delete
.has-text-align-left {
[258] Fix | Delete
/*rtl:ignore*/
[259] Fix | Delete
text-align: left;
[260] Fix | Delete
}
[261] Fix | Delete
[262] Fix | Delete
.has-text-align-right {
[263] Fix | Delete
/*rtl:ignore*/
[264] Fix | Delete
text-align: right;
[265] Fix | Delete
}
[266] Fix | Delete
[267] Fix | Delete
#end-resizable-editor-section {
[268] Fix | Delete
display: none;
[269] Fix | Delete
}
[270] Fix | Delete
[271] Fix | Delete
.aligncenter {
[272] Fix | Delete
clear: both;
[273] Fix | Delete
}
[274] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function