|
@@ -168,10 +168,120 @@ ul ul {
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
|
|
|
|
+ background-color: var(--wp--custom--color--background);
|
|
|
|
+ border-color: var(--wp--custom--color--foreground);
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-navigation__mobile-menu-open-button {
|
|
.wp-block-navigation__mobile-menu-open-button {
|
|
color: var(--wp--custom--color--primary);
|
|
color: var(--wp--custom--color--primary);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-navigation a {
|
|
|
|
+ border-bottom: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation-link {
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
|
+ padding: var(--wp--custom--navigation--padding);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation-link__submenu-icon {
|
|
|
|
+ padding: 0;
|
|
|
|
+ text-indent: -8px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation__container {
|
|
|
|
+ padding: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation__container .has-child .wp-block-navigation-link__container {
|
|
|
|
+ padding: 0;
|
|
|
|
+ border-radius: var(--wp--custom--navigation--submenu--border--radius);
|
|
|
|
+ border-style: var(--wp--custom--navigation--submenu--border--style);
|
|
|
|
+ border-width: var(--wp--custom--navigation--submenu--border--width);
|
|
|
|
+ border-color: var(--wp--custom--navigation--submenu--border--color);
|
|
|
|
+ box-shadow: var(--wp--custom--navigation--submenu--shadow);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-navigation .wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content {
|
|
|
|
+ padding: var(--wp--custom--navigation--submenu--padding);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media (min-width: 480px) {
|
|
|
|
+ header .wp-block-navigation .wp-block-navigation__mobile-menu-open-button,
|
|
|
|
+ header .wp-block-navigation .wp-block-navigation__mobile-menu-close-button {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media (max-width: 479px) {
|
|
|
|
+ header .wp-block-navigation:not(.show) {
|
|
|
|
+ text-align: right;
|
|
|
|
+ padding-left: var(--wp--custom--margin--horizontal);
|
|
|
|
+ padding-right: var(--wp--custom--margin--horizontal);
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation:not(.show) .wp-block-navigation__container {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation:not(.show) .wp-block-navigation__mobile-menu-open-button {
|
|
|
|
+ font-size: var(--wp--custom--navigation--mobile--menu--typography--font-size);
|
|
|
|
+ font-weight: var(--wp--custom--navigation--mobile--menu--typography--font-weight);
|
|
|
|
+ font-family: var(--wp--custom--navigation--mobile--menu--typography--font-family);
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation:not(.show) .wp-block-navigation__mobile-menu-close-button {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation.show {
|
|
|
|
+ opacity: 1;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation.show .wp-block-navigation__mobile-menu-close-button {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: var(--wp--custom--margin--vertical);
|
|
|
|
+ right: var(--wp--custom--margin--horizontal);
|
|
|
|
+ color: var(--wp--custom--navigation--mobile--menu--color--text);
|
|
|
|
+ font-size: var(--wp--custom--navigation--mobile--menu--typography--font-size);
|
|
|
|
+ font-weight: var(--wp--custom--navigation--mobile--menu--typography--font-weight);
|
|
|
|
+ font-family: var(--wp--custom--navigation--mobile--menu--typography--font-family);
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation.show .wp-block-navigation__container {
|
|
|
|
+ background-color: var(--wp--custom--navigation--submenu--color--background);
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: var(--wp--custom--navigation--mobile--horizontal-alignment);
|
|
|
|
+ justify-content: var(--wp--custom--navigation--mobile--vertical-alignment);
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ z-index: 99999;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation.show .wp-block-navigation-link {
|
|
|
|
+ padding: 0;
|
|
|
|
+ }
|
|
|
|
+ header .wp-block-navigation.show .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
|
+ padding: var(--wp--custom--navigation--mobile--padding);
|
|
|
|
+ font-family: var(--wp--custom--navigation--mobile--typography--font-family);
|
|
|
|
+ font-size: var(--wp--custom--navigation--mobile--typography--font-size);
|
|
|
|
+ font-weight: var(--wp--custom--navigation--mobile--typography--font-weight);
|
|
|
|
+ line-height: var(--wp--custom--navigation--mobile--typography--line-height);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-post-comments .reply a, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a:active {
|
|
.wp-block-post-comments .reply a, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a:active {
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
line-height: 1.2;
|
|
line-height: 1.2;
|