Version 2.7.1.
This commit is contained in:
parent
187db0fb22
commit
fa3b8cf0de
|
@ -1,9 +1,9 @@
|
||||||
=== Tainacan Interface ===
|
=== Tainacan Interface ===
|
||||||
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes
|
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes
|
||||||
Requires at least: WordPress 5.0
|
Requires at least: WordPress 5.9
|
||||||
Tested up to: WordPress 6.1
|
Tested up to: WordPress 6.4.1
|
||||||
Version: 2.7
|
Version: 2.7.1
|
||||||
Requires PHP: 5.6
|
Requires PHP: 7.0
|
||||||
Stable tag: trunk
|
Stable tag: trunk
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<?php get_template_part( 'template-parts/bannerheader' ); ?>
|
<?php get_template_part( 'template-parts/bannerheader' ); ?>
|
||||||
|
|
||||||
<main role="main" class="mt-5 max-large margin-one-column">
|
<main role="main" class="mt-5 max-large margin-one-column">
|
||||||
<div class="row justify-content-between">
|
<div class="row py-4 justify-content-between">
|
||||||
<div class="col-12 <?php if ( is_active_sidebar( 'tainacan-sidebar-right' ) ) { ?>col-lg-8 pr-lg-0<?php } ?>">
|
<div class="col-12 <?php if ( is_active_sidebar( 'tainacan-sidebar-right' ) ) { ?>col-lg-8 pr-lg-0<?php } ?>">
|
||||||
<?php get_template_part( 'template-parts/loop' ); ?>
|
<?php get_template_part( 'template-parts/loop' ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#comments{
|
#comments{
|
||||||
border-top-color: var(--tainacan-interface--link-color, #298596) !important;
|
border-top-color: var(--tainacan-interface--link-color, #187181) !important;
|
||||||
|
|
||||||
div[for=comment]{
|
div[for=comment]{
|
||||||
span{
|
span{
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
border: 1px solid #cbcbcb;
|
border: 1px solid #a5a5a5;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
width: 82%;
|
width: 82%;
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
}
|
}
|
||||||
&#submit{
|
&#submit{
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: #25a189 !important;
|
background-color: #1a745c !important;
|
||||||
}
|
}
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.comment-reply-link, .comment-edit-link{
|
.comment-reply-link, .comment-edit-link{
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ footer.tainacan-footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tainacan-footer-area-separator {
|
.tainacan-footer-area-separator {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-footer-widgets-area {
|
.tainacan-footer-widgets-area {
|
||||||
|
@ -100,7 +100,7 @@ footer.tainacan-footer {
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -113,9 +113,9 @@ footer.tainacan-footer {
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: 1px solid #555758 !important;
|
border: 1px solid #505253 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search-controls {
|
.search-controls {
|
||||||
|
@ -129,7 +129,7 @@ footer.tainacan-footer {
|
||||||
label {
|
label {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #454647;
|
color: #373839;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
input {
|
input {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -159,7 +159,7 @@ footer.tainacan-footer {
|
||||||
}
|
}
|
||||||
.tainacan-powered {
|
.tainacan-powered {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #f9f9f9;
|
color: #f9f9f9;
|
||||||
|
@ -172,7 +172,7 @@ footer.tainacan-footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.tainacan-footer-colored {
|
&.tainacan-footer-colored {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
a {
|
a {
|
||||||
color: #e6f6f8;
|
color: #e6f6f8;
|
||||||
}
|
}
|
||||||
|
@ -195,10 +195,10 @@ footer.tainacan-footer {
|
||||||
&.tainacan-footer-light {
|
&.tainacan-footer-light {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
.text-white {
|
.text-white {
|
||||||
color: #454647 !important;
|
color: #373839 !important;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -210,7 +210,7 @@ footer.tainacan-footer {
|
||||||
li{
|
li{
|
||||||
color: black;
|
color: black;
|
||||||
a {
|
a {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -220,7 +220,7 @@ footer.tainacan-footer {
|
||||||
}
|
}
|
||||||
.tainacan-footer-info {
|
.tainacan-footer-info {
|
||||||
.tainacan-powered {
|
.tainacan-powered {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
a {
|
a {
|
||||||
color: #222;
|
color: #222;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -21,10 +21,10 @@
|
||||||
.has-white-background-color { background-color: #ffffff !important; }
|
.has-white-background-color { background-color: #ffffff !important; }
|
||||||
.has-lightgray-color { color: #f2f2f2 !important; }
|
.has-lightgray-color { color: #f2f2f2 !important; }
|
||||||
.has-lightgray-background-color { background-color: #f2f2f2 !important; }
|
.has-lightgray-background-color { background-color: #f2f2f2 !important; }
|
||||||
.has-darkgray-color { color: #555758 !important; }
|
.has-darkgray-color { color: #505253 !important; }
|
||||||
.has-darkgray-background-color { background-color: #555758 !important; }
|
.has-darkgray-background-color { background-color: #505253 !important; }
|
||||||
.has-default-color { color: var(--tainacan-interface--link-color, #298596) !important; }
|
.has-default-color { color: var(--tainacan-interface--link-color, #187181) !important; }
|
||||||
.has-default-background-color { background-color: var(--tainacan-interface--link-color, #298596) !important; }
|
.has-default-background-color { background-color: var(--tainacan-interface--link-color, #187181) !important; }
|
||||||
|
|
||||||
.alignwide {
|
.alignwide {
|
||||||
margin-left: calc(-8.3333333333vw + 3.1%) !important;
|
margin-left: calc(-8.3333333333vw + 3.1%) !important;
|
||||||
|
@ -95,16 +95,16 @@
|
||||||
&:not(.is-style-outline) .btn.btn-jelly-bean,
|
&:not(.is-style-outline) .btn.btn-jelly-bean,
|
||||||
&:not(.is-style-outline) .btn.btn-jelly-bean:hover,
|
&:not(.is-style-outline) .btn.btn-jelly-bean:hover,
|
||||||
&:not(.is-style-outline) .btn.btn-jelly-bean:focus {
|
&:not(.is-style-outline) .btn.btn-jelly-bean:focus {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--wp--preset--color--white, #fff);
|
color: var(--wp--preset--theme-text-color--white, #fff);
|
||||||
}
|
}
|
||||||
&.is-style-outline > .wp-block-button__link,
|
&.is-style-outline > .wp-block-button__link,
|
||||||
& > .wp-block-button__link.is-style-outline {
|
& > .wp-block-button__link.is-style-outline {
|
||||||
padding: .25rem 1.125rem;
|
padding: .25rem 1.125rem;
|
||||||
border: 1px solid #555758 !important;
|
border: 1px solid #505253 !important;
|
||||||
|
|
||||||
&:not(.has-text-color) {
|
&:not(.has-text-color) {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
button:disabled {
|
button:disabled {
|
||||||
|
|
|
@ -64,9 +64,9 @@
|
||||||
}
|
}
|
||||||
> .page-header-content-title {
|
> .page-header-content-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-color: var(--tainacan-interface--link-color, #298596) !important;
|
border-color: var(--tainacan-interface--link-color, #187181) !important;
|
||||||
.page-header-title {
|
.page-header-title {
|
||||||
color: #01295c;
|
color: #062a57;
|
||||||
font: {
|
font: {
|
||||||
size: 20px;
|
size: 20px;
|
||||||
weight: 400;
|
weight: 400;
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
font: {
|
font: {
|
||||||
size: inherit;
|
size: inherit;
|
||||||
weight: 400;
|
weight: 400;
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-export {
|
.icon-export {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
padding: .282rem .4rem;
|
padding: .282rem .4rem;
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
min-height: 65px;
|
min-height: 65px;
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
.tainacan-interface-more, .tainacan-interface-less {
|
.tainacan-interface-more, .tainacan-interface-less {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
weight: 400;
|
weight: 400;
|
||||||
}
|
}
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tainacan-list-collection{
|
.tainacan-list-collection{
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
background-color: #dbdbdb;
|
background-color: #dbdbdb;
|
||||||
}
|
}
|
||||||
.image-placeholder {
|
.image-placeholder {
|
||||||
background-color: #cbcbcb;
|
background-color: #a5a5a5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tainacan-list-collection--title {
|
.tainacan-list-collection--title {
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
background-color: #dbdbdb;
|
background-color: #dbdbdb;
|
||||||
}
|
}
|
||||||
.image-placeholder {
|
.image-placeholder {
|
||||||
background-color: #cbcbcb;
|
background-color: #a5a5a5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -293,7 +293,7 @@ footer {
|
||||||
}
|
}
|
||||||
.tainacan-side{
|
.tainacan-side{
|
||||||
.textwidget, .recentcomments, .calendar_wrap, ul li, div li, div, ul, li {
|
.textwidget, .recentcomments, .calendar_wrap, ul li, div li, div, ul, li {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.tainacan-footer-light {
|
&.tainacan-footer-light {
|
||||||
|
@ -304,10 +304,10 @@ footer {
|
||||||
@media only screen {
|
@media only screen {
|
||||||
@media (max-width: 991.98px){
|
@media (max-width: 991.98px){
|
||||||
&{
|
&{
|
||||||
border-top: 1px solid #555758;
|
border-top: 1px solid #505253;
|
||||||
}
|
}
|
||||||
&:nth-last-child(1){
|
&:nth-last-child(1){
|
||||||
border-bottom: 1px solid #555758;
|
border-bottom: 1px solid #505253;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
i{
|
i{
|
||||||
color: #01295c;
|
color: #062a57;
|
||||||
font-size: 1.1875rem;
|
font-size: 1.1875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,13 +78,13 @@
|
||||||
}
|
}
|
||||||
#tainacan-search{
|
#tainacan-search{
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
&:focus{
|
&:focus{
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #555758;
|
border-color: #505253;
|
||||||
}
|
}
|
||||||
&+.input-group-append button {
|
&+.input-group-append button {
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
&::after {
|
&::after {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.dropdown-sorting{
|
&.dropdown-sorting{
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid #cbcbcb;
|
border: 1px solid #a5a5a5;
|
||||||
a {
|
a {
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
|
@ -44,9 +44,9 @@
|
||||||
color: #898d8f;
|
color: #898d8f;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
&:hover{
|
&:hover{
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:focus{
|
&:focus{
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
#tainacan-collection-search {
|
#tainacan-collection-search {
|
||||||
input{
|
input{
|
||||||
height: calc(2.25rem - 3px);
|
height: calc(2.25rem - 3px);
|
||||||
border-color: #cbcbcb !important;
|
border-color: #a5a5a5 !important;
|
||||||
&:focus{
|
&:focus{
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
button{
|
button{
|
||||||
border-color: #cbcbcb !important;
|
border-color: #a5a5a5 !important;
|
||||||
line-height: 0.5;
|
line-height: 0.5;
|
||||||
&:focus{
|
&:focus{
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
.title-content-items {
|
.title-content-items {
|
||||||
font-size: 1.125rem !important;
|
font-size: 1.125rem !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
margin-left: 4.16666666667%;
|
margin-left: 4.16666666667%;
|
||||||
margin-right: 4.16666666667%;
|
margin-right: 4.16666666667%;
|
||||||
margin-left: 4.16666666667vw;
|
margin-left: 4.16666666667vw;
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.tainacan-media-component {
|
.tainacan-media-component {
|
||||||
--swiper-navigation-color: var(--tainacan-interface--link-color, #298596);
|
--swiper-navigation-color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-item-file-download {
|
.tainacan-item-file-download {
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
right: calc(50% - 18px);
|
right: calc(50% - 18px);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: white;
|
color: white;
|
||||||
transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
|
transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@
|
||||||
.document-metadata__name {
|
.document-metadata__name {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--tainacan-label-color, #454647);
|
color: var(--tainacan-label-color, #373839);
|
||||||
}
|
}
|
||||||
.document-metadata__caption {
|
.document-metadata__caption {
|
||||||
font-size: 0.9375em;
|
font-size: 0.9375em;
|
||||||
|
@ -304,7 +304,7 @@
|
||||||
}
|
}
|
||||||
.document-metadata__caption {
|
.document-metadata__caption {
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
color: var(--tainacan-info-color, #555758);
|
color: var(--tainacan-info-color, #505253);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.single-item-collection--attachments-prev,
|
.single-item-collection--attachments-prev,
|
||||||
|
@ -315,7 +315,7 @@
|
||||||
width: 45px;
|
width: 45px;
|
||||||
line-height: 0px;
|
line-height: 0px;
|
||||||
font-size: 3.75rem;
|
font-size: 3.75rem;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
@ -517,7 +517,7 @@
|
||||||
}
|
}
|
||||||
h4,
|
h4,
|
||||||
label {
|
label {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
font-size: 0.85rem !important;
|
font-size: 0.85rem !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding-right: 0.875rem;
|
padding-right: 0.875rem;
|
||||||
|
@ -544,11 +544,11 @@
|
||||||
|
|
||||||
// Metadata type textarea has different separator
|
// Metadata type textarea has different separator
|
||||||
.multivalue-separator {
|
.multivalue-separator {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
}
|
}
|
||||||
.hierarchy-separator {
|
.hierarchy-separator {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
}
|
}
|
||||||
.metadata-type-compound {
|
.metadata-type-compound {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
@ -562,7 +562,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
max-height: 1px;
|
max-height: 1px;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
background: #cbcbcb;
|
background: #a5a5a5;
|
||||||
content: none;
|
content: none;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
margin: 0.875rem auto;
|
margin: 0.875rem auto;
|
||||||
|
@ -660,7 +660,7 @@
|
||||||
.tainacan-metadata-section {
|
.tainacan-metadata-section {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 2rem 4.16667vw 1rem 4.16667vw;
|
padding: 2rem 4.16667vw 1rem 4.16667vw;
|
||||||
border-top: 1px solid #cbcbcb;
|
border-top: 1px solid #a5a5a5;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -686,7 +686,7 @@
|
||||||
}
|
}
|
||||||
input:checked+label {
|
input:checked+label {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
border-bottom-color: var(--tainacan-interface--link-color, #298596);
|
border-bottom-color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
input:checked+label+.tainacan-metadata-section {
|
input:checked+label+.tainacan-metadata-section {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -709,14 +709,14 @@
|
||||||
.tainacan-metadata-section {
|
.tainacan-metadata-section {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 2rem 4.16667vw 1rem 4.16667vw;
|
padding: 2rem 4.16667vw 1rem 4.16667vw;
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
|
|
||||||
h1,h2,h3,h4 {
|
h1,h2,h3,h4 {
|
||||||
|
@ -724,7 +724,7 @@
|
||||||
margin: 0.75rem 1.5rem 0.75rem 2.25rem;
|
margin: 0.75rem 1.5rem 0.75rem 2.25rem;
|
||||||
}
|
}
|
||||||
.tainacan-icon {
|
.tainacan-icon {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.tainacan-modal,
|
.tainacan-modal,
|
||||||
.theme-items-list,
|
.theme-items-list,
|
||||||
.vue-tooltip-theme {
|
.vue-tooltip-theme {
|
||||||
--tainacan-secondary: var(--tainacan-interface--link-color, #298596);
|
--tainacan-secondary: var(--tainacan-interface--link-color, #187181);
|
||||||
--tainacan-primary: var(--tainacan-interface--tooltip-color, #e6f6f8);
|
--tainacan-primary: var(--tainacan-interface--tooltip-color, #e6f6f8);
|
||||||
}
|
}
|
|
@ -1,25 +1,25 @@
|
||||||
/* CSS Variables for the theme palette */
|
/* CSS Variables for the theme palette */
|
||||||
:root {
|
:root {
|
||||||
--tainacan-interface--link-color: #298596;
|
--tainacan-interface--link-color: #187181;
|
||||||
--tainacan-interface--tooltip-color: #e6f6f8;
|
--tainacan-interface--tooltip-color: #e6f6f8;
|
||||||
--tainacan-block-primary: var(--tainacan-interface--link-color, #298596);
|
--tainacan-block-primary: var(--tainacan-interface--link-color, #187181);
|
||||||
--wp--preset--font-size--small: 14px;
|
--wp--preset--font-size--small: 14px;
|
||||||
--wp--preset--font-size--regular: 16px;
|
--wp--preset--font-size--regular: 16px;
|
||||||
--wp--preset--font-size--large: 18px;
|
--wp--preset--font-size--large: 18px;
|
||||||
--wp--preset--font-size--huge: 24px;
|
--wp--preset--font-size--huge: 24px;
|
||||||
--wp--preset--color--default: var(--tainacan-color-default, #298596);
|
--wp--preset--theme-text-color--default: var(--tainacan-color-default, #187181);
|
||||||
--wp--preset--color--carmine: #8c442c;
|
--wp--preset--theme-text-color--carmine: #8c442c;
|
||||||
--wp--preset--color--cherry: #A12B42;
|
--wp--preset--theme-text-color--cherry: #A12B42;
|
||||||
--wp--preset--color--mustard: #754E24;
|
--wp--preset--theme-text-color--mustard: #754E24;
|
||||||
--wp--preset--color--mintgreen: #255F56;
|
--wp--preset--theme-text-color--mintgreen: #255F56;
|
||||||
--wp--preset--color--darkturquoise: #205E6F;
|
--wp--preset--theme-text-color--darkturquoise: #205E6F;
|
||||||
--wp--preset--color--turquoise: #185F6D;
|
--wp--preset--theme-text-color--turquoise: #185F6D;
|
||||||
--wp--preset--color--blueheavenly: #1D5C86;
|
--wp--preset--theme-text-color--blueheavenly: #1D5C86;
|
||||||
--wp--preset--color--purple: #4751a3;
|
--wp--preset--theme-text-color--purple: #4751a3;
|
||||||
--wp--preset--color--violet: #955ba5;
|
--wp--preset--theme-text-color--violet: #955ba5;
|
||||||
--wp--preset--color--white: #ffffff;
|
--wp--preset--theme-text-color--white: #ffffff;
|
||||||
--wp--preset--color--lightgray: #f2f2f2;
|
--wp--preset--theme-text-color--lightgray: #f2f2f2;
|
||||||
--wp--preset--color--darkgray: #555758;
|
--wp--preset--theme-text-color--darkgray: #505253;
|
||||||
|
|
||||||
--wp--style--global--content-size: 1100px;
|
--wp--style--global--content-size: 1100px;
|
||||||
--wp--style--global--wide-size: 1400px;
|
--wp--style--global--wide-size: 1400px;
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
$heavy-metal: #1d1d1b;
|
$heavy-metal: #1d1d1b;
|
||||||
$jelly-bean: #298596;
|
$jelly-bean: #187181;
|
||||||
$scooter: #2cb4c1;
|
$scooter: #2cb4c1;
|
||||||
$jungle-green: #25a189;
|
$jungle-green: #1a745c;
|
||||||
$haiti: #150e38;
|
$haiti: #150e38;
|
||||||
$oslo-gray: #898d8f;
|
$oslo-gray: #898d8f;
|
||||||
$dodger-blue: #04a5ff;
|
$dodger-blue: #04a5ff;
|
||||||
$black: #000;
|
$black: #000;
|
||||||
$black-opacit: rgba(0, 0, 0, 0.01);
|
$black-opacit: rgba(0, 0, 0, 0.01);
|
||||||
$midnight-blue: #01295C;
|
$midnight-blue: #062a57;
|
||||||
$silver: #cbcbcb;
|
$silver: #a5a5a5;
|
||||||
$mercury: #e5e5e5;
|
$mercury: #e5e5e5;
|
||||||
$tundora: #4e4e4e;
|
$tundora: #4e4e4e;
|
||||||
$white-title: rgba(255, 255, 255, 0.6);
|
$white-title: rgba(255, 255, 255, 0.6);
|
||||||
|
@ -28,7 +28,7 @@ $theme-colors: (
|
||||||
"mercury": $mercury,
|
"mercury": $mercury,
|
||||||
"tundora": $tundora,
|
"tundora": $tundora,
|
||||||
"white-title": $white-title,
|
"white-title": $white-title,
|
||||||
"primary": #298596
|
"primary": #187181
|
||||||
);
|
);
|
||||||
$font-family-base: 'Roboto';
|
$font-family-base: 'Roboto';
|
||||||
$headings-font-family: 'Roboto';
|
$headings-font-family: 'Roboto';
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
.has-white-background-color { background-color: #ffffff; }
|
.has-white-background-color { background-color: #ffffff; }
|
||||||
.has-lightgray-color { color: #f2f2f2; }
|
.has-lightgray-color { color: #f2f2f2; }
|
||||||
.has-lightgray-background-color { background-color: #f2f2f2; }
|
.has-lightgray-background-color { background-color: #f2f2f2; }
|
||||||
.has-darkgray-color { color: #555758; }
|
.has-darkgray-color { color: #505253; }
|
||||||
.has-darkgray-background-color { background-color: #555758; }
|
.has-darkgray-background-color { background-color: #505253; }
|
||||||
|
|
||||||
// Editor Block list side spacing
|
// Editor Block list side spacing
|
||||||
.editor-block-list__layout,
|
.editor-block-list__layout,
|
||||||
|
@ -105,8 +105,8 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: calc(1400px - 4.1666667%);
|
max-width: calc(1400px - 4.1666667%);
|
||||||
width: calc(100% - 8.33333%);
|
width: calc(100% - 8.33333%);
|
||||||
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
border-bottom: 2px solid var(--tainacan-interface--link-color, #187181);
|
||||||
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
|
|
||||||
&>.wp-block {
|
&>.wp-block {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -118,11 +118,11 @@
|
||||||
.editor-post-title.editor-post-title__input {
|
.editor-post-title.editor-post-title__input {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
textarea {
|
textarea {
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -176,8 +176,8 @@
|
||||||
.wp-block[data-type="core/heading"] h1,
|
.wp-block[data-type="core/heading"] h1,
|
||||||
h1.wp-block[data-type="core/heading"] {
|
h1.wp-block[data-type="core/heading"] {
|
||||||
font-size: 1.802rem;
|
font-size: 1.802rem;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
padding-top: .4rem;
|
padding-top: .4rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
font-size: 1.266rem;
|
font-size: 1.266rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
padding-top: .4rem;
|
padding-top: .4rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
@ -218,7 +218,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
padding-top: .4rem;
|
padding-top: .4rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
@ -261,14 +261,14 @@
|
||||||
line-height: 1.2rem;
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
.components-button.is-button.is-primary {
|
.components-button.is-button.is-primary {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.components-button.is-button.is-default {
|
.components-button.is-button.is-default {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #555758;
|
border: 1px solid #505253;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.components-icon-button:hover:not(.is-default),
|
.components-icon-button:hover:not(.is-default),
|
||||||
.components-icon-button:focus:not(.is-default),
|
.components-icon-button:focus:not(.is-default),
|
||||||
|
@ -282,15 +282,15 @@
|
||||||
.components-icon-button.is-default:active {
|
.components-icon-button.is-default:active {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
background: white !important;
|
background: white !important;
|
||||||
border: 1px solid #555758 !important;
|
border: 1px solid #505253 !important;
|
||||||
}
|
}
|
||||||
.wp-block-buttons {
|
.wp-block-buttons {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.wp-block-button__link {
|
.wp-block-button__link {
|
||||||
&:not(.has-background) {
|
&:not(.has-background) {
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
@ -298,10 +298,10 @@
|
||||||
}
|
}
|
||||||
.is-style-outline .wp-block-button__link {
|
.is-style-outline .wp-block-button__link {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 1px solid #555758;
|
border: 1px solid #505253;
|
||||||
&:not(.has-text-color) {
|
&:not(.has-text-color) {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.is-style-squared .wp-block-button__link {
|
.is-style-squared .wp-block-button__link {
|
||||||
|
@ -342,11 +342,11 @@
|
||||||
.components-popover select,
|
.components-popover select,
|
||||||
.components-popover textarea {
|
.components-popover textarea {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: #cbcbcb;
|
border-color: #a5a5a5;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid #555758;
|
border: 1px solid #505253;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -390,13 +390,13 @@
|
||||||
// height: 32px;
|
// height: 32px;
|
||||||
// margin: 0 12px 32px 12px;
|
// margin: 0 12px 32px 12px;
|
||||||
// padding: 0;
|
// padding: 0;
|
||||||
// border-bottom: 1px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
// border-bottom: 1px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
|
|
||||||
// .components-modal__header-heading,
|
// .components-modal__header-heading,
|
||||||
// h1 {
|
// h1 {
|
||||||
// font-size: 1.125rem;
|
// font-size: 1.125rem;
|
||||||
// font-weight: 500;
|
// font-weight: 500;
|
||||||
// color: #555758;
|
// color: #505253;
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
.wp-block-quote {
|
.wp-block-quote {
|
||||||
margin: 3rem 8.33333%;
|
margin: 3rem 8.33333%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -413,21 +413,21 @@
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
.wp-block-quote:not(.is-style-large):not(.is-large) {
|
.wp-block-quote:not(.is-style-large):not(.is-large) {
|
||||||
border-left: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-left: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.wp-block-quote__citation {
|
.wp-block-quote__citation {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pullquote */
|
/* Pullquote */
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
&:not(.is-style-solid-color) {
|
&:not(.is-style-solid-color) {
|
||||||
border-top: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-top: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
@ -443,11 +443,11 @@
|
||||||
}
|
}
|
||||||
:not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,
|
:not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,
|
||||||
:not(.has-text-color) .rich-text.block-editor-rich-text__editable p {
|
:not(.has-text-color) .rich-text.block-editor-rich-text__editable p {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.wp-block-pullquote__citation {
|
.wp-block-pullquote__citation {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -458,8 +458,8 @@
|
||||||
/* Separator */
|
/* Separator */
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
&:not(.has-background-color) {
|
&:not(.has-background-color) {
|
||||||
border-color: var(--tainacan-interface--link-color, #298596);
|
border-color: var(--tainacan-interface--link-color, #187181);
|
||||||
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
@ -468,8 +468,8 @@
|
||||||
}
|
}
|
||||||
&.is-style-dots {
|
&.is-style-dots {
|
||||||
&:not(.has-background-color)::before {
|
&:not(.has-background-color)::before {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
&::before {
|
&::before {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -479,7 +479,7 @@
|
||||||
|
|
||||||
/* Pre */
|
/* Pre */
|
||||||
.wp-block-preformatted pre {
|
.wp-block-preformatted pre {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
@ -487,13 +487,13 @@
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
.wp-block-code textarea {
|
.wp-block-code textarea {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
.wp-block-table th {
|
.wp-block-table th {
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
@ -505,15 +505,15 @@
|
||||||
/* Extra title group class, that can be added for styling special headings */
|
/* Extra title group class, that can be added for styling special headings */
|
||||||
.wp-block-group.tainacan-group-heading {
|
.wp-block-group.tainacan-group-heading {
|
||||||
.wp-block-heading {
|
.wp-block-heading {
|
||||||
color: var(--tainacan-interface--link-color, #298596) !important;
|
color: var(--tainacan-interface--link-color, #187181) !important;
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)) !important;
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181)) !important;
|
||||||
}
|
}
|
||||||
h1:not(.has-text-color),
|
h1:not(.has-text-color),
|
||||||
h2:not(.has-text-color),
|
h2:not(.has-text-color),
|
||||||
h3:not(.has-text-color),
|
h3:not(.has-text-color),
|
||||||
h4:not(.has-text-color) {
|
h4:not(.has-text-color) {
|
||||||
color: var(--tainacan-interface--link-color, #298596) !important;
|
color: var(--tainacan-interface--link-color, #187181) !important;
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
h1.wp-block-heading,
|
h1.wp-block-heading,
|
||||||
h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
|
h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
|
||||||
|
@ -540,8 +540,8 @@
|
||||||
hr.wp-block-separator:not(.is-style-wide) {
|
hr.wp-block-separator:not(.is-style-wide) {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
border-color: var(--tainacan-interface--link-color, #298596);
|
border-color: var(--tainacan-interface--link-color, #187181);
|
||||||
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: calc(1400px - 4.1666667%);
|
max-width: calc(1400px - 4.1666667%);
|
||||||
width: calc(100% - 8.33333%);
|
width: calc(100% - 8.33333%);
|
||||||
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
border-bottom: 2px solid var(--tainacan-interface--link-color, #187181);
|
||||||
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
|
|
||||||
&>.wp-block {
|
&>.wp-block {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -73,11 +73,11 @@
|
||||||
.components-popover select,
|
.components-popover select,
|
||||||
.components-popover textarea {
|
.components-popover textarea {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: #cbcbcb;
|
border-color: #a5a5a5;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid #555758;
|
border: 1px solid #505253;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -94,21 +94,21 @@
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
.wp-block-quote:not(.is-style-large):not(.is-large) {
|
.wp-block-quote:not(.is-style-large):not(.is-large) {
|
||||||
border-left: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-left: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.wp-block-quote__citation {
|
.wp-block-quote__citation {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pullquote */
|
/* Pullquote */
|
||||||
.wp-block-pullquote {
|
.wp-block-pullquote {
|
||||||
&:not(.is-style-solid-color) {
|
&:not(.is-style-solid-color) {
|
||||||
border-top: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-top: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-library-pullquote__content.editor-rich-text p,
|
.block-library-pullquote__content.editor-rich-text p,
|
||||||
|
@ -118,11 +118,11 @@
|
||||||
}
|
}
|
||||||
:not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,
|
:not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,
|
||||||
:not(.has-text-color) .rich-text.block-editor-rich-text__editable p {
|
:not(.has-text-color) .rich-text.block-editor-rich-text__editable p {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
.wp-block-pullquote__citation {
|
.wp-block-pullquote__citation {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -133,8 +133,8 @@
|
||||||
/* Separator */
|
/* Separator */
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
&:not(.has-background-color) {
|
&:not(.has-background-color) {
|
||||||
border-color: var(--tainacan-interface--link-color, #298596);
|
border-color: var(--tainacan-interface--link-color, #187181);
|
||||||
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
@ -143,8 +143,8 @@
|
||||||
}
|
}
|
||||||
&.is-style-dots {
|
&.is-style-dots {
|
||||||
&:not(.has-background-color)::before {
|
&:not(.has-background-color)::before {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));
|
color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #187181));
|
||||||
}
|
}
|
||||||
&::before {
|
&::before {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
padding: .75rem;
|
padding: .75rem;
|
||||||
|
|
|
@ -4,9 +4,9 @@ Author: Tainacan
|
||||||
Author URI: https://tainacan.org
|
Author URI: https://tainacan.org
|
||||||
Theme URI: https://tainacan.org/blog/category/tema/
|
Theme URI: https://tainacan.org/blog/category/tema/
|
||||||
Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
|
Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
|
||||||
Version: 2.7
|
Version: 2.7.1
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Requires PHP: 5.6
|
Requires PHP: 7.0
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio
|
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio
|
||||||
|
@ -16,35 +16,35 @@ Text Domain: tainacan-interface
|
||||||
@import '_variables';
|
@import '_variables';
|
||||||
|
|
||||||
:where(:not(.has-link-color)) a:not(.has-link-color) {
|
:where(:not(.has-link-color)) a:not(.has-link-color) {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
&:hover{
|
&:hover{
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto' !important;
|
font-family: 'Roboto' !important;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
--tainacan-interface--link-color: #298596;
|
--tainacan-interface--link-color: #187181;
|
||||||
--tainacan-interface--tooltip-color: #e6f6f8;
|
--tainacan-interface--tooltip-color: #e6f6f8;
|
||||||
--tainacan-block-primary: var(--tainacan-interface--link-color, #298596);
|
--tainacan-block-primary: var(--tainacan-interface--link-color, #187181);
|
||||||
--wp--preset--font-size--small: 14px;
|
--wp--preset--font-size--small: 14px;
|
||||||
--wp--preset--font-size--regular: 16px;
|
--wp--preset--font-size--regular: 16px;
|
||||||
--wp--preset--font-size--large: 18px;
|
--wp--preset--font-size--large: 18px;
|
||||||
--wp--preset--font-size--huge: 24px;
|
--wp--preset--font-size--huge: 24px;
|
||||||
--wp--preset--color--default: var(--tainacan-color-default, #298596);
|
--wp--preset--theme-text-color--default: var(--tainacan-color-default, #187181);
|
||||||
--wp--preset--color--carmine: #8c442c;
|
--wp--preset--theme-text-color--carmine: #8c442c;
|
||||||
--wp--preset--color--cherry: #A12B42;
|
--wp--preset--theme-text-color--cherry: #A12B42;
|
||||||
--wp--preset--color--mustard: #754E24;
|
--wp--preset--theme-text-color--mustard: #754E24;
|
||||||
--wp--preset--color--mintgreen: #255F56;
|
--wp--preset--theme-text-color--mintgreen: #255F56;
|
||||||
--wp--preset--color--darkturquoise: #205E6F;
|
--wp--preset--theme-text-color--darkturquoise: #205E6F;
|
||||||
--wp--preset--color--turquoise: #185F6D;
|
--wp--preset--theme-text-color--turquoise: #185F6D;
|
||||||
--wp--preset--color--blueheavenly: #1D5C86;
|
--wp--preset--theme-text-color--blueheavenly: #1D5C86;
|
||||||
--wp--preset--color--purple: #4751a3;
|
--wp--preset--theme-text-color--purple: #4751a3;
|
||||||
--wp--preset--color--violet: #955ba5;
|
--wp--preset--theme-text-color--violet: #955ba5;
|
||||||
--wp--preset--color--white: #ffffff;
|
--wp--preset--theme-text-color--white: #ffffff;
|
||||||
--wp--preset--color--lightgray: #f2f2f2;
|
--wp--preset--theme-text-color--lightgray: #f2f2f2;
|
||||||
--wp--preset--color--darkgray: #555758;
|
--wp--preset--theme-text-color--darkgray: #505253;
|
||||||
|
|
||||||
&.error404 {
|
&.error404 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -87,7 +87,7 @@ body {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
pre:not(.wp-block-code) {
|
pre:not(.wp-block-code) {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
@ -95,7 +95,7 @@ body {
|
||||||
.wp-block-code {
|
.wp-block-code {
|
||||||
code {
|
code {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -103,12 +103,12 @@ body {
|
||||||
margin: 3rem 8.33333%;
|
margin: 3rem 8.33333%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
p {
|
p {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
cite {
|
cite {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -117,7 +117,7 @@ body {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
&:not(.is-style-large) {
|
&:not(.is-style-large) {
|
||||||
border-left: 2px solid var(--tainacan-interface--link-color, #298596);
|
border-left: 2px solid var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
&.is-style-large {
|
&.is-style-large {
|
||||||
font-size: 1.375rem;
|
font-size: 1.375rem;
|
||||||
|
@ -125,7 +125,7 @@ body {
|
||||||
}
|
}
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
&:not(.has-background-color):not(.has-text-color) {
|
&:not(.has-background-color):not(.has-text-color) {
|
||||||
border-color: #cbcbcb;
|
border-color: #a5a5a5;
|
||||||
}
|
}
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
@ -134,7 +134,7 @@ body {
|
||||||
}
|
}
|
||||||
&.is-style-dots {
|
&.is-style-dots {
|
||||||
&:not(.has-background-color):not(.has-text-color)::before {
|
&:not(.has-background-color):not(.has-text-color)::before {
|
||||||
color: #cbcbcb;
|
color: #a5a5a5;
|
||||||
}
|
}
|
||||||
&::before {
|
&::before {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -151,7 +151,7 @@ body {
|
||||||
h2:not(.has-text-color),
|
h2:not(.has-text-color),
|
||||||
h3:not(.has-text-color),
|
h3:not(.has-text-color),
|
||||||
h4:not(.has-text-color) {
|
h4:not(.has-text-color) {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -180,8 +180,8 @@ body {
|
||||||
}
|
}
|
||||||
.table {
|
.table {
|
||||||
thead {
|
thead {
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
@ -342,7 +342,7 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
&:not(.is-style-solid-color) {
|
&:not(.is-style-solid-color) {
|
||||||
border-color:var(--tainacan-interface--link-color, #298596);
|
border-color:var(--tainacan-interface--link-color, #187181);
|
||||||
border-top-width: 2px;
|
border-top-width: 2px;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
|
@ -358,10 +358,10 @@ body {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
:not(.has-text-color) p {
|
:not(.has-text-color) p {
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
cite {
|
cite {
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -511,7 +511,7 @@ body.loading-content main:before {
|
||||||
right: 4.16666666667%;
|
right: 4.16666666667%;
|
||||||
right: 4.16666666667vw;
|
right: 4.16666666667vw;
|
||||||
background: rgb(0, 0, 0);
|
background: rgb(0, 0, 0);
|
||||||
background: var(--tainacan-interface--link-color, #298596);
|
background: var(--tainacan-interface--link-color, #187181);
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -581,12 +581,12 @@ nav {
|
||||||
padding-right: 0.25rem !important;
|
padding-right: 0.25rem !important;
|
||||||
}
|
}
|
||||||
i{
|
i{
|
||||||
color: #01295c;
|
color: #062a57;
|
||||||
font-size: 1.1875rem;
|
font-size: 1.1875rem;
|
||||||
}
|
}
|
||||||
&[data-toggle='dropdown']{
|
&[data-toggle='dropdown']{
|
||||||
&::after{
|
&::after{
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -676,9 +676,9 @@ nav {
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: #454647;
|
color: #373839;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: 1px solid #555758 !important;
|
border: 1px solid #505253 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search-controls {
|
.search-controls {
|
||||||
|
@ -737,7 +737,7 @@ nav {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
&::after{
|
&::after{
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
}
|
}
|
||||||
|
@ -754,7 +754,7 @@ nav {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0.375rem;
|
bottom: 0.375rem;
|
||||||
background-color: var(--tainacan-interface--link-color, #298596);
|
background-color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.dropdown-item {
|
&.dropdown-item {
|
||||||
|
@ -779,7 +779,7 @@ nav {
|
||||||
&.current_page_item,
|
&.current_page_item,
|
||||||
&.current-menu-item {
|
&.current-menu-item {
|
||||||
> a {
|
> a {
|
||||||
border-bottom: 1px solid var(--tainacan-interface--link-color, #298596);
|
border-bottom: 1px solid var(--tainacan-interface--link-color, #187181);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
|
@ -817,10 +817,10 @@ nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
}
|
}
|
||||||
&[aria-label='breadcrumb']{
|
&[aria-label='breadcrumb']{
|
||||||
border-bottom: 1px solid #cbcbcb;
|
border-bottom: 1px solid #a5a5a5;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -834,7 +834,7 @@ nav {
|
||||||
.breadcrumb-item + .breadcrumb-item{
|
.breadcrumb-item + .breadcrumb-item{
|
||||||
&:before{
|
&:before{
|
||||||
content: ">";
|
content: ">";
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -942,7 +942,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-icon {
|
.tainacan-icon {
|
||||||
color: #01295C !important;
|
color: #062a57 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler {
|
.navbar-toggler {
|
||||||
|
@ -1012,10 +1012,10 @@ nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
border-color: #25a189 !important;
|
border-color: #1a745c !important;
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: #25a189 !important;
|
background-color: #1a745c !important;
|
||||||
border-color: #25a189 !important;
|
border-color: #1a745c !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1177,14 +1177,14 @@ nav {
|
||||||
.tainacan-title-page{
|
.tainacan-title-page{
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
border-bottom: 2px solid var(--tainacan-interface--link-color, #187181);
|
||||||
.title-page h1{
|
.title-page h1{
|
||||||
font-size: 1.25rem !important;
|
font-size: 1.25rem !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #187181);
|
||||||
@media only screen and (max-width: 576px){
|
@media only screen and (max-width: 576px){
|
||||||
min-width: 85%;
|
min-width: 85%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -1268,7 +1268,7 @@ nav {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
color: #555758;
|
color: #505253;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"mappings": "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",
|
"mappings": "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",
|
||||||
"sources": ["assets/scss/_variables.scss","assets/scss/editor-style.scss"],
|
"sources": ["assets/scss/_variables.scss","assets/scss/editor-style.scss"],
|
||||||
"names": [],
|
"names": [],
|
||||||
"file": "editor-style.css"
|
"file": "editor-style.css"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/** Theme version */
|
/** Theme version */
|
||||||
const TAINACAN_INTERFACE_VERSION = '2.7';
|
const TAINACAN_INTERFACE_VERSION = '2.7.1';
|
||||||
|
|
||||||
/* Disables Tainacan Theme Helper the_content filter, which is used to build a custom item and taxonomy (terms list) template. */
|
/* Disables Tainacan Theme Helper the_content filter, which is used to build a custom item and taxonomy (terms list) template. */
|
||||||
if ( !defined('TAINACAN_DISABLE_ITEM_THE_CONTENT_FILTER') )
|
if ( !defined('TAINACAN_DISABLE_ITEM_THE_CONTENT_FILTER') )
|
||||||
|
@ -97,13 +97,13 @@ if ( ! function_exists( 'tainacan_setup' ) ) {
|
||||||
/**
|
/**
|
||||||
* Gutenberg support
|
* Gutenberg support
|
||||||
*/
|
*/
|
||||||
$default_color = '#298596';
|
$default_color = '#187181';
|
||||||
|
|
||||||
if (function_exists('tainacan_get_color_scheme')) {
|
if (function_exists('tainacan_get_color_scheme')) {
|
||||||
$color_scheme = tainacan_get_color_scheme();
|
$color_scheme = tainacan_get_color_scheme();
|
||||||
|
|
||||||
if ($color_scheme && $color_scheme[2]) {
|
if ($color_scheme && $color_scheme[2]) {
|
||||||
$default_color = $color_scheme[2] == 'default' ? '#298596' : $color_scheme[2];
|
$default_color = $color_scheme[2] == 'default' ? '#187181' : $color_scheme[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_theme_support( 'editor-color-palette', array(
|
add_theme_support( 'editor-color-palette', array(
|
||||||
|
@ -170,7 +170,7 @@ if ( ! function_exists( 'tainacan_setup' ) ) {
|
||||||
array(
|
array(
|
||||||
'name' => __( 'Dark gray', 'tainacan-interface' ),
|
'name' => __( 'Dark gray', 'tainacan-interface' ),
|
||||||
'slug' => 'darkgray',
|
'slug' => 'darkgray',
|
||||||
'color' => '#555758',
|
'color' => '#505253',
|
||||||
),
|
),
|
||||||
) );
|
) );
|
||||||
add_theme_support( 'align-wide' );
|
add_theme_support( 'align-wide' );
|
||||||
|
@ -213,7 +213,7 @@ add_action( 'after_setup_theme', 'tainacan_setup' );
|
||||||
*/
|
*/
|
||||||
function tainacan_customize_editor_css() {
|
function tainacan_customize_editor_css() {
|
||||||
|
|
||||||
$default_color = '#298596';
|
$default_color = '#187181';
|
||||||
|
|
||||||
if (function_exists('tainacan_get_color_scheme')) {
|
if (function_exists('tainacan_get_color_scheme')) {
|
||||||
$color_scheme = tainacan_get_color_scheme();
|
$color_scheme = tainacan_get_color_scheme();
|
||||||
|
@ -226,8 +226,8 @@ function tainacan_customize_editor_css() {
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
.editor-styles-wrapper {
|
.editor-styles-wrapper {
|
||||||
--tainacan-color-default: <?php echo ($default_color == 'default' ? 'var(--tainacan-interface--link-color, #298596)' : $default_color ); ?>;
|
--tainacan-color-default: <?php echo ($default_color == 'default' ? 'var(--tainacan-interface--link-color, #187181)' : $default_color ); ?>;
|
||||||
--tainacan-block-primary: <?php echo ($default_color == 'default' ? 'var(--tainacan-interface--link-color, #298596)' : $default_color ); ?>;
|
--tainacan-block-primary: <?php echo ($default_color == 'default' ? 'var(--tainacan-interface--link-color, #187181)' : $default_color ); ?>;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -108,7 +108,7 @@ function tainacan_get_color_schemes() {
|
||||||
'colors' => array(
|
'colors' => array(
|
||||||
'#1a1a1a', //background
|
'#1a1a1a', //background
|
||||||
'#ffffff', //background page
|
'#ffffff', //background page
|
||||||
'#298596', //link
|
'#187181', //link
|
||||||
'#e6f6f8', //tooltip
|
'#e6f6f8', //tooltip
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -198,7 +198,7 @@ function tainacan_get_color_schemes() {
|
||||||
'colors' => array(
|
'colors' => array(
|
||||||
'#ffffff', //background
|
'#ffffff', //background
|
||||||
'#ffffff', //background page
|
'#ffffff', //background page
|
||||||
'#555758', //link
|
'#505253', //link
|
||||||
'#f2f2f2', //tooltip
|
'#f2f2f2', //tooltip
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
@ -132,8 +132,8 @@ function tainacan_block_patterns_init() {
|
||||||
'description' => _x( 'Another hero section with a background color and columns for image headings and text.', 'Block pattern description', 'tainacan-interface' ),
|
'description' => _x( 'Another hero section with a background color and columns for image headings and text.', 'Block pattern description', 'tainacan-interface' ),
|
||||||
'content' => $wp_version >= '5.9'
|
'content' => $wp_version >= '5.9'
|
||||||
?
|
?
|
||||||
'<!-- wp:cover {"customOverlayColor":"#01295c","align":"full"} -->
|
'<!-- wp:cover {"customOverlayColor":"#062a57","align":"full"} -->
|
||||||
<div class="wp-block-cover alignfull"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#01295c"></span><div class="wp-block-cover__inner-container">
|
<div class="wp-block-cover alignfull"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#062a57"></span><div class="wp-block-cover__inner-container">
|
||||||
|
|
||||||
<!-- wp:group {"layout":{"inherit":true}} -->
|
<!-- wp:group {"layout":{"inherit":true}} -->
|
||||||
<div class="wp-block-group"><!-- wp:columns {"style":{"color":{"text":"#ffffff"},"spacing":{"blockGap":"4.2%"}}} -->
|
<div class="wp-block-group"><!-- wp:columns {"style":{"color":{"text":"#ffffff"},"spacing":{"blockGap":"4.2%"}}} -->
|
||||||
|
@ -165,8 +165,8 @@ function tainacan_block_patterns_init() {
|
||||||
<!-- /wp:group --></div></div>
|
<!-- /wp:group --></div></div>
|
||||||
<!-- /wp:cover -->'
|
<!-- /wp:cover -->'
|
||||||
:
|
:
|
||||||
'<!-- wp:cover {"customOverlayColor":"#01295c","align":"full"} -->
|
'<!-- wp:cover {"customOverlayColor":"#062a57","align":"full"} -->
|
||||||
<div class="wp-block-cover alignfull has-background-dim" style="background-color:#01295c">
|
<div class="wp-block-cover alignfull has-background-dim" style="background-color:#062a57">
|
||||||
<div class="wp-block-cover__inner-container">
|
<div class="wp-block-cover__inner-container">
|
||||||
<!-- wp:spacer {"height": 16} -->
|
<!-- wp:spacer {"height": 16} -->
|
||||||
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
|
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||||
|
@ -241,7 +241,7 @@ function tainacan_block_patterns_init() {
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Tainacan footer section', 'tainacan-interface' ),
|
'title' => __( 'Tainacan footer section', 'tainacan-interface' ),
|
||||||
'description' => _x( 'A block-based footer that can be used as alterative to the default template.', 'Block pattern description', 'tainacan-interface' ),
|
'description' => _x( 'A block-based footer that can be used as alterative to the default template.', 'Block pattern description', 'tainacan-interface' ),
|
||||||
'content' => '<!-- wp:group {"tagName":"footer","style":{"elements":{"link":{"color":{"text":"var:preset|color|lightgray"}}},"spacing":{"padding":{"top":"3rem","right":"3rem","bottom":"3rem","left":"3rem"}},"color":{"background":"#2c2d2d"}},"textColor":"white","layout":{"type":"constrained"}} -->
|
'content' => '<!-- wp:group {"tagName":"footer","style":{"elements":{"link":{"color":{"text":"var:preset|color|lightgray"},":hover":{"color":{"text":"var:preset|color|white"}}}},"spacing":{"padding":{"top":"3rem","right":"3rem","bottom":"3rem","left":"3rem"}},"color":{"background":"#2c2d2d"}},"textColor":"white","layout":{"type":"constrained"}} -->
|
||||||
<footer class="wp-block-group has-white-color has-text-color has-background has-link-color" style="background-color:#2c2d2d;padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"4.2%","padding":{"right":"4.2%","left":"4.2%"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
|
<footer class="wp-block-group has-white-color has-text-color has-background has-link-color" style="background-color:#2c2d2d;padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"4.2%","padding":{"right":"4.2%","left":"4.2%"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
|
||||||
<div class="wp-block-group alignwide" style="padding-right:4.2%;padding-left:4.2%"><!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"layout":{"type":"default"}} -->
|
<div class="wp-block-group alignwide" style="padding-right:4.2%;padding-left:4.2%"><!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"layout":{"type":"default"}} -->
|
||||||
<div class="wp-block-group has-link-color"><!-- wp:heading {"level":6,"style":{"typography":{"fontSize":"1.13rem"}},"textColor":"white"} -->
|
<div class="wp-block-group has-link-color"><!-- wp:heading {"level":6,"style":{"typography":{"fontSize":"1.13rem"}},"textColor":"white"} -->
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ( ! is_singular( 'page' ) ) : ?>
|
<?php if ( ! is_singular( 'page' ) ) : ?>
|
||||||
<div class="row justify-content-between">
|
<div class="row py-4 justify-content-between">
|
||||||
<span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">←</span> ' . __( 'Previous', 'tainacan-interface' ) ); ?></span>
|
<span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">←</span> ' . __( 'Previous', 'tainacan-interface' ) ); ?></span>
|
||||||
<span class="nav-next"><?php next_post_link( '%link', __( 'Next', 'tainacan-interface' ) . ' <span class="meta-nav">→</span>' ); ?></span>
|
<span class="nav-next"><?php next_post_link( '%link', __( 'Next', 'tainacan-interface' ) . ' <span class="meta-nav">→</span>' ); ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"settings": {
|
"settings": {
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
|
"background": {
|
||||||
|
"backgroundImage": true
|
||||||
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "min(calc(1400px - 16.6666%), 75%)",
|
"contentSize": "min(calc(1400px - 16.6666%), 75%)",
|
||||||
"wideSize": "min(1400px, 91.66667%)"
|
"wideSize": "min(1400px, 91.66667%)"
|
||||||
|
@ -100,7 +103,7 @@
|
||||||
"fontWeight": "normal"
|
"fontWeight": "normal"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--darkgray)"
|
"text": "var(--wp--preset--theme-text-color--darkgray)"
|
||||||
},
|
},
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"padding": {
|
"padding": {
|
||||||
|
@ -131,7 +134,7 @@
|
||||||
"fontWeight": "normal"
|
"fontWeight": "normal"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--darkgray)"
|
"text": "var(--wp--preset--theme-text-color--darkgray)"
|
||||||
},
|
},
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"padding": {
|
"padding": {
|
||||||
|
|
Loading…
Reference in New Issue