Changes to web templates

This commit is contained in:
Jeremy Rangel
2025-02-17 22:53:49 -08:00
parent 0991b51fe0
commit d7f9ddb8dd
10 changed files with 217 additions and 14 deletions

View File

@ -4,11 +4,16 @@ section {background:#01071C}
.row {margin-bottom:20px;row-gap:20px}
.rd-heading-row {margin-bottom:40px}
.rd.card {background-color:#1C2037}
h1,h2,h3,h4,h5,h6,p {color:white}
h2.rd {color:#E0E0E0}
.card {border:none}
h1,h2,h3,h4,h5,h6,p,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span {color:white}
.rd-button-one {padding:10px 20px;font-weight:bold;border-radius:3px;color:black;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%)}
.text-gradient-1 {background-clip:text;-webkit-background-clip: text !important;padding-top:10px;padding-bottom:20px;background: -webkit-linear-gradient(#119CFF, #97F8F4);-webkit-text-fill-color: transparent}
.card {background-color:#1C2037;padding:20px}
button:not(.accordion-button),.rd-button:not(.accordion-button) {padding:10px;border-radius:5px;width:100%;border:none;background-color:#119CFF;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%);}
/* ----- FORMS AND INPUTS ------- */
label {color:#A5A5A5;font-size:14px}
input,select {color:#A5A5A5;width:100%;border:0!important;padding:20px; border-radius:5px;background-color:#1C2037;border:1px solid #87868636}
/* ----- Gradients ----- */
.rd-background-gradient-1 {background-color:transparent;background-image:linear-gradient(45deg, #119Cff 0%, #97F8F4 100%)
}
@ -29,6 +34,9 @@ nav.rd-navbar-1 .navbar-toggler svg {stroke:white}
.rd-navbar-1 #navbarSupportedContent a {font-size:1rem;font-weight:400}
}
.nav-item.active {border-bottom:none!important}
.nav-item.active a {color:#119CFF}
/* ------- Sections --------*/
/* ------- 50/50 Accordion Section - 1 ---------*/
section.rd-fifty-fifty-accordion-one {background:#01071C;position:relative;z-index:1}
@ -131,7 +139,7 @@ section.rd-page-heading-2 {padding-top:255px;padding-bottom:120px}
/* ---------- Multi Cards Section - 1 ---------- */
.rd-multi-cards-section-one {row-gap:20px}
.rd-multi-cards-section-one .card {background:#1C2037;border-radius:10px;padding:20px;min-height:300px}
.rd-multi-cards-section-one .card {background:#1C2037;border-radius:10px;min-height:300px}
.rd-multi-cards-section-one .card-body {padding:0;margin-top:20px}
.rd-multi-cards-section-one h2 {font-size:3rem;margin-bottom:60px;color:white}
.rd-multi-cards-section-one .card-img-top {border-radius:10px}
@ -170,4 +178,10 @@ footer.rd-footer-1 .rd-heading {font-size:3rem;font-weight:bold}
footer.rd-footer-1 .rd-sub-heading {font-size:1.5rem;color:white}
footer.rd-footer-1 ul {padding:0;list-style:none;margin-top:10px}
footer.rd-footer-1 ul li {color:white}
footer.rd-footer-1 .rd-footer-column-heading {color:white;font-weight:bold}
footer.rd-footer-1 .rd-footer-column-heading {color:white;font-weight:bold}
/* Frappe Website Bundle Override */
.blog-card .card {border:none}
.blog-card span.text-dark {color:white !important}
.blog-card .text-muted a{color:white !important}