Edit File by line
/home/barbar84/www/wp-conte.../themes/twentytw...
File: style.css
}
[1500] Fix | Delete
[1501] Fix | Delete
input[type=range]::-ms-thumb {
[1502] Fix | Delete
border: 3px solid var(--form--color-ranged);
[1503] Fix | Delete
height: 44px;
[1504] Fix | Delete
width: 44px;
[1505] Fix | Delete
border-radius: 50%;
[1506] Fix | Delete
background: var(--global--color-background);
[1507] Fix | Delete
cursor: pointer;
[1508] Fix | Delete
}
[1509] Fix | Delete
[1510] Fix | Delete
fieldset {
[1511] Fix | Delete
display: grid;
[1512] Fix | Delete
border-color: var(--global--color-secondary);
[1513] Fix | Delete
padding: var(--global--spacing-horizontal);
[1514] Fix | Delete
}
[1515] Fix | Delete
[1516] Fix | Delete
fieldset legend {
[1517] Fix | Delete
font-size: var(--global--font-size-lg);
[1518] Fix | Delete
}
[1519] Fix | Delete
[1520] Fix | Delete
fieldset input[type=submit] {
[1521] Fix | Delete
max-width: max-content;
[1522] Fix | Delete
}
[1523] Fix | Delete
[1524] Fix | Delete
fieldset input:not([type=submit]) {
[1525] Fix | Delete
margin-bottom: var(--global--spacing-unit);
[1526] Fix | Delete
}
[1527] Fix | Delete
[1528] Fix | Delete
fieldset input[type=radio],
[1529] Fix | Delete
fieldset input[type=checkbox] {
[1530] Fix | Delete
margin-bottom: 0;
[1531] Fix | Delete
}
[1532] Fix | Delete
[1533] Fix | Delete
fieldset input[type=radio] + label,
[1534] Fix | Delete
fieldset input[type=checkbox] + label {
[1535] Fix | Delete
font-size: var(--form--font-size);
[1536] Fix | Delete
padding-left: 0;
[1537] Fix | Delete
margin-bottom: var(--global--spacing-unit);
[1538] Fix | Delete
}
[1539] Fix | Delete
[1540] Fix | Delete
::-moz-placeholder {
[1541] Fix | Delete
opacity: 1;
[1542] Fix | Delete
}
[1543] Fix | Delete
[1544] Fix | Delete
.post-password-message {
[1545] Fix | Delete
font-size: var(--global--font-size-lg);
[1546] Fix | Delete
}
[1547] Fix | Delete
[1548] Fix | Delete
.post-password-form {
[1549] Fix | Delete
display: flex;
[1550] Fix | Delete
flex-wrap: wrap;
[1551] Fix | Delete
}
[1552] Fix | Delete
[1553] Fix | Delete
.post-password-form__label {
[1554] Fix | Delete
width: 100%;
[1555] Fix | Delete
margin-bottom: 0;
[1556] Fix | Delete
}
[1557] Fix | Delete
[1558] Fix | Delete
.post-password-form input[type=password] {
[1559] Fix | Delete
flex-grow: 1;
[1560] Fix | Delete
margin-top: calc(var(--global--spacing-vertical) / 3);
[1561] Fix | Delete
margin-right: calc(0.66 * var(--global--spacing-horizontal));
[1562] Fix | Delete
}
[1563] Fix | Delete
[1564] Fix | Delete
.post-password-form__submit {
[1565] Fix | Delete
margin-top: calc(var(--global--spacing-vertical) / 3);
[1566] Fix | Delete
}
[1567] Fix | Delete
@media only screen and (min-width: 592px) {
[1568] Fix | Delete
[1569] Fix | Delete
.post-password-form__submit {
[1570] Fix | Delete
margin-left: calc(0.4 * var(--global--spacing-horizontal));
[1571] Fix | Delete
}
[1572] Fix | Delete
}
[1573] Fix | Delete
[1574] Fix | Delete
img {
[1575] Fix | Delete
display: block;
[1576] Fix | Delete
height: auto;
[1577] Fix | Delete
max-width: 100%;
[1578] Fix | Delete
}
[1579] Fix | Delete
[1580] Fix | Delete
/* Classic editor images */
[1581] Fix | Delete
.entry-content img {
[1582] Fix | Delete
max-width: 100%;
[1583] Fix | Delete
}
[1584] Fix | Delete
[1585] Fix | Delete
/* Make sure embeds and iframes fit their containers. */
[1586] Fix | Delete
embed,
[1587] Fix | Delete
iframe,
[1588] Fix | Delete
object,
[1589] Fix | Delete
video {
[1590] Fix | Delete
max-width: 100%;
[1591] Fix | Delete
}
[1592] Fix | Delete
[1593] Fix | Delete
/* Media captions */
[1594] Fix | Delete
figcaption,
[1595] Fix | Delete
.wp-caption,
[1596] Fix | Delete
.wp-caption-text,
[1597] Fix | Delete
.wp-block-embed figcaption {
[1598] Fix | Delete
color: currentColor;
[1599] Fix | Delete
font-size: var(--global--font-size-xs);
[1600] Fix | Delete
line-height: var(--global--line-height-body);
[1601] Fix | Delete
margin-top: calc(0.5 * var(--global--spacing-unit));
[1602] Fix | Delete
margin-bottom: var(--global--spacing-unit);
[1603] Fix | Delete
text-align: center;
[1604] Fix | Delete
}
[1605] Fix | Delete
[1606] Fix | Delete
.alignleft figcaption,
[1607] Fix | Delete
.alignright figcaption,
[1608] Fix | Delete
.alignleft .wp-caption,
[1609] Fix | Delete
.alignright .wp-caption,
[1610] Fix | Delete
.alignleft .wp-caption-text,
[1611] Fix | Delete
.alignright .wp-caption-text,
[1612] Fix | Delete
.alignleft .wp-block-embed figcaption,
[1613] Fix | Delete
.alignright .wp-block-embed figcaption {
[1614] Fix | Delete
margin-bottom: 0;
[1615] Fix | Delete
}
[1616] Fix | Delete
[1617] Fix | Delete
/* WP Smiley */
[1618] Fix | Delete
.page-content .wp-smiley,
[1619] Fix | Delete
.entry-content .wp-smiley,
[1620] Fix | Delete
.comment-content .wp-smiley {
[1621] Fix | Delete
border: none;
[1622] Fix | Delete
margin-bottom: 0;
[1623] Fix | Delete
margin-top: 0;
[1624] Fix | Delete
padding: 0;
[1625] Fix | Delete
}
[1626] Fix | Delete
[1627] Fix | Delete
/* Over here, place any elements that do not need to have their own file. */
[1628] Fix | Delete
b,
[1629] Fix | Delete
strong {
[1630] Fix | Delete
font-weight: 700;
[1631] Fix | Delete
}
[1632] Fix | Delete
[1633] Fix | Delete
dfn,
[1634] Fix | Delete
cite,
[1635] Fix | Delete
em,
[1636] Fix | Delete
i {
[1637] Fix | Delete
font-style: italic;
[1638] Fix | Delete
}
[1639] Fix | Delete
[1640] Fix | Delete
pre {
[1641] Fix | Delete
white-space: pre;
[1642] Fix | Delete
overflow-x: auto;
[1643] Fix | Delete
}
[1644] Fix | Delete
[1645] Fix | Delete
/*
[1646] Fix | Delete
* text-underline-offset doesn't work in Chrome at all 👎
[1647] Fix | Delete
* But looks nice in Safari/Firefox, so let's keep it and
[1648] Fix | Delete
* maybe Chrome will support it soon.
[1649] Fix | Delete
*/
[1650] Fix | Delete
a {
[1651] Fix | Delete
cursor: pointer;
[1652] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-primary));
[1653] Fix | Delete
text-underline-offset: 3px;
[1654] Fix | Delete
text-decoration-skip-ink: all;
[1655] Fix | Delete
}
[1656] Fix | Delete
[1657] Fix | Delete
a:hover {
[1658] Fix | Delete
text-decoration-style: dotted;
[1659] Fix | Delete
text-decoration-skip-ink: none;
[1660] Fix | Delete
}
[1661] Fix | Delete
[1662] Fix | Delete
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
[1663] Fix | Delete
[1664] Fix | Delete
/* Only visible in Windows High Contrast mode */
[1665] Fix | Delete
outline: 2px solid transparent;
[1666] Fix | Delete
text-decoration: underline 1px dotted currentColor;
[1667] Fix | Delete
text-decoration-skip-ink: none;
[1668] Fix | Delete
background: rgba(255, 255, 255, 0.9);
[1669] Fix | Delete
}
[1670] Fix | Delete
[1671] Fix | Delete
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
[1672] Fix | Delete
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
[1673] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-background));
[1674] Fix | Delete
}
[1675] Fix | Delete
[1676] Fix | Delete
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
[1677] Fix | Delete
background: rgba(0, 0, 0, 0.9);
[1678] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-white));
[1679] Fix | Delete
}
[1680] Fix | Delete
[1681] Fix | Delete
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
[1682] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-white));
[1683] Fix | Delete
}
[1684] Fix | Delete
[1685] Fix | Delete
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
[1686] Fix | Delete
[1687] Fix | Delete
/* Only visible in Windows High Contrast mode */
[1688] Fix | Delete
outline: 2px solid transparent;
[1689] Fix | Delete
outline-offset: -2px;
[1690] Fix | Delete
}
[1691] Fix | Delete
[1692] Fix | Delete
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
[1693] Fix | Delete
color: #21759b;
[1694] Fix | Delete
background-color: #f1f1f1;
[1695] Fix | Delete
}
[1696] Fix | Delete
[1697] Fix | Delete
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
[1698] Fix | Delete
outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary));
[1699] Fix | Delete
}
[1700] Fix | Delete
[1701] Fix | Delete
.has-background .has-link-color a,
[1702] Fix | Delete
.has-background.has-link-color a {
[1703] Fix | Delete
color: var(--wp--style--color--link, var(--global--color-primary));
[1704] Fix | Delete
}
[1705] Fix | Delete
[1706] Fix | Delete
/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
[1707] Fix | Delete
.wp-block-audio audio:focus {
[1708] Fix | Delete
outline-offset: 5px;
[1709] Fix | Delete
outline: 2px solid var(--global--color-primary);
[1710] Fix | Delete
}
[1711] Fix | Delete
[1712] Fix | Delete
/**
[1713] Fix | Delete
* Button
[1714] Fix | Delete
*/
[1715] Fix | Delete
.site .button,
[1716] Fix | Delete
input[type=submit],
[1717] Fix | Delete
input[type=reset],
[1718] Fix | Delete
.wp-block-search__button,
[1719] Fix | Delete
.wp-block-button .wp-block-button__link {
[1720] Fix | Delete
line-height: var(--button--line-height);
[1721] Fix | Delete
color: var(--button--color-text);
[1722] Fix | Delete
cursor: pointer;
[1723] Fix | Delete
font-weight: var(--button--font-weight);
[1724] Fix | Delete
font-family: var(--button--font-family);
[1725] Fix | Delete
font-size: var(--button--font-size);
[1726] Fix | Delete
background-color: var(--button--color-background);
[1727] Fix | Delete
border-radius: var(--button--border-radius);
[1728] Fix | Delete
border: var(--button--border-width) solid var(--button--color-background);
[1729] Fix | Delete
text-decoration: none;
[1730] Fix | Delete
padding: var(--button--padding-vertical) var(--button--padding-horizontal);
[1731] Fix | Delete
}
[1732] Fix | Delete
[1733] Fix | Delete
.site .button:focus,
[1734] Fix | Delete
input[type=submit]:focus,
[1735] Fix | Delete
input[type=reset]:focus,
[1736] Fix | Delete
.wp-block-search__button:focus,
[1737] Fix | Delete
.wp-block-button .wp-block-button__link:focus {
[1738] Fix | Delete
background: transparent;
[1739] Fix | Delete
outline-offset: -6px;
[1740] Fix | Delete
outline: 2px dotted currentColor;
[1741] Fix | Delete
}
[1742] Fix | Delete
[1743] Fix | Delete
.is-dark-theme .site .button:focus,
[1744] Fix | Delete
.is-dark-theme input[type=submit]:focus,
[1745] Fix | Delete
.is-dark-theme input[type=reset]:focus,
[1746] Fix | Delete
.is-dark-theme .wp-block-search__button:focus,
[1747] Fix | Delete
.is-dark-theme .wp-block-button .wp-block-button__link:focus {
[1748] Fix | Delete
color: var(--button--color-background);
[1749] Fix | Delete
}
[1750] Fix | Delete
[1751] Fix | Delete
.site .button:focus:not(.has-background),
[1752] Fix | Delete
input[type=submit]:focus:not(.has-background),
[1753] Fix | Delete
input[type=reset]:focus:not(.has-background),
[1754] Fix | Delete
.wp-block-search__button:focus:not(.has-background),
[1755] Fix | Delete
.wp-block-button .wp-block-button__link:focus:not(.has-background) {
[1756] Fix | Delete
color: var(--button--color-text-hover);
[1757] Fix | Delete
}
[1758] Fix | Delete
[1759] Fix | Delete
.site .button:disabled,
[1760] Fix | Delete
input[type=submit]:disabled,
[1761] Fix | Delete
input[type=reset]:disabled,
[1762] Fix | Delete
.wp-block-search__button:disabled,
[1763] Fix | Delete
.wp-block-button .wp-block-button__link:disabled {
[1764] Fix | Delete
background-color: var(--global--color-white-50);
[1765] Fix | Delete
border-color: var(--global--color-white-50);
[1766] Fix | Delete
color: var(--button--color-text-active);
[1767] Fix | Delete
}
[1768] Fix | Delete
[1769] Fix | Delete
.site .button:active,
[1770] Fix | Delete
input[type=submit]:active,
[1771] Fix | Delete
input[type=reset]:active,
[1772] Fix | Delete
.wp-block-search .wp-block-search__button:active,
[1773] Fix | Delete
.wp-block-file .wp-block-file__button:active {
[1774] Fix | Delete
color: var(--button--color-text-active);
[1775] Fix | Delete
background-color: var(--button--color-background-active);
[1776] Fix | Delete
}
[1777] Fix | Delete
[1778] Fix | Delete
.site .button:hover,
[1779] Fix | Delete
input[type=submit]:hover,
[1780] Fix | Delete
input[type=reset]:hover,
[1781] Fix | Delete
.wp-block-search .wp-block-search__button:hover,
[1782] Fix | Delete
.wp-block-file .wp-block-file__button:hover {
[1783] Fix | Delete
color: var(--button--color-text-hover);
[1784] Fix | Delete
background: transparent;
[1785] Fix | Delete
}
[1786] Fix | Delete
[1787] Fix | Delete
/**
[1788] Fix | Delete
* Block Options
[1789] Fix | Delete
*/
[1790] Fix | Delete
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
[1791] Fix | Delete
color: var(--button--color-text-active) !important;
[1792] Fix | Delete
background: transparent !important;
[1793] Fix | Delete
border-color: var(--button--color-background);
[1794] Fix | Delete
}
[1795] Fix | Delete
[1796] Fix | Delete
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
[1797] Fix | Delete
color: var(--button--color-text-hover) !important;
[1798] Fix | Delete
background: transparent !important;
[1799] Fix | Delete
border-color: var(--button--color-background);
[1800] Fix | Delete
}
[1801] Fix | Delete
[1802] Fix | Delete
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
[1803] Fix | Delete
color: var(--button--color-text) !important;
[1804] Fix | Delete
background: var(--button--color-background) !important;
[1805] Fix | Delete
}
[1806] Fix | Delete
[1807] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link {
[1808] Fix | Delete
padding: var(--button--padding-vertical) var(--button--padding-horizontal);
[1809] Fix | Delete
}
[1810] Fix | Delete
[1811] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
[1812] Fix | Delete
background: transparent;
[1813] Fix | Delete
}
[1814] Fix | Delete
[1815] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color) {
[1816] Fix | Delete
background: transparent;
[1817] Fix | Delete
color: var(--button--color-background);
[1818] Fix | Delete
border-color: var(--button--color-background);
[1819] Fix | Delete
}
[1820] Fix | Delete
[1821] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-background:not(.has-text-color) {
[1822] Fix | Delete
color: currentColor;
[1823] Fix | Delete
}
[1824] Fix | Delete
[1825] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-gray-background-color:not(.has-text-color),
[1826] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-dark-gray-background-color:not(.has-text-color),
[1827] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-black-background-color:not(.has-text-color) {
[1828] Fix | Delete
color: var(--global--color-white);
[1829] Fix | Delete
}
[1830] Fix | Delete
[1831] Fix | Delete
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background {
[1832] Fix | Delete
color: var(--global--color-dark-gray);
[1833] Fix | Delete
}
[1834] Fix | Delete
[1835] Fix | Delete
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-gray-background-color,
[1836] Fix | Delete
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-dark-gray-background-color,
[1837] Fix | Delete
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-black-background-color {
[1838] Fix | Delete
color: var(--global--color-white);
[1839] Fix | Delete
}
[1840] Fix | Delete
[1841] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color,
[1842] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-text-color {
[1843] Fix | Delete
border-color: currentColor;
[1844] Fix | Delete
}
[1845] Fix | Delete
[1846] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:active,
[1847] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:hover {
[1848] Fix | Delete
color: var(--button--color-text) !important;
[1849] Fix | Delete
background: var(--button--color-background) !important;
[1850] Fix | Delete
border-color: var(--button--color-background);
[1851] Fix | Delete
}
[1852] Fix | Delete
[1853] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:active.has-text-color,
[1854] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:hover.has-text-color {
[1855] Fix | Delete
border-color: var(--button--color-background);
[1856] Fix | Delete
}
[1857] Fix | Delete
[1858] Fix | Delete
.wp-block-button.is-style-outline .wp-block-button__link:focus {
[1859] Fix | Delete
color: var(--button--color-background) !important;
[1860] Fix | Delete
background: transparent !important;
[1861] Fix | Delete
}
[1862] Fix | Delete
[1863] Fix | Delete
.wp-block-button .is-style-squared .wp-block-button__link {
[1864] Fix | Delete
border-radius: 0;
[1865] Fix | Delete
}
[1866] Fix | Delete
[1867] Fix | Delete
.is-style-outline .wp-block-button__link[style*=radius]:focus,
[1868] Fix | Delete
.wp-block-button a.wp-block-button__link[style*=radius]:focus {
[1869] Fix | Delete
outline-offset: 2px;
[1870] Fix | Delete
outline: 2px dotted var(--button--color-background);
[1871] Fix | Delete
}
[1872] Fix | Delete
[1873] Fix | Delete
.wp-block-code {
[1874] Fix | Delete
border-color: var(--global--color-border);
[1875] Fix | Delete
border-radius: 0;
[1876] Fix | Delete
border-style: solid;
[1877] Fix | Delete
border-width: 0.1rem;
[1878] Fix | Delete
padding: var(--global--spacing-unit);
[1879] Fix | Delete
}
[1880] Fix | Delete
[1881] Fix | Delete
.wp-block-code code {
[1882] Fix | Delete
color: var(--global--color-primary);
[1883] Fix | Delete
font-size: var(--global--font-size-xs);
[1884] Fix | Delete
white-space: pre;
[1885] Fix | Delete
overflow-x: auto;
[1886] Fix | Delete
display: block;
[1887] Fix | Delete
}
[1888] Fix | Delete
[1889] Fix | Delete
.wp-block-columns:not(.alignwide):not(.alignfull) {
[1890] Fix | Delete
clear: both;
[1891] Fix | Delete
}
[1892] Fix | Delete
[1893] Fix | Delete
.wp-block-columns .wp-block-column > * {
[1894] Fix | Delete
margin-top: calc(0.66 * var(--global--spacing-vertical));
[1895] Fix | Delete
margin-bottom: calc(0.66 * var(--global--spacing-vertical));
[1896] Fix | Delete
}
[1897] Fix | Delete
@media only screen and (min-width: 482px) {
[1898] Fix | Delete
[1899] Fix | Delete
.wp-block-columns .wp-block-column > * {
[1900] Fix | Delete
margin-top: var(--global--spacing-vertical);
[1901] Fix | Delete
margin-bottom: var(--global--spacing-vertical);
[1902] Fix | Delete
}
[1903] Fix | Delete
}
[1904] Fix | Delete
[1905] Fix | Delete
.wp-block-columns .wp-block-column > *:first-child {
[1906] Fix | Delete
margin-top: 0;
[1907] Fix | Delete
}
[1908] Fix | Delete
[1909] Fix | Delete
.wp-block-columns .wp-block-column > *:last-child {
[1910] Fix | Delete
margin-bottom: 0;
[1911] Fix | Delete
}
[1912] Fix | Delete
[1913] Fix | Delete
.wp-block-columns .wp-block-column:last-child {
[1914] Fix | Delete
margin-bottom: 0;
[1915] Fix | Delete
}
[1916] Fix | Delete
[1917] Fix | Delete
.wp-block-columns .wp-block-column:not(:last-child) {
[1918] Fix | Delete
margin-bottom: calc(0.66 * var(--global--spacing-vertical));
[1919] Fix | Delete
}
[1920] Fix | Delete
@media only screen and (min-width: 482px) {
[1921] Fix | Delete
[1922] Fix | Delete
.wp-block-columns .wp-block-column:not(:last-child) {
[1923] Fix | Delete
margin-bottom: var(--global--spacing-vertical);
[1924] Fix | Delete
}
[1925] Fix | Delete
}
[1926] Fix | Delete
@media only screen and (min-width: 822px) {
[1927] Fix | Delete
[1928] Fix | Delete
.wp-block-columns .wp-block-column:not(:last-child) {
[1929] Fix | Delete
margin-bottom: 0;
[1930] Fix | Delete
}
[1931] Fix | Delete
}
[1932] Fix | Delete
[1933] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap {
[1934] Fix | Delete
justify-content: space-around;
[1935] Fix | Delete
}
[1936] Fix | Delete
@media only screen and (min-width: 652px) {
[1937] Fix | Delete
[1938] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
[1939] Fix | Delete
margin-left: calc(-2 * var(--global--spacing-horizontal));
[1940] Fix | Delete
margin-top: calc(2.5 * var(--global--spacing-horizontal));
[1941] Fix | Delete
z-index: 2;
[1942] Fix | Delete
}
[1943] Fix | Delete
[1944] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
[1945] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
[1946] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
[1947] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
[1948] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
[1949] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
[1950] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
[1951] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
[1952] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
[1953] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
[1954] Fix | Delete
background-color: var(--global--color-background);
[1955] Fix | Delete
padding: var(--global--spacing-unit);
[1956] Fix | Delete
}
[1957] Fix | Delete
[1958] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
[1959] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
[1960] Fix | Delete
padding-left: calc(2 * var(--global--spacing-horizontal));
[1961] Fix | Delete
}
[1962] Fix | Delete
[1963] Fix | Delete
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
[1964] Fix | Delete
margin-top: 0;
[1965] Fix | Delete
}
[1966] Fix | Delete
}
[1967] Fix | Delete
[1968] Fix | Delete
.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
[1969] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
[1970] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
[1971] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
[1972] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
[1973] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
[1974] Fix | Delete
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
[1975] Fix | Delete
padding-left: var(--global--spacing-unit);
[1976] Fix | Delete
padding-right: var(--global--spacing-unit);
[1977] Fix | Delete
}
[1978] Fix | Delete
[1979] Fix | Delete
.wp-block-cover,
[1980] Fix | Delete
.wp-block-cover-image {
[1981] Fix | Delete
background-color: var(--cover--color-background);
[1982] Fix | Delete
min-height: var(--cover--height);
[1983] Fix | Delete
margin-top: inherit;
[1984] Fix | Delete
margin-bottom: inherit;
[1985] Fix | Delete
[1986] Fix | Delete
/* default & custom background-color */
[1987] Fix | Delete
[1988] Fix | Delete
/* Treating H2 separately to account for legacy /core styles */
[1989] Fix | Delete
[1990] Fix | Delete
/* Block Styles */
[1991] Fix | Delete
}
[1992] Fix | Delete
[1993] Fix | Delete
.wp-block-cover:not(.alignwide):not(.alignfull),
[1994] Fix | Delete
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
[1995] Fix | Delete
clear: both;
[1996] Fix | Delete
}
[1997] Fix | Delete
[1998] Fix | Delete
.wp-block-cover.alignfull,
[1999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function