Compare commits

...

2 Commits

Author SHA1 Message Date
jorge f4a50c2d90 styled form and border as variable 2024-03-14 20:54:11 +01:00
jorge 590d0fbe7b styled menu for small screens 2024-03-14 20:30:26 +01:00
10 changed files with 624 additions and 722 deletions

View File

@ -321,12 +321,6 @@ Add your custom styles in this file so it is easier to update the theme.
/* Contact Form 7 /* Contact Form 7
--------------------------------------------- */ --------------------------------------------- */
/* contact forms styles used in wp backend with CF7 */
/* styles applied if written in wp backend
* class="contactform contactform-WHATEVER"
* */
/* Guttenslider /* Guttenslider
--------------------------------------------- */ --------------------------------------------- */
@ -999,7 +993,7 @@ Add your custom styles in this file so it is easier to update the theme.
margin: 0.1em 0; margin: 0.1em 0;
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #000; color: #000;
border: 1px solid #000; border: 0.05em solid #000;
background-color: none; background-color: none;
font-size: 0.8rem; font-size: 0.8rem;
} }
@ -1307,7 +1301,7 @@ Add your custom styles in this file so it is easier to update the theme.
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper select { .edit-post-visual-editor__content-area .editor-styles-wrapper select {
border: 1px solid #000; border: 0.05em solid #000;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { .edit-post-visual-editor__content-area .editor-styles-wrapper textarea {
@ -1588,49 +1582,19 @@ Add your custom styles in this file so it is easier to update the theme.
margin: 1rem; margin: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .main-navigation-content,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .main-navigation-content {
display: none; display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu {
padding-top: 0.5rem;
padding-left: 1rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation li,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation li {
position: relative;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a {
text-decoration: none;
font-size: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled ul { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled ul {
display: block; display: block;
margin: 0; position: relative;
padding: 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled ul .sub-menu { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .menu-toggle {
padding: 0.5em; position: relative;
} z-index: 999;
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled li {
padding: 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled a {
margin: 0;
padding: 0.5em;
display: block;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .main-navigation-content { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .main-navigation-content {
@ -1645,9 +1609,14 @@ Add your custom styles in this file so it is easier to update the theme.
overflow: auto; overflow: auto;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .menu-toggle { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled li {
position: relative; display: block;
z-index: 9999; }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled a {
display: block;
min-height: 100%;
padding: 0.5em 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .current-menu-ancestor > a::after { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .current-menu-ancestor > a::after {
@ -1664,74 +1633,6 @@ Add your custom styles in this file so it is easier to update the theme.
width: 100%; width: 100%;
background-color: #000; background-color: #000;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation {
padding: 0 1em 1em 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul {
display: inline-block;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li {
padding: 0.5em 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a {
text-transform: uppercase;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .show-mobile {
display: inherit;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle,
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggled-menu {
display: none;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle:checked + .toggled-menu {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
margin-top: 0;
padding: 0 2rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show {
position: relative;
display: inline-block;
width: 1.8em;
height: 1.4em;
margin-right: 0.3em;
border-top: 0.3em solid #000;
border-bottom: 0.3em solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show::before {
content: "";
position: absolute;
top: 0.3em;
left: 0;
width: 100%;
border-top: 0.3em solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide {
display: flex;
justify-content: end;
margin-right: -0.5em;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide::after {
content: "x";
padding: 0;
font-size: 3rem;
font-weight: 700;
}
} }
@media screen and (min-width: 48em) { @media screen and (min-width: 48em) {
@ -1755,6 +1656,11 @@ Add your custom styles in this file so it is easier to update the theme.
display: none; display: none;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .main-navigation-content,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .main-navigation-content {
display: inline-block;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul {
display: flex; display: flex;
@ -1768,34 +1674,33 @@ Add your custom styles in this file so it is easier to update the theme.
border-radius: 0.2em; border-radius: 0.2em;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu {
float: left; float: left;
position: absolute; position: absolute;
top: 100%; top: 100%;
left: -999em; left: -999em;
z-index: 99999; z-index: 99999;
padding-top: 0.5rem; padding: 0.5rem;
padding-left: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu ul,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu ul { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu ul {
left: -999em; left: -999em;
top: 0; top: 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu li:hover > ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu li:hover > ul,
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu li.focus > ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu li.focus > ul,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu li:hover > ul, .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu li:hover > ul,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu li.focus > ul { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu li.focus > ul {
display: block; display: block;
left: 4em; left: 4em;
top: 3em; top: 3em;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul .sub-menu a, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu a,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul .sub-menu a { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu a {
display: flex; display: flex;
align-items: center; align-items: center;
min-height: 100%; min-height: 100%;
@ -1804,6 +1709,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li, .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li { .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li {
position: relative;
padding: 1em; padding: 1em;
} }
@ -1814,6 +1720,15 @@ Add your custom styles in this file so it is easier to update the theme.
left: auto; left: auto;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul a,
.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul a {
display: flex;
align-items: center;
min-height: 100%;
text-decoration: none;
font-size: 1rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation { .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation {
padding-bottom: 1em; padding-bottom: 1em;
} }
@ -2353,7 +2268,7 @@ Add your custom styles in this file so it is easier to update the theme.
cursor: pointer; cursor: pointer;
font-weight: 900; font-weight: 900;
font-size: 0.9rem; font-size: 0.9rem;
border: 1px solid #000; border: 0.05em solid #000;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions::after { .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions::after {
@ -2631,17 +2546,28 @@ Add your custom styles in this file so it is easier to update the theme.
content: ">"; content: ">";
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid:not(:focus) { @media screen {
.edit-post-visual-editor__content-area .editor-styles-wrapper {
/* contact forms styles used in wp backend with CF7 */
/* styles applied if written in wp backend
* class="contactform contactform-WHATEVER"
* */
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid:not(:focus) {
background-color: #ff686e; background-color: #ff686e;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid-tip { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid-tip {
color: #ff686e; color: #ff686e;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.invalid .wpcf7-response-output, .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.unaccepted .wpcf7-response-output, .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.payment-required .wpcf7-response-output { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #f6cc4c; border-color: #f6cc4c;
background-color: #f6cc4c; background-color: #f6cc4c;
color: #fff; color: #fff;
@ -2650,125 +2576,145 @@ Add your custom styles in this file so it is easier to update the theme.
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-submit { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-submit {
margin-left: 1rem; margin-left: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-spinner { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-spinner {
margin: 0 -24px 0 0; margin: 0 -24px 0 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-list-item-label { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-list-item-label {
margin: 0 0.3rem; margin: 0 0.3rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form { .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form input:not([type="submit"]),
text-align: center; .edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form textarea {
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form input:not([type="submit"]),
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form textarea {
background: transparent; background: transparent;
border: 0.1em solid #000; border: 0.05em solid #000;
padding: 1em; padding: 1em;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform br { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform br {
display: none; display: none;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform p { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform p {
display: block; display: block;
break-inside: avoid-column; break-inside: avoid-column;
margin-top: 0; margin-top: 0;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .break-after-column, .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .break-after-column,
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .saltar-columna { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .saltar-columna {
break-after: column; break-after: column;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name, .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name,
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email {
max-width: 40%; max-width: 40%;
display: inline-block; display: inline-block;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name {
float: left; float: left;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email {
float: right; float: right;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-acceptance { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-acceptance {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: end;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info {
display: inline-block; display: inline-block;
column-count: 2; column-count: 1;
column-gap: 1rem; column-gap: 1rem;
width: 100%; width: 100%;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info .contactform-descripcio textarea { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info .contactform-descripcio textarea {
display: inline-block; display: inline-block;
min-height: 15.5em; min-height: 23.5em;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options {
display: flex; display: flex;
flex-direction: column;
justify-content: space-between; justify-content: space-between;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options p { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options p {
display: inline-block; display: inline-block;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options label.oficinasuport-titol-opcions {
border: 0.05em solid #000;
width: 100%;
display: inline-block;
margin-bottom: 1em;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item {
display: block; display: block;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item label { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item label {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
justify-content: left; justify-content: left;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] {
display: block; display: block;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] {
width: auto; width: auto;
background-color: #fff; background-color: #fff;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before {
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before { .edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before {
content: "inici: "; content: "inici: ";
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before {
content: "fi: ";
}
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { @media screen and (min-width: 48em) {
content: "fi: ";
.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form {
text-align: center;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info {
column-count: 2;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options {
flex-direction: row;
}
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .home { .edit-post-visual-editor__content-area .editor-styles-wrapper .home {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@ textarea {
} }
select { select {
border: 1px solid $color__border-input; border: $border__line;
} }
textarea { textarea {

View File

@ -36,7 +36,7 @@ dd {
margin:0.1em 0; margin:0.1em 0;
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: $color__text-screen; color: $color__text-screen;
border: 1px solid $color__black; border: $border__line;
background-color: none; background-color: none;
font-size: $font__size-body*0.8; font-size: $font__size-body*0.8;
} }

View File

@ -377,7 +377,7 @@
cursor: pointer; cursor: pointer;
font-weight: 900; font-weight: 900;
font-size: $font__size-body*0.9; font-size: $font__size-body*0.9;
border: 1px solid $color__border-button; border: $border__line;
&:after { &:after {
content: ">"; content: ">";
display: inline; display: inline;

View File

@ -12,33 +12,20 @@
margin: 1rem; margin: 1rem;
} }
.main-navigation,.secondary-navigation { .main-navigation,.secondary-navigation {
ul { .main-navigation-content {
display: none; display: none;
list-style: none;
margin: 0;
padding-left: 0;
ul.sub-menu {
padding-top: 0.5rem;
padding-left: 1rem;
}
}
li {
position: relative;
}
a {
display: flex;
align-items: center;
min-height: 100%;
text-decoration: none;
font-size: 1rem;
} }
} }
.main-navigation { .main-navigation {
&.toggled { &.toggled {
ul { ul {
display: block; display: block;
position: relative;
}
.menu-toggle {
position: relative;
z-index: 999;
} }
.main-navigation-content { .main-navigation-content {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
@ -50,9 +37,13 @@
background-color: rgba(255,255,255,0.95); background-color: rgba(255,255,255,0.95);
overflow: auto; overflow: auto;
} }
.menu-toggle { li {
position: relative; display: block;
z-index: 9999; }
a {
display: block;
min-height: 100%;
padding: 0.5em 0;
} }
.current-menu-ancestor > a::after { .current-menu-ancestor > a::after {
background-color: transparent; background-color: transparent;
@ -70,66 +61,56 @@
} }
} }
.secondary-navigation { .secondary-navigation {
padding: 0 1em 1em 0;
ul {
display: inline-block;
li {
padding: 0.5em 0;
}
}
a {
text-transform: uppercase;
}
} }
.menu-item-has-children { .menu-item-has-children {
} }
/* begin of menu-hidden */ /* begin of menu-hidden */
.toggle-secondary-navigation .show-mobile{ //.toggle-secondary-navigation .show-mobile{
display:inherit; // display:inherit;
} //}
.toggle, //.toggle,
.toggled-menu { //.toggled-menu {
display: none; // display: none;
} //}
.toggle:checked+.toggled-menu{ //.toggle:checked+.toggled-menu{
display: block; // display: block;
position: absolute; // position: absolute;
left:0; // left:0;
top:0; // top:0;
width: 100%; // width: 100%;
height: 100vh; // height: 100vh;
margin-top: 0; // margin-top: 0;
padding: 0 2rem; // padding: 0 2rem;
} //}
.toggle-show { //.toggle-show {
position: relative; // position: relative;
display: inline-block; // display: inline-block;
width: 1.8em; // width: 1.8em;
height: 1.4em; // height: 1.4em;
margin-right: 0.3em; // margin-right: 0.3em;
border-top: 0.3em solid $color__black; // border-top: 0.3em solid $color__black;
border-bottom: 0.3em solid $color__black; // border-bottom: 0.3em solid $color__black;
} //}
.toggle-show::before { //.toggle-show::before {
content: ""; // content: "";
position: absolute; // position: absolute;
top: 0.3em; // top: 0.3em;
left: 0; // left: 0;
width: 100%; // width: 100%;
border-top: 0.3em solid $color__black; // border-top: 0.3em solid $color__black;
} //}
.toggle-hide { //.toggle-hide {
display: flex; // display: flex;
justify-content: end; // justify-content: end;
margin-right: -0.5em; // margin-right: -0.5em;
} //}
.toggle-hide::after{ //.toggle-hide::after{
content: "x"; // content: "x";
padding: 0; // padding: 0;
font-size: 3rem; // font-size: 3rem;
font-weight: bold; // font-weight: bold;
} //}
/* end of menu hidden*/ /* end of menu hidden*/
} }
@ -138,11 +119,9 @@
} }
.main-navigation-content { .main-navigation-content {
li { li {
padding: 0.5rem 0;
} }
} }
.secondary-navigation-content { .secondary-navigation-content {
padding: 4rem 2rem;
} }
} }
@media screen and (min-width: 48em) { @media screen and (min-width: 48em) {
@ -157,6 +136,9 @@
} }
.main-navigation,.secondary-navigation { .main-navigation,.secondary-navigation {
.main-navigation-content {
display: inline-block;
}
ul { ul {
display: flex; display: flex;
flex-flow: row; flex-flow: row;
@ -165,14 +147,13 @@
box-shadow: -4px 4px 15px #999; box-shadow: -4px 4px 15px #999;
border-radius: 0.2em; border-radius: 0.2em;
} }
.sub-menu { ul.sub-menu {
float: left; float: left;
position: absolute; position: absolute;
top: 100%; top: 100%;
left: -999em; left: -999em;
z-index: 99999; z-index: 99999;
padding-top: 0.5rem; padding: 0.5rem;
padding-left: 1rem;
ul { ul {
left: -999em; left: -999em;
@ -194,6 +175,7 @@
} }
} }
li { li {
position: relative;
padding: 1em; padding: 1em;
&:hover > ul, &:hover > ul,
&.focus > ul { &.focus > ul {
@ -202,6 +184,14 @@
&.lang-item { &.lang-item {
} }
} }
a {
display: flex;
align-items: center;
min-height: 100%;
text-decoration: none;
font-size: 1rem;
}
} }
} }
@ -211,9 +201,7 @@
justify-content: end; justify-content: end;
ul.sub-menu { ul.sub-menu {
flex-direction: column; flex-direction: column;
//padding: 0.5rem;
li { li {
//padding: 0.5rem;
} }
} }
} }

View File

@ -1,14 +1,15 @@
/* contact forms styles used in wp backend with CF7 */ @media screen {
/* contact forms styles used in wp backend with CF7 */
.wpcf7-not-valid:not(:focus) { .wpcf7-not-valid:not(:focus) {
background-color: $color__red; background-color: $color__red;
} }
.wpcf7-not-valid-tip { .wpcf7-not-valid-tip {
color: $color__red; color: $color__red;
} }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { .wpcf7 form.payment-required .wpcf7-response-output {
border-color: $color__yellow; border-color: $color__yellow;
background-color: $color__yellow; background-color: $color__yellow;
color: $color__white; color: $color__white;
@ -17,35 +18,32 @@
text-align: center; text-align: center;
margin: 0em; margin: 0em;
padding: 0rem; padding: 0rem;
} }
.wpcf7-form { .wpcf7-form {
.wpcf7-submit { .wpcf7-submit {
margin-left: 1rem; margin-left: 1rem;
} }
.wpcf7-spinner { .wpcf7-spinner {
margin: 0 -24px 0 0; margin: 0 -24px 0 0;
} }
} }
.wpcf7-list-item-label { .wpcf7-list-item-label {
margin: 0 0.3rem; margin: 0 0.3rem;
} }
.wpcf7-form { .wpcf7-form {
text-align: center; //text-align: center;
input:not([type="submit"]),textarea { input:not([type="submit"]),textarea {
background: transparent; background: transparent;
border: 0.1em solid $color__black; border: $border__line;
padding: 1em; padding: 1em;
//&[type="email"] {
// text-align: center;
//}
} }
} }
/* styles applied if written in wp backend /* styles applied if written in wp backend
* class="contactform contactform-WHATEVER" * class="contactform contactform-WHATEVER"
* */ * */
.contactform { .contactform {
margin-bottom: 1rem; margin-bottom: 1rem;
br { br {
display: none; display: none;
@ -58,8 +56,8 @@
.break-after-column, .saltar-columna{ .break-after-column, .saltar-columna{
break-after:column; break-after:column;
} }
} }
.contactform-consultoria { .contactform-consultoria {
.contactform-name, .contactform-email { .contactform-name, .contactform-email {
max-width: 40%; max-width: 40%;
display: inline-block; display: inline-block;
@ -73,28 +71,36 @@
} }
.contactform-message { .contactform-message {
} }
} }
.contactform-acceptance { .contactform-acceptance {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: end;
} }
.contactform-fund-info { .contactform-fund-info {
display: inline-block; display: inline-block;
column-count: 2; column-count: 1;
column-gap: $grid__gap; column-gap: $grid__gap;
width: 100%; width: 100%;
.contactform-descripcio textarea { .contactform-descripcio textarea {
display: inline-block; display: inline-block;
min-height: 15.5em; min-height: 23.5em;
} }
} }
.contactform-fund-options { .contactform-fund-options {
display: flex; display: flex;
flex-direction: column;
justify-content: space-between; justify-content: space-between;
p{ p{
display: inline-block; display: inline-block;
} }
label.oficinasuport-titol-opcions {
border: $border__line;
width: 100%;
display: inline-block;
margin-bottom: 1em;
}
.wpcf7-list-item { .wpcf7-list-item {
display:block; display:block;
label { label {
@ -122,5 +128,24 @@
content:"fi: "; content:"fi: ";
} }
} }
}
}
@media screen and (max-width: 48em) {
//only smaller than 48em
}
@media screen and (min-width: 48em) {
//only bigger than 48em
.wpcf7-form {
text-align: center;
}
.contactform-fund-info {
column-count: 2;
}
.contactform-fund-options {
flex-direction: row;
}
}
@media screen and (min-width: 80em) {
//only bigger than 80rem
} }

321
style.css
View File

@ -850,7 +850,7 @@ dd {
margin: 0.1em 0; margin: 0.1em 0;
padding: 0.2em 0.2em 0 0.2em; padding: 0.2em 0.2em 0 0.2em;
color: #000; color: #000;
border: 1px solid #000; border: 0.05em solid #000;
background-color: none; background-color: none;
font-size: 0.8rem; font-size: 0.8rem;
} }
@ -1163,7 +1163,7 @@ textarea:focus {
} }
select { select {
border: 1px solid #000; border: 0.05em solid #000;
} }
textarea { textarea {
@ -1446,49 +1446,19 @@ textarea {
margin: 1rem; margin: 1rem;
} }
.main-navigation ul, .main-navigation .main-navigation-content,
.secondary-navigation ul { .secondary-navigation .main-navigation-content {
display: none; display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul .sub-menu,
.secondary-navigation ul .sub-menu {
padding-top: 0.5rem;
padding-left: 1rem;
}
.main-navigation li,
.secondary-navigation li {
position: relative;
}
.main-navigation a,
.secondary-navigation a {
text-decoration: none;
font-size: 1rem;
} }
.main-navigation.toggled ul { .main-navigation.toggled ul {
display: block; display: block;
margin: 0; position: relative;
padding: 0;
} }
.main-navigation.toggled ul .sub-menu { .main-navigation.toggled .menu-toggle {
padding: 0.5em; position: relative;
} z-index: 999;
.main-navigation.toggled li {
padding: 0;
}
.main-navigation.toggled a {
margin: 0;
padding: 0.5em;
display: block;
} }
.main-navigation.toggled .main-navigation-content { .main-navigation.toggled .main-navigation-content {
@ -1503,9 +1473,14 @@ textarea {
overflow: auto; overflow: auto;
} }
.main-navigation.toggled .menu-toggle { .main-navigation.toggled li {
position: relative; display: block;
z-index: 9999; }
.main-navigation.toggled a {
display: block;
min-height: 100%;
padding: 0.5em 0;
} }
.main-navigation.toggled .current-menu-ancestor > a::after { .main-navigation.toggled .current-menu-ancestor > a::after {
@ -1523,74 +1498,7 @@ textarea {
background-color: #000; background-color: #000;
} }
.secondary-navigation {
padding: 0 1em 1em 0;
}
.secondary-navigation ul {
display: inline-block;
}
.secondary-navigation ul li {
padding: 0.5em 0;
}
.secondary-navigation a {
text-transform: uppercase;
}
/* begin of menu-hidden */ /* begin of menu-hidden */
.toggle-secondary-navigation .show-mobile {
display: inherit;
}
.toggle,
.toggled-menu {
display: none;
}
.toggle:checked + .toggled-menu {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
margin-top: 0;
padding: 0 2rem;
}
.toggle-show {
position: relative;
display: inline-block;
width: 1.8em;
height: 1.4em;
margin-right: 0.3em;
border-top: 0.3em solid #000;
border-bottom: 0.3em solid #000;
}
.toggle-show::before {
content: "";
position: absolute;
top: 0.3em;
left: 0;
width: 100%;
border-top: 0.3em solid #000;
}
.toggle-hide {
display: flex;
justify-content: end;
margin-right: -0.5em;
}
.toggle-hide::after {
content: "x";
padding: 0;
font-size: 3rem;
font-weight: 700;
}
/* end of menu hidden*/ /* end of menu hidden*/
} }
@ -1606,6 +1514,11 @@ textarea {
display: none; display: none;
} }
.main-navigation .main-navigation-content,
.secondary-navigation .main-navigation-content {
display: inline-block;
}
.main-navigation ul, .main-navigation ul,
.secondary-navigation ul { .secondary-navigation ul {
display: flex; display: flex;
@ -1619,34 +1532,33 @@ textarea {
border-radius: 0.2em; border-radius: 0.2em;
} }
.main-navigation ul .sub-menu, .main-navigation ul ul.sub-menu,
.secondary-navigation ul .sub-menu { .secondary-navigation ul ul.sub-menu {
float: left; float: left;
position: absolute; position: absolute;
top: 100%; top: 100%;
left: -999em; left: -999em;
z-index: 99999; z-index: 99999;
padding-top: 0.5rem; padding: 0.5rem;
padding-left: 1rem;
} }
.main-navigation ul .sub-menu ul, .main-navigation ul ul.sub-menu ul,
.secondary-navigation ul .sub-menu ul { .secondary-navigation ul ul.sub-menu ul {
left: -999em; left: -999em;
top: 0; top: 0;
} }
.main-navigation ul .sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li:hover > ul,
.main-navigation ul .sub-menu li.focus > ul, .main-navigation ul ul.sub-menu li.focus > ul,
.secondary-navigation ul .sub-menu li:hover > ul, .secondary-navigation ul ul.sub-menu li:hover > ul,
.secondary-navigation ul .sub-menu li.focus > ul { .secondary-navigation ul ul.sub-menu li.focus > ul {
display: block; display: block;
left: 4em; left: 4em;
top: 3em; top: 3em;
} }
.main-navigation ul .sub-menu a, .main-navigation ul ul.sub-menu a,
.secondary-navigation ul .sub-menu a { .secondary-navigation ul ul.sub-menu a {
display: flex; display: flex;
align-items: center; align-items: center;
min-height: 100%; min-height: 100%;
@ -1655,6 +1567,7 @@ textarea {
.main-navigation ul li, .main-navigation ul li,
.secondary-navigation ul li { .secondary-navigation ul li {
position: relative;
padding: 1em; padding: 1em;
} }
@ -1665,6 +1578,15 @@ textarea {
left: auto; left: auto;
} }
.main-navigation ul a,
.secondary-navigation ul a {
display: flex;
align-items: center;
min-height: 100%;
text-decoration: none;
font-size: 1rem;
}
.main-navigation { .main-navigation {
padding-bottom: 1em; padding-bottom: 1em;
} }
@ -2200,7 +2122,7 @@ textarea {
cursor: pointer; cursor: pointer;
font-weight: 900; font-weight: 900;
font-size: 0.9rem; font-size: 0.9rem;
border: 1px solid #000; border: 0.05em solid #000;
} }
.xarxaprod-titol-opcions::after { .xarxaprod-titol-opcions::after {
@ -2502,19 +2424,20 @@ textarea {
/* Contact Form 7 /* Contact Form 7
--------------------------------------------- */ --------------------------------------------- */
@media screen {
/* contact forms styles used in wp backend with CF7 */ /* contact forms styles used in wp backend with CF7 */
.wpcf7-not-valid:not(:focus) { .wpcf7-not-valid:not(:focus) {
background-color: #ff686e; background-color: #ff686e;
} }
.wpcf7-not-valid-tip { .wpcf7-not-valid-tip {
color: #ff686e; color: #ff686e;
} }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #f6cc4c; border-color: #f6cc4c;
background-color: #f6cc4c; background-color: #f6cc4c;
color: #fff; color: #fff;
@ -2523,128 +2446,148 @@ textarea {
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.wpcf7-form .wpcf7-submit { .wpcf7-form .wpcf7-submit {
margin-left: 1rem; margin-left: 1rem;
} }
.wpcf7-form .wpcf7-spinner { .wpcf7-form .wpcf7-spinner {
margin: 0 -24px 0 0; margin: 0 -24px 0 0;
} }
.wpcf7-list-item-label { .wpcf7-list-item-label {
margin: 0 0.3rem; margin: 0 0.3rem;
} }
.wpcf7-form { .wpcf7-form input:not([type="submit"]),
text-align: center; .wpcf7-form textarea {
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
background: transparent; background: transparent;
border: 0.1em solid #000; border: 0.05em solid #000;
padding: 1em; padding: 1em;
} }
/* styles applied if written in wp backend /* styles applied if written in wp backend
* class="contactform contactform-WHATEVER" * class="contactform contactform-WHATEVER"
* */ * */
.contactform { .contactform {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.contactform br { .contactform br {
display: none; display: none;
} }
.contactform p { .contactform p {
display: block; display: block;
break-inside: avoid-column; break-inside: avoid-column;
margin-top: 0; margin-top: 0;
} }
.contactform .break-after-column, .contactform .break-after-column,
.contactform .saltar-columna { .contactform .saltar-columna {
break-after: column; break-after: column;
} }
.contactform-consultoria .contactform-name, .contactform-consultoria .contactform-name,
.contactform-consultoria .contactform-email { .contactform-consultoria .contactform-email {
max-width: 40%; max-width: 40%;
display: inline-block; display: inline-block;
} }
.contactform-consultoria .contactform-name { .contactform-consultoria .contactform-name {
float: left; float: left;
} }
.contactform-consultoria .contactform-email { .contactform-consultoria .contactform-email {
float: right; float: right;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.contactform-acceptance { .contactform-acceptance {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: end;
} }
.contactform-fund-info { .contactform-fund-info {
display: inline-block; display: inline-block;
column-count: 2; column-count: 1;
column-gap: 1rem; column-gap: 1rem;
width: 100%; width: 100%;
} }
.contactform-fund-info .contactform-descripcio textarea { .contactform-fund-info .contactform-descripcio textarea {
display: inline-block; display: inline-block;
min-height: 15.5em; min-height: 23.5em;
} }
.contactform-fund-options { .contactform-fund-options {
display: flex; display: flex;
flex-direction: column;
justify-content: space-between; justify-content: space-between;
} }
.contactform-fund-options p { .contactform-fund-options p {
display: inline-block; display: inline-block;
} }
.contactform-fund-options .wpcf7-list-item { .contactform-fund-options label.oficinasuport-titol-opcions {
border: 0.05em solid #000;
width: 100%;
display: inline-block;
margin-bottom: 1em;
}
.contactform-fund-options .wpcf7-list-item {
display: block; display: block;
} }
.contactform-fund-options .wpcf7-list-item label { .contactform-fund-options .wpcf7-list-item label {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
justify-content: left; justify-content: left;
} }
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] {
display: block; display: block;
} }
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] {
width: auto; width: auto;
background-color: #fff; background-color: #fff;
} }
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before {
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
} }
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before { .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before {
content: "inici: "; content: "inici: ";
}
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before {
content: "fi: ";
}
} }
.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { @media screen and (min-width: 48em) {
content: "fi: ";
.wpcf7-form {
text-align: center;
}
.contactform-fund-info {
column-count: 2;
}
.contactform-fund-options {
flex-direction: row;
}
} }
/* Guttenslider /* Guttenslider

File diff suppressed because one or more lines are too long