|
@@ -971,7 +971,7 @@ input[type="color"],
|
|
|
textarea {
|
|
|
color: #303030;
|
|
|
border: 1px solid #C5C5C5;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 5px;
|
|
|
padding: 16px;
|
|
|
}
|
|
|
|
|
@@ -1078,11 +1078,11 @@ input[type="submit"],
|
|
|
cursor: pointer;
|
|
|
font-weight: bold;
|
|
|
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 1.15rem;
|
|
|
+ font-size: 1rem;
|
|
|
background-color: #1279BE;
|
|
|
border-radius: 5px;
|
|
|
border-width: 0;
|
|
|
- padding: 16px 16px;
|
|
|
+ padding: 16px 24px;
|
|
|
}
|
|
|
|
|
|
button:before,
|
|
@@ -1140,7 +1140,7 @@ input.has-focus[type="submit"],
|
|
|
color: #1279BE;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
- padding: 14px 16px;
|
|
|
+ padding: 16px-2px 24px;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
@@ -3281,6 +3281,8 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul {
|
|
|
justify-content: flex-end;
|
|
|
+ margin-right: -8px;
|
|
|
+ margin-left: -8px;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li {
|
|
|
margin-bottom: 16px;
|
|
@@ -3295,20 +3297,19 @@ p:not(.site-title) a:hover {
|
|
|
.site-header .main-navigation > div > ul > li:hover > a,
|
|
|
.site-header .main-navigation > div > ul > li.focus > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item > a {
|
|
|
- text-decoration: underline;
|
|
|
+ color: #1279BE;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li:hover > ul,
|
|
|
.site-header .main-navigation > div > ul > li.focus > ul,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item > ul {
|
|
|
box-shadow: none;
|
|
|
- margin-right: 8px;
|
|
|
overflow: hidden;
|
|
|
padding-top: 8px;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li:hover > ul:before,
|
|
|
.site-header .main-navigation > div > ul > li.focus > ul:before,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
|
|
|
- border-bottom: 8px solid;
|
|
|
+ border-bottom: 8px solid #1279BE;
|
|
|
border-right: 8px solid transparent;
|
|
|
border-left: 8px solid transparent;
|
|
|
content: "";
|
|
@@ -3319,7 +3320,7 @@ p:not(.site-title) a:hover {
|
|
|
.site-header .main-navigation > div > ul > li:hover li > a,
|
|
|
.site-header .main-navigation > div > ul > li.focus li > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li > a {
|
|
|
- background: #303030;
|
|
|
+ background: #1279BE;
|
|
|
color: white;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li:hover li:hover > a,
|
|
@@ -3331,17 +3332,21 @@ p:not(.site-title) a:hover {
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li:hover > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li.focus > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li.current-menu-item > a {
|
|
|
- background: #1279BE;
|
|
|
+ background: #303030;
|
|
|
}
|
|
|
.site-header .social-navigation {
|
|
|
grid-area: social-navigation;
|
|
|
justify-self: flex-end;
|
|
|
}
|
|
|
- .site-header .social-navigation > div > ul {
|
|
|
- justify-content: flex-end;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
+.social-navigation > div > ul {
|
|
|
+ justify-content: flex-end;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Footer Menu
|
|
|
+ */
|
|
|
.footer-navigation .footer-menu {
|
|
|
margin-right: -8px;
|
|
|
margin-left: -8px;
|
|
@@ -3409,18 +3414,20 @@ table th,
|
|
|
|
|
|
.singular .hentry .entry-title:after,
|
|
|
.page-title:after {
|
|
|
- margin-bottom: 0;
|
|
|
margin-top: 16px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.singular .hentry .entry-title:after,
|
|
|
.page-title:after {
|
|
|
- margin-bottom: 0;
|
|
|
margin-top: 64px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry-header .entry-meta {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
article .entry-header .entry-title a,
|
|
|
.page-title a,
|
|
|
.a8c-posts-list .a8c-posts-list-item__title a {
|
|
@@ -3438,8 +3445,20 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
color: #1279BE;
|
|
|
}
|
|
|
|
|
|
-.page .hentry .entry-content > *:first-child.alignfull {
|
|
|
- margin-top: -32px;
|
|
|
+.singular .hentry .entry-content > *:first-child.alignfull {
|
|
|
+ margin-top: -64px;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Comments
|
|
|
+ */
|
|
|
+.comment .avatar {
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.comment-respond .form-submit {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3563,35 +3582,3 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
|
|
|
margin-bottom: 8px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-
|
|
|
-/*
|
|
|
-.site-branding,
|
|
|
-.site-info,
|
|
|
-.main-navigation,
|
|
|
-.entry-header,
|
|
|
-.entry-footer,
|
|
|
-.page-title,
|
|
|
-.author-title,
|
|
|
-.comments-title,
|
|
|
-.comment-reply-title {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.comment-reply-title {
|
|
|
- display: inherit;
|
|
|
-}
|
|
|
-
|
|
|
-.comment .comment-reply-title {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul,
|
|
|
-.social-navigation > div > ul,
|
|
|
-.pagination .nav-links {
|
|
|
- justify-content: center;
|
|
|
-}
|
|
|
-*/
|