2023-01-03 13:53:33 +01:00
|
|
|
@media screen {
|
|
|
|
.sticky {
|
2023-01-03 14:04:07 +01:00
|
|
|
display: block;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
|
2023-01-03 13:53:33 +01:00
|
|
|
.post,
|
|
|
|
.page {
|
2023-01-18 09:47:55 +01:00
|
|
|
margin: 0 0 5em;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
|
2023-01-03 13:53:33 +01:00
|
|
|
.updated:not(.published) {
|
2023-01-03 14:04:07 +01:00
|
|
|
display: none;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
|
2023-01-03 13:53:33 +01:00
|
|
|
.page-content,
|
|
|
|
.entry-content,
|
|
|
|
.entry-summary {
|
2023-01-03 14:04:07 +01:00
|
|
|
margin: 1.5em 0 0;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
|
2023-01-03 13:53:33 +01:00
|
|
|
.page-links {
|
2023-01-03 14:04:07 +01:00
|
|
|
clear: both;
|
|
|
|
margin: 0 0 1.5em;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-15 20:11:06 +01:00
|
|
|
|
|
|
|
/* used in
|
|
|
|
* ./template-parts/section-eachpost.php
|
|
|
|
* */
|
2023-01-03 13:53:33 +01:00
|
|
|
.ofisuport-card-each {
|
|
|
|
.entry-title,h6 {
|
|
|
|
border-bottom: 1px solid $color__black;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5rem 0;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
padding: 0.5rem 0;
|
|
|
|
margin:0;
|
|
|
|
}
|
2023-01-30 13:04:04 +01:00
|
|
|
.more-link {
|
|
|
|
display: inline-blocK;
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-15 20:11:06 +01:00
|
|
|
/* used in
|
|
|
|
* ./template-parts/content-ofisuport-ajut.php
|
|
|
|
* ./template-parts/section-eachpost.php
|
|
|
|
* */
|
2023-01-03 13:53:33 +01:00
|
|
|
.ofisuport-fund-info-fields,
|
|
|
|
.ofisuport-fund-info-contact-fields {
|
|
|
|
display: grid;
|
|
|
|
.ofisuport-fund-info-field {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
border-bottom: 1px solid $color__black;
|
2023-01-03 14:04:07 +01:00
|
|
|
}
|
2023-01-03 13:53:33 +01:00
|
|
|
h6 {
|
|
|
|
font-size: 2.4rem;
|
|
|
|
font-variant: all-petite-caps;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0.5rem 0 0 0;
|
|
|
|
}
|
|
|
|
li {
|
2023-01-03 14:04:07 +01:00
|
|
|
font-size: 1.3rem;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
.ofisuport-fund-info-contact-fields {
|
|
|
|
.ofisuport-fund-info-field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ofisuport-fund-info-fields {
|
|
|
|
.ofisuport-fund-info-field {
|
|
|
|
margin: 1rem 0 0.5rem 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ofisuport-funder-name,
|
|
|
|
.ofisuport-fund-contact-name,
|
|
|
|
.ofisuport-fund-web {
|
|
|
|
display: flex;
|
|
|
|
margin:0;
|
|
|
|
padding: 0;
|
|
|
|
font-variant: all-petite-caps;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
line-height: 0.9;
|
|
|
|
align-items: center;
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 0.8rem;
|
2023-01-03 13:53:33 +01:00
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
}
|
2023-01-15 17:25:42 +01:00
|
|
|
/* filters form custom fields
|
|
|
|
*/
|
|
|
|
.ofisuport-filtered-funds {
|
|
|
|
display:grid;
|
|
|
|
grid: 1fr;
|
2023-01-31 12:20:11 +01:00
|
|
|
.os_fund_target,
|
|
|
|
.os_fund_source,
|
|
|
|
.os_fund_field {
|
|
|
|
.filter {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2023-01-15 17:25:42 +01:00
|
|
|
}
|
2023-01-15 20:46:57 +01:00
|
|
|
.ofisuport-filters{
|
|
|
|
section {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
.oficinasuport-titol-opcions {
|
|
|
|
max-width: 13em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2023-01-15 17:25:42 +01:00
|
|
|
}
|
|
|
|
.archive-posts {
|
|
|
|
grid-template-columns: repeat(1 , 1fr);
|
|
|
|
}
|
2023-01-15 20:11:06 +01:00
|
|
|
|
|
|
|
.oficinasuport-titol-opcions {
|
|
|
|
/* applied in forms and contactforms */
|
2023-01-15 17:25:42 +01:00
|
|
|
display: inline-block;
|
2023-01-15 20:11:06 +01:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
padding: 0.6em 1em 0.4em;
|
|
|
|
clear: both;
|
|
|
|
font-family: $font__black;
|
|
|
|
font-size: $font__size-body*0.9;
|
|
|
|
border: 1px solid $color__border-button;
|
|
|
|
text-transform: uppercase;
|
2023-01-15 17:25:42 +01:00
|
|
|
}
|
2022-10-24 23:46:53 +02:00
|
|
|
}
|
|
|
|
|
2023-01-03 14:04:07 +01:00
|
|
|
@media screen and (max-width: 48em) {
|
|
|
|
//only smaller than 48em
|
2023-01-14 16:56:38 +01:00
|
|
|
|
|
|
|
.ofisuport-filters {
|
|
|
|
section {
|
|
|
|
display: inline-block;
|
|
|
|
h5 {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.filter {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45%;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
}
|
|
|
|
@media screen and (min-width: 48em) {
|
|
|
|
//only bigger than 48em
|
2023-01-15 20:46:57 +01:00
|
|
|
.ofisuport-filters{
|
|
|
|
padding-right: 2em;
|
|
|
|
section {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
}
|
2023-01-03 14:04:07 +01:00
|
|
|
.ofisuport-filtered-funds {
|
|
|
|
grid-template-columns: 1fr 2fr;
|
|
|
|
}
|
|
|
|
.archive-posts {
|
|
|
|
grid-template-columns: repeat(2 , 1fr);
|
2023-01-15 20:46:57 +01:00
|
|
|
grid-gap: 3em;
|
2023-01-03 14:04:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 80em) {
|
|
|
|
//only bigger than 80rem
|
|
|
|
.ofisuport-filtered-funds {
|
|
|
|
grid-template-columns: 1fr 3fr;
|
|
|
|
}
|
|
|
|
.archive-posts {
|
|
|
|
grid-template-columns: repeat(3 , 1fr);
|
|
|
|
}
|
2022-10-24 23:46:53 +02:00
|
|
|
|
2023-01-03 14:04:07 +01:00
|
|
|
}
|