styled headers
This commit is contained in:
parent
bc0b9e4eb1
commit
fe3d6ec9ce
392
adminstyles.css
392
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,3 @@
|
|||
body {
|
||||
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||||
}
|
||||
|
||||
.ofisuport-funder-name {
|
||||
font-variant: all-petite-caps;
|
||||
font-size: 1.1rem;
|
||||
border-bottom: 1px solid $color__black;
|
||||
line-height: 0.9;
|
||||
min-height: 2.2rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -33,9 +33,17 @@
|
|||
font-size: $font__size-body*1.1;
|
||||
}
|
||||
.single {
|
||||
h1 {
|
||||
font-family: $font__black;
|
||||
}
|
||||
h1 {
|
||||
font-family: $font__black;
|
||||
}
|
||||
}
|
||||
.home-featured {
|
||||
h2 {
|
||||
margin: 1.2rem 0;
|
||||
font-size: $font__size-body*2;
|
||||
line-height: 1.2;
|
||||
border-bottom: 0.6rem solid $color__black;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 48em) {
|
||||
|
@ -58,6 +66,12 @@
|
|||
h6 {
|
||||
font-size: $font__size-body*1.5;
|
||||
}
|
||||
.home-featured {
|
||||
h2 {
|
||||
font-size: $font__size-body*3.5;
|
||||
border-bottom: 0.8rem solid $color__black;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
|
|
|
@ -58,6 +58,20 @@
|
|||
display: grid;
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
gap: $grid__gap;
|
||||
.entry-title {
|
||||
border-bottom: 1px solid $color__black;
|
||||
margin: 0;
|
||||
}
|
||||
.ofisuport-funder-name {
|
||||
display: flex;
|
||||
margin-top: 0;
|
||||
padding: 0.3rem 0;
|
||||
font-variant: all-petite-caps;
|
||||
font-size: 1.1rem;
|
||||
line-height: 0.9;
|
||||
border-bottom: 1px solid $color__black;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 48em) {
|
||||
|
@ -112,12 +126,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ofisuport-destacats,.ofisuport-featured,.archive-posts {
|
||||
grid-template-columns: repeat(4 , 1fr);
|
||||
.entry-title {
|
||||
min-height: 13rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 80em) {
|
||||
|
|
317
style.css
317
style.css
|
@ -22,7 +22,6 @@ Underscores is distributed under the terms of the GNU GPL v2 or later.
|
|||
Normalizing styles have been helped along thanks to the fine work of
|
||||
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
||||
*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
----------------------------------------------------------------
|
||||
|
@ -50,19 +49,14 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|||
- Alignments
|
||||
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Generic
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Normalize
|
||||
--------------------------------------------- */
|
||||
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
|
@ -74,7 +68,6 @@ html {
|
|||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
|
@ -100,7 +93,6 @@ h1 {
|
|||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
|
@ -122,7 +114,6 @@ pre {
|
|||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
|
@ -188,7 +179,6 @@ sup {
|
|||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
|
@ -198,7 +188,6 @@ img {
|
|||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
|
@ -344,7 +333,6 @@ textarea {
|
|||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
|
@ -361,7 +349,6 @@ summary {
|
|||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
|
@ -378,7 +365,6 @@ template {
|
|||
|
||||
/* Box sizing
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Inherit box-sizing to more easily change it's value on a component level.
|
||||
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
||||
*,
|
||||
|
@ -394,7 +380,6 @@ html {
|
|||
/*--------------------------------------------------------------
|
||||
# Base
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Typography
|
||||
--------------------------------------------- */
|
||||
body,
|
||||
|
@ -404,13 +389,12 @@ select,
|
|||
optgroup,
|
||||
textarea {
|
||||
color: #404040;
|
||||
font-family: din-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
@ -420,68 +404,65 @@ textarea {
|
|||
clear: both;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-family: din-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.single h1 {
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
.home-featured h2 {
|
||||
margin: 1.2rem 0;
|
||||
font-size: 2rem;
|
||||
line-height: 1.2;
|
||||
border-bottom: 0.6rem solid #000;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 48em) {
|
||||
|
||||
h1 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.home-featured h2 {
|
||||
font-size: 3.5rem;
|
||||
border-bottom: 0.8rem solid #000;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -552,7 +533,7 @@ Your custom style
|
|||
Add your custom styles in this file so it is easier to update the theme.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: din-regular;
|
||||
font-family: 'din-regular';
|
||||
src: url("assets/fonts/DIN-Regular.eot");
|
||||
src: url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Regular.woff2") format("woff2"), url("assets/fonts/DIN-Regular.woff") format("woff"), url("assets/fonts/DIN-Regular.ttf") format("truetype"), url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg");
|
||||
font-weight: 100;
|
||||
|
@ -561,7 +542,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: din-medium;
|
||||
font-family: 'din-medium';
|
||||
src: url("assets/fonts/DIN-Medium.eot");
|
||||
src: url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Medium.woff2") format("woff2"), url("assets/fonts/DIN-Medium.woff") format("woff"), url("assets/fonts/DIN-Medium.ttf") format("truetype"), url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg");
|
||||
font-weight: 100;
|
||||
|
@ -570,7 +551,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: din-bold;
|
||||
font-family: 'din-bold';
|
||||
src: url("assets/fonts/DIN-Bold.eot");
|
||||
src: url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Bold.woff2") format("woff2"), url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.ttf") format("truetype"), url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg");
|
||||
font-weight: 100;
|
||||
|
@ -579,7 +560,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: din-light;
|
||||
font-family: 'din-light';
|
||||
src: url("assets/fonts/DIN-Light.eot");
|
||||
src: url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Light.woff2") format("woff2"), url("assets/fonts/DIN-Light.woff") format("woff"), url("assets/fonts/DIN-Light.ttf") format("truetype"), url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg");
|
||||
font-weight: 100;
|
||||
|
@ -588,7 +569,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: din-black;
|
||||
font-family: 'din-black';
|
||||
src: url("assets/fonts/DIN-Black.eot");
|
||||
src: url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Black.woff2") format("woff2"), url("assets/fonts/DIN-Black.woff") format("woff"), url("assets/fonts/DIN-Black.ttf") format("truetype"), url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg");
|
||||
font-weight: 900;
|
||||
|
@ -602,16 +583,6 @@ body {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
.ofisuport-funder-name {
|
||||
font-variant: all-petite-caps;
|
||||
font-size: 1.1rem;
|
||||
border-bottom: 1px solid #000;
|
||||
line-height: 0.9;
|
||||
min-height: 2.2rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #000;
|
||||
border: 0;
|
||||
|
@ -660,7 +631,7 @@ dd {
|
|||
padding: 0 0.2rem;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 0.7rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -717,9 +688,7 @@ a:visited {
|
|||
color: #303030;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
a:hover, a:focus, a:active {
|
||||
color: #707070;
|
||||
}
|
||||
|
||||
|
@ -727,8 +696,7 @@ a:focus {
|
|||
outline: thin dotted;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
a:hover, a:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
@ -743,18 +711,12 @@ a.button {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.home-featured .category-faq,
|
||||
.home-featured .type-ofisuport-ajut,
|
||||
.archive-posts .category-faq,
|
||||
.archive-posts .type-ofisuport-ajut {
|
||||
.home-featured .category-faq, .home-featured .type-ofisuport-ajut, .archive-posts .category-faq, .archive-posts .type-ofisuport-ajut {
|
||||
position: relative;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.home-featured .category-faq .entry-title a::after,
|
||||
.home-featured .type-ofisuport-ajut .entry-title a::after,
|
||||
.archive-posts .category-faq .entry-title a::after,
|
||||
.archive-posts .type-ofisuport-ajut .entry-title a::after {
|
||||
.home-featured .category-faq .entry-title a::after, .home-featured .type-ofisuport-ajut .entry-title a::after, .archive-posts .category-faq .entry-title a::after, .archive-posts .type-ofisuport-ajut .entry-title a::after {
|
||||
content: "+";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -767,29 +729,24 @@ a.button {
|
|||
line-height: 0.8;
|
||||
}
|
||||
|
||||
.home-featured .category-faq .entry-title a:hover::after,
|
||||
.home-featured .type-ofisuport-ajut .entry-title a:hover::after,
|
||||
.archive-posts .category-faq .entry-title a:hover::after,
|
||||
.archive-posts .type-ofisuport-ajut .entry-title a:hover::after {
|
||||
.home-featured .category-faq .entry-title a:hover::after, .home-featured .type-ofisuport-ajut .entry-title a:hover::after, .archive-posts .category-faq .entry-title a:hover::after, .archive-posts .type-ofisuport-ajut .entry-title a:hover::after {
|
||||
content: ">";
|
||||
padding: 0 0.38rem;
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.home-featured .category-faq .entry-title a::before,
|
||||
.archive-posts .category-faq .entry-title a::before {
|
||||
.home-featured .category-faq .entry-title a::before, .archive-posts .category-faq .entry-title a::before {
|
||||
content: "accedir";
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
left: 0.5em;
|
||||
font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.home-featured .category-faq .entry-title a::after,
|
||||
.archive-posts .category-faq .entry-title a::after {
|
||||
.home-featured .category-faq .entry-title a::after, .archive-posts .category-faq .entry-title a::after {
|
||||
content: "+";
|
||||
width: 8rem;
|
||||
height: 2rem;
|
||||
|
@ -799,8 +756,7 @@ a.button {
|
|||
line-height: 0.7;
|
||||
}
|
||||
|
||||
.home-featured .category-faq .entry-title a:hover::after,
|
||||
.archive-posts .category-faq .entry-title a:hover::after {
|
||||
.home-featured .category-faq .entry-title a:hover::after, .archive-posts .category-faq .entry-title a:hover::after {
|
||||
content: ">";
|
||||
padding: 0 0.1rem;
|
||||
font-size: 1.5rem;
|
||||
|
@ -834,8 +790,7 @@ input[type="submit"]:hover,
|
|||
border-color: #111;
|
||||
}
|
||||
|
||||
button:active,
|
||||
button:focus,
|
||||
button:active, button:focus,
|
||||
input[type="button"]:active,
|
||||
input[type="button"]:focus,
|
||||
input[type="reset"]:active,
|
||||
|
@ -904,7 +859,6 @@ textarea {
|
|||
# Layouts
|
||||
--------------------------------------------------------------*/
|
||||
@media screen {
|
||||
|
||||
.no-sidebar .site {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr;
|
||||
|
@ -912,23 +866,18 @@ textarea {
|
|||
margin: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.no-sidebar .site > header {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.no-sidebar .site > main {
|
||||
grid-column: 2 / 4;
|
||||
}
|
||||
|
||||
.no-sidebar .site > aside {
|
||||
grid-column: 2 / 4;
|
||||
}
|
||||
|
||||
.no-sidebar .site > footer {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.no-sidebar .site-header {
|
||||
position: sticky;
|
||||
z-index: 900;
|
||||
|
@ -937,105 +886,81 @@ textarea {
|
|||
background-color: #fff;
|
||||
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.no-sidebar .site-header .main {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.no-sidebar .site-header .secondary {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.no-sidebar .site-main {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.no-sidebar .site-main h1,
|
||||
.no-sidebar .site-main h2,
|
||||
.no-sidebar .site-main h3,
|
||||
.no-sidebar .site-main h4,
|
||||
.no-sidebar .site-main h5,
|
||||
.no-sidebar .site-main h6,
|
||||
.no-sidebar .site-main .entry-content {
|
||||
.no-sidebar .site-main h1, .no-sidebar .site-main h2, .no-sidebar .site-main h3, .no-sidebar .site-main h4, .no-sidebar .site-main h5, .no-sidebar .site-main h6, .no-sidebar .site-main .entry-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.no-sidebar .home-featured {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.ofisuport-destacats,
|
||||
.ofisuport-featured,
|
||||
.archive-posts {
|
||||
.ofisuport-destacats, .ofisuport-featured, .archive-posts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
gap: 1rem;
|
||||
}
|
||||
.ofisuport-destacats .entry-title, .ofisuport-featured .entry-title, .archive-posts .entry-title {
|
||||
border-bottom: 1px solid #000;
|
||||
margin: 0;
|
||||
}
|
||||
.ofisuport-destacats .ofisuport-funder-name, .ofisuport-featured .ofisuport-funder-name, .archive-posts .ofisuport-funder-name {
|
||||
display: flex;
|
||||
margin-top: 0;
|
||||
padding: 0.3rem 0;
|
||||
font-variant: all-petite-caps;
|
||||
font-size: 1.1rem;
|
||||
line-height: 0.9;
|
||||
border-bottom: 1px solid #000;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 48em) {
|
||||
|
||||
.no-sidebar .site-header .main {
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
.no-sidebar .site-header .secondary {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.no-sidebar .site-main {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
.no-sidebar .site-main h1,
|
||||
.no-sidebar .site-main h2,
|
||||
.no-sidebar .site-main h3,
|
||||
.no-sidebar .site-main h4,
|
||||
.no-sidebar .site-main h5,
|
||||
.no-sidebar .site-main h6,
|
||||
.no-sidebar .site-main .entry-content {
|
||||
.no-sidebar .site-main h1, .no-sidebar .site-main h2, .no-sidebar .site-main h3, .no-sidebar .site-main h4, .no-sidebar .site-main h5, .no-sidebar .site-main h6, .no-sidebar .site-main .entry-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.no-sidebar .home-featured {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
.no-sidebar.single .site-main {
|
||||
width: 45rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ofisuport-destacats,
|
||||
.ofisuport-featured,
|
||||
.archive-posts {
|
||||
.ofisuport-destacats, .ofisuport-featured, .archive-posts {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
.ofisuport-destacats .entry-title,
|
||||
.ofisuport-featured .entry-title,
|
||||
.archive-posts .entry-title {
|
||||
min-height: 13rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
.no-sidebar .site-header .main {
|
||||
width: 80em;
|
||||
margin: auto;
|
||||
flex-flow: row;
|
||||
}
|
||||
|
||||
.no-sidebar .site-main {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.no-sidebar .home-featured {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1044,35 +969,28 @@ textarea {
|
|||
/*--------------------------------------------------------------
|
||||
# Components
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Navigation
|
||||
--------------------------------------------- */
|
||||
@media screen {
|
||||
|
||||
.hide-content {
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.custom-logo {
|
||||
min-width: 11rem;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.main-navigation ul,
|
||||
.secondary-navigation ul {
|
||||
.main-navigation ul, .secondary-navigation ul {
|
||||
display: none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.main-navigation ul ul,
|
||||
.secondary-navigation ul ul {
|
||||
.main-navigation ul ul, .secondary-navigation ul ul {
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||
float: left;
|
||||
position: absolute;
|
||||
|
@ -1080,40 +998,28 @@ textarea {
|
|||
left: -999em;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.main-navigation ul ul ul,
|
||||
.secondary-navigation ul ul ul {
|
||||
.main-navigation ul ul ul, .secondary-navigation ul ul ul {
|
||||
left: -999em;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.main-navigation ul ul li:hover > ul,
|
||||
.main-navigation ul ul li.focus > ul,
|
||||
.secondary-navigation ul ul li:hover > ul,
|
||||
.main-navigation ul ul li.focus > ul, .secondary-navigation ul ul li:hover > ul,
|
||||
.secondary-navigation ul ul li.focus > ul {
|
||||
display: block;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.main-navigation ul ul a,
|
||||
.secondary-navigation ul ul a {
|
||||
.main-navigation ul ul a, .secondary-navigation ul ul a {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.main-navigation ul li:hover > ul,
|
||||
.main-navigation ul li.focus > ul,
|
||||
.secondary-navigation ul li:hover > ul,
|
||||
.main-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul,
|
||||
.secondary-navigation ul li.focus > ul {
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.main-navigation li,
|
||||
.secondary-navigation li {
|
||||
.main-navigation li, .secondary-navigation li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-navigation a,
|
||||
.secondary-navigation a {
|
||||
.main-navigation a, .secondary-navigation a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 100%;
|
||||
|
@ -1121,52 +1027,43 @@ textarea {
|
|||
text-decoration: none;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.main-navigation .current_page_item > a,
|
||||
.main-navigation .current-menu-item > a,
|
||||
.main-navigation .current_page_ancestor > a,
|
||||
.main-navigation .current-menu-ancestor > a,
|
||||
.secondary-navigation .current_page_item > a,
|
||||
.main-navigation .current-menu-ancestor > a, .secondary-navigation .current_page_item > a,
|
||||
.secondary-navigation .current-menu-item > a,
|
||||
.secondary-navigation .current_page_ancestor > a,
|
||||
.secondary-navigation .current-menu-ancestor > a {
|
||||
font-weight: 700;
|
||||
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-weight: bold;
|
||||
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.main-navigation a[href^="http://localhost"],
|
||||
.main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
|
||||
.main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
|
||||
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
|
||||
.secondary-navigation {
|
||||
padding: 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 */
|
||||
.toogle-secondary-navigation .show-mobile {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.toogle,
|
||||
.toogled-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toogle:checked + .toogled-menu {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -1178,7 +1075,6 @@ textarea {
|
|||
padding: 7em 4em 0 4em;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.toogle-show {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
@ -1188,7 +1084,6 @@ textarea {
|
|||
border-top: 0.3em solid #000;
|
||||
border-bottom: 0.3em solid #000;
|
||||
}
|
||||
|
||||
.toogle-show::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -1197,21 +1092,17 @@ textarea {
|
|||
width: 100%;
|
||||
border-top: 0.3em solid #000;
|
||||
}
|
||||
|
||||
.toogle-hide {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.toogle-hide::after {
|
||||
content: "x";
|
||||
padding: 0;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* end of menu hidden*/
|
||||
|
||||
/* Small menu. */
|
||||
.menu-toggle,
|
||||
.main-navigation.toggled ul {
|
||||
|
@ -1220,48 +1111,38 @@ textarea {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 48em) {
|
||||
|
||||
.custom-logo {
|
||||
min-width: 11rem;
|
||||
margin: 1rem 1rem 1rem 0;
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-navigation ul,
|
||||
.secondary-navigation ul {
|
||||
.main-navigation ul, .secondary-navigation ul {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.main-navigation a,
|
||||
.secondary-navigation a {
|
||||
.main-navigation a, .secondary-navigation a {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
.main-navigation .current_page_item > a,
|
||||
.main-navigation .current-menu-item > a,
|
||||
.main-navigation .current_page_ancestor > a,
|
||||
.main-navigation .current-menu-ancestor > a,
|
||||
.secondary-navigation .current_page_item > a,
|
||||
.main-navigation .current-menu-ancestor > a, .secondary-navigation .current_page_item > a,
|
||||
.secondary-navigation .current-menu-item > a,
|
||||
.secondary-navigation .current_page_ancestor > a,
|
||||
.secondary-navigation .current-menu-ancestor > a {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.main-navigation {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.main-navigation ul {
|
||||
justify-content: end;
|
||||
}
|
||||
.main-navigation a[href^="http://localhost"],
|
||||
.main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],
|
||||
.main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] {
|
||||
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
border-left: none;
|
||||
}
|
||||
.main-navigation a[href^="http://localhost"]::after,
|
||||
|
@ -1278,31 +1159,25 @@ textarea {
|
|||
margin-top: 2.3em;
|
||||
border-bottom: 0.3rem solid #000;
|
||||
}
|
||||
|
||||
.secondary-navigation {
|
||||
padding: 1.5em 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* css menu toogler
|
||||
/*
|
||||
* css menu toogler
|
||||
* */
|
||||
.toogle-secondary-navigation .show-mobile,
|
||||
.toogle-secondary-navigation .hide-not-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toogled-menu {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
/* end css menu toogler
|
||||
/* end css menu toogler
|
||||
* */
|
||||
}
|
||||
|
||||
.site-main .comment-navigation,
|
||||
.site-main
|
||||
.posts-navigation,
|
||||
.site-main
|
||||
.site-main .comment-navigation, .site-main
|
||||
.posts-navigation, .site-main
|
||||
.post-navigation {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
@ -1327,19 +1202,14 @@ textarea {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
.main-navigation .toogle-sidebar-segona .show-mobile,
|
||||
.main-navigation .toogle-sidebar-segona .hide-not-mobile,
|
||||
.secondary-navigation .toogle-sidebar-segona .show-mobile,
|
||||
.main-navigation .toogle-sidebar-segona .hide-not-mobile, .secondary-navigation .toogle-sidebar-segona .show-mobile,
|
||||
.secondary-navigation .toogle-sidebar-segona .hide-not-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-navigation a,
|
||||
.secondary-navigation a {
|
||||
.main-navigation a, .secondary-navigation a {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.main-navigation {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
@ -1487,10 +1357,8 @@ textarea {
|
|||
/*--------------------------------------------------------------
|
||||
# Plugins
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Jetpack infinite scroll
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
|
||||
.infinite-scroll .posts-navigation,
|
||||
.infinite-scroll.neverending .site-footer {
|
||||
|
@ -1502,7 +1370,7 @@ textarea {
|
|||
display: block;
|
||||
}
|
||||
|
||||
/* Guttenberg
|
||||
/* Guttenberg
|
||||
--------------------------------------------- */
|
||||
.black-blocs {
|
||||
padding: 1rem 0;
|
||||
|
@ -1525,13 +1393,13 @@ textarea {
|
|||
.black-blocs .wp-block-column h5,
|
||||
.black-blocs .wp-block-column h6 {
|
||||
min-height: 4.8rem;
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 2rem;
|
||||
line-height: 1.04;
|
||||
}
|
||||
|
||||
.black-blocs .wp-block-column p {
|
||||
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
|
@ -1558,7 +1426,7 @@ textarea {
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
/* Contact Form 7
|
||||
/* Contact Form 7
|
||||
--------------------------------------------- */
|
||||
.wpcf7-not-valid:not(:focus) {
|
||||
background-color: #ff686e;
|
||||
|
@ -1574,15 +1442,14 @@ textarea {
|
|||
border-color: #f6cc4c;
|
||||
background-color: #f6cc4c;
|
||||
color: #fff;
|
||||
font-family: din-medium;
|
||||
font-weight: 700;
|
||||
font-family: "din-medium";
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0em;
|
||||
padding: 0rem;
|
||||
}
|
||||
|
||||
.wpcf7-form .contactform-name,
|
||||
.wpcf7-form .wpcf7-form .contactform-email {
|
||||
.wpcf7-form .contactform-name, .wpcf7-form .wpcf7-form .contactform-email {
|
||||
max-width: 40%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -1613,10 +1480,8 @@ textarea {
|
|||
/*--------------------------------------------------------------
|
||||
# Utilities
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Accessibility
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Text meant only for screen readers. */
|
||||
.screen-reader-text {
|
||||
border: 0;
|
||||
|
@ -1659,20 +1524,16 @@ textarea {
|
|||
/* Alignments
|
||||
--------------------------------------------- */
|
||||
.alignleft {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: left;
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-right: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: right;
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-left: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
|
@ -1685,3 +1546,5 @@ textarea {
|
|||
margin-right: auto;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@
|
|||
//plugin is activated do
|
||||
?>
|
||||
<header>
|
||||
<h1> <?php echo esc_html__('Destacats', 'ofisuport'); ?></h1>
|
||||
<h2> <?php echo esc_html__('Destacats', 'ofisuport'); ?></h2>
|
||||
</header>
|
||||
<main id="destacats" class="ofisuport-destacats ofisuport-featured">
|
||||
|
||||
|
|
Loading…
Reference in New Issue