styled submenus and dropdowns
This commit is contained in:
parent
695e83ad6a
commit
d46f83b693
573
adminstyles.css
573
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -42,23 +42,23 @@ dd {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
.item-os_fund_target li {
|
||||
background-color: $color__orange;
|
||||
}
|
||||
.item-os_fund_source li {
|
||||
background-color: $color__lightblue;
|
||||
}
|
||||
.item-os_fund_field li {
|
||||
background-color: $color__yellow;
|
||||
}
|
||||
.item-os_fund_dates li {
|
||||
background-color: $color__green;
|
||||
}
|
||||
.item-os_fund_call {
|
||||
display: block;
|
||||
margin:0.2rem 0.1rem;
|
||||
li {
|
||||
font-size: $font__size-body*1.2;
|
||||
}
|
||||
}
|
||||
.item-os_fund_target li {
|
||||
background-color: $color__orange;
|
||||
}
|
||||
.item-os_fund_source li {
|
||||
background-color: $color__lightblue;
|
||||
}
|
||||
.item-os_fund_field li {
|
||||
background-color: $color__yellow;
|
||||
}
|
||||
.item-os_fund_dates li {
|
||||
background-color: $color__green;
|
||||
}
|
||||
.item-os_fund_call {
|
||||
display: block;
|
||||
margin:0.2rem 0.1rem;
|
||||
li {
|
||||
font-size: $font__size-body*1.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,17 @@
|
|||
font-family: $font__light;
|
||||
font-size: $font__size-body*1.1;
|
||||
}
|
||||
.site-main {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.entry-content {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.single {
|
||||
h1 {
|
||||
font-family: $font__black;
|
||||
|
|
|
@ -1,23 +1,97 @@
|
|||
.sticky {
|
||||
display: block;
|
||||
@media screen {
|
||||
.sticky {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.post,
|
||||
.page {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.updated:not(.published) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-content,
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
margin: 1.5em 0 0;
|
||||
}
|
||||
|
||||
.page-links {
|
||||
clear: both;
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.ofisuport-fund-info-fields,
|
||||
.ofisuport-fund-info-contact-fields {
|
||||
display: grid;
|
||||
.ofisuport-fund-info-field {
|
||||
padding-bottom: 1rem;
|
||||
border-bottom: 1px solid $color__black;
|
||||
}
|
||||
h6 {
|
||||
font-size: 2.4rem;
|
||||
font-variant: all-petite-caps;
|
||||
}
|
||||
p {
|
||||
margin: 0.5rem 0 0 0;
|
||||
}
|
||||
li {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.oficina-suport-label {
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.page-template-funds-search {
|
||||
.ofisuport-filtered-funds {
|
||||
display:grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.ofisuport-fund-filter {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
gap: $grid__gap;
|
||||
}
|
||||
.archive-posts {
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post,
|
||||
.page {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.updated:not(.published) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-content,
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
margin: 1.5em 0 0;
|
||||
}
|
||||
|
||||
.page-links {
|
||||
clear: both;
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
padding-left: 0;
|
||||
|
||||
ul {
|
||||
background-color: $color__white;
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||
float: left;
|
||||
position: absolute;
|
||||
|
@ -108,7 +109,31 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.menu-item-has-children {
|
||||
&::after {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
right: 0.3em;
|
||||
//vertical-align: middle;
|
||||
//margin: -3em 0 0.5em;
|
||||
width: 0.3em;
|
||||
height: 0.3em;
|
||||
border: 1px solid $color__grey-light;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
&:hover {
|
||||
&::after {
|
||||
border-color: $color__grey-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* begin of menu-hidden */
|
||||
.toogle-secondary-navigation .show-mobile{
|
||||
|
|
|
@ -45,9 +45,6 @@
|
|||
}
|
||||
.site-main {
|
||||
padding: 0 1rem;
|
||||
h1,h2,h3,h4,h5,h6,.entry-content {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.site-footer {
|
||||
}
|
||||
|
@ -55,76 +52,80 @@
|
|||
padding: 0 1rem;
|
||||
}
|
||||
.ofisuport-destacats,.ofisuport-featured,.archive-posts {
|
||||
display: grid;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
gap: $grid__gap;
|
||||
.entry-title {
|
||||
border-bottom: 1px solid $color__black;
|
||||
margin: 0;
|
||||
}
|
||||
p {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
.ofisuport-fund-info-fields,
|
||||
.ofisuport-fund-info-contact-fields {
|
||||
display: grid;
|
||||
.ofisuport-fund-info-field {
|
||||
padding-bottom: 1rem;
|
||||
border-bottom: 1px solid $color__black;
|
||||
}
|
||||
h6 {
|
||||
font-size: 2.4rem;
|
||||
font-variant: all-petite-caps;
|
||||
}
|
||||
p {
|
||||
margin: 0.5rem 0 0 0;
|
||||
}
|
||||
li {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.oficina-suport-label {
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.page-template-funds-search {
|
||||
.ofisuport-filtered-funds {
|
||||
display:grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.ofisuport-fund-filter {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
gap: $grid__gap;
|
||||
}
|
||||
.archive-posts {
|
||||
grid-template-columns: repeat(1 , 1fr);
|
||||
}
|
||||
}
|
||||
//.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;
|
||||
// }
|
||||
//}
|
||||
//.ofisuport-fund-info-fields,
|
||||
//.ofisuport-fund-info-contact-fields {
|
||||
// display: grid;
|
||||
// .ofisuport-fund-info-field {
|
||||
// padding-bottom: 1rem;
|
||||
// border-bottom: 1px solid $color__black;
|
||||
// }
|
||||
// h6 {
|
||||
// font-size: 2.4rem;
|
||||
// font-variant: all-petite-caps;
|
||||
// }
|
||||
// p {
|
||||
// margin: 0.5rem 0 0 0;
|
||||
// }
|
||||
// li {
|
||||
// font-size: 1.3rem;
|
||||
// }
|
||||
//}
|
||||
//.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;
|
||||
// }
|
||||
//}
|
||||
//.oficina-suport-label {
|
||||
//}
|
||||
//.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;
|
||||
// }
|
||||
//}
|
||||
//.page-template-funds-search {
|
||||
// .ofisuport-filtered-funds {
|
||||
// display:grid;
|
||||
// grid-template-columns: 1fr 1fr;
|
||||
// }
|
||||
// .ofisuport-fund-filter {
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(1 , 1fr);
|
||||
// gap: $grid__gap;
|
||||
// }
|
||||
// .archive-posts {
|
||||
// grid-template-columns: repeat(1 , 1fr);
|
||||
// }
|
||||
//}
|
||||
}
|
||||
@media screen and (max-width: 48em) {
|
||||
//only smaller than 48em
|
||||
|
@ -161,9 +162,6 @@
|
|||
}
|
||||
.site-main {
|
||||
padding: 0 2rem;
|
||||
h1,h2,h3,h4,h5,h6,.entry-content {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
.site-footer {
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue