lwvwv-block-theme/style.css
2026-03-21 18:12:39 +00:00

133 lines
2.9 KiB
CSS

/*
Theme Name: LWVWV
Theme URI: https://lwvwv.org
Author: Free Software PC, LLC
Author URI: https://freesoftwarepc.com
Description: League of Women Voters of West Virginia website developed at https://git.bikeshopi.dev/bike/lwvwv-block-theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: lwvwv
Tags:
.grecaptcha-badge {
visibility: hidden;
}
.second-group {
margin-top: 0px;
}
.stay-connected {
border-color: #e9a62a;
}
/* POST TITLES */
.grecaptcha-badge {
visibility: hidden;
}
.second-group {
margin-top: 0px;
}
.stay-connected {
border-color: #e9a62a;
}
/* POST TITLES */
.wp-block-post-title {
font-size: clamp(1.5rem, 2vw, 2.25rem);
}
.wp-block-post-title a {
font-size: 2.25rem;
}
.wpcf7-select {
overflow: auto;
resize: both;
height: auto;
width: 100%;
}
@media only screen and (max-width: 450px) {
body footer .contact-stack {
align-items: center !important;
flex-wrap: nowrap;
flex-direction: column;
}
}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
border-color: #e9a62a;
}
body > div.wp-site-blocks > div.wp-block-group.alignfull.has-text-color.has-background.is-layout-flow > div > div > a {
border-color: #e9a62a;
}
.wp-container-2 {
margin-right: 10px;
}
body .is-layout-flex .wp-container-3 {
margin-right: 10px;
}
.recent-articles .wp-block-query {
height: 200px;
overflow: auto
}
/* NAVIGATION
need this for some reason for mobile to work */
a.wp-block-navigation-item__content[rel=""] {
color: red;
}
@media only screen and (max-width: 450px) {
#modal-14-content > ul > li.has-text-color:nth-child(n+0):nth-child(-n+6) > a {
color: #4b1a52;
font-size: large;
font-weight: 900;
}
#modal-14-content > ul > li.wp-block-navigation-item.wp-block-navigation-link > a {
color: #e9a62a ;
font-size: large;
font-weight: 900;
}
}
li.wp-block-navigation-item.wp-block-navigation-link > a:hover {
text-decoration: none;
background-color: #4b1a52;
}
#modal-14-content > ul > li:nth-child(4) > ul > li.has-text-color.has-base-color.has-background.has-contrast-background-color.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu > a:hover {
text-decoration: none;
background-color: #4b1a52;
}
#modal-14-content > ul > li.has-text-color:nth-child(n+0):nth-child(-n+6) > a {
text-decoration: none;
}
.wp-social-link-mail a::before {
content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23333'%20d='M20,4H4C2.895,4,2,4.895,2,6v12c0,1.105,0.895,2,2,2h16c1.105,0,2-0.895,2-2V6C22,4.895,21.105,4,20,4z%20M20,8.236l-8,4.882%20L4,8.236V6h16V8.236z'%3E%3C/path%3E%3C/svg%3E");
display: inline-block;
width: 24px;
height: 24px;
}
.wp-social-link-mail svg {
display: none;
}