themes/apachecon/static/css/style.css (681 lines of code) (raw):

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800"); /* Basic */ :root { --bs-primary: #9E2165 !important; } body { background: #f8f9fa; } body.loading * { -moz-transition: none !important; -webkit-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } body, input, select, textarea { color: #424242; /* font-size: 12pt; font-weight: 300; */ } body * { font-family: 'Montserrat', sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } sub { font-size: 0.6em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } hr { border-top: solid 1px #EA7826; border: 0; margin-bottom: 1.5em; } blockquote { border-left: solid 0.5em #EA7826; font-style: italic; padding: 1em 0 1em 2em; } section.special, article.special { text-align: center; } header.major { padding-bottom: 3em; text-align: center; text-transform: uppercase; } header.major h2 { font-size: 2.6em; font-weight: 700; } @media screen and (max-width: 768px) { header.major h2 { font-size: 1.6em; } } header.major .byline { display: block; padding-top: 1em; letter-spacing: 1px; font-size: 1.4em; } footer > :last-child { margin-bottom: 0; } footer.major { padding-top: 3em; } /* Form input[type="text"], input[type="password"], input[type="email"], textarea { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; background: none; border: solid 1px #EA7826; color: inherit; display: block; outline: 0; padding: 0.75em; text-decoration: none; width: 100%; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border-color: #EA7826; } input[type="text"], input[type="password"], input[type="email"] { line-height: 1em; } ::-webkit-input-placeholder { color: inherit; opacity: 0.5; position: relative; top: 3px; } :-moz-placeholder { color: inherit; opacity: 0.5; } ::-moz-placeholder { color: inherit; opacity: 0.5; } :-ms-input-placeholder { color: inherit; opacity: 0.5; } .formerize-placeholder { color: rgba(85, 85, 85, 0.5) !important; } /* Image */ .image { border: 0; position: relative; } img.profile { width: 100%; height: 100%; } .image.fit { display: block; } .image.fit img { display: block; width: 100%; } .image.feature { display: block; margin: 0 0 2em 0; } .image.feature img { display: block; width: 100%; } /* Icon */ .icon { position: relative; } .icon:before { content: ""; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: Montserrat; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } /* Lists */ ol.default { list-style: decimal; padding-left: 1.25em; } ol.default li { padding-left: 0.25em; } ul.default { margin: 0; padding: 0; list-style: square; margin-left: 70px; } ul.default li { padding: 0.40em 0em; } ul.actions { cursor: default; } ul.actions:last-child { margin-bottom: 0; } ul.actions li { display: inline-block; padding: 0 0 0 1.5em; } ul.actions li:first-child { padding: 0; } ul.actions.vertical li { display: block; padding: 1.5em 0 0 0; } ul.actions.vertical li:first-child { padding: 0; } ul.special-icons { margin: 0em; padding: 0em; } ul.special-icons > li { position: relative; padding: 0.50em 0em 0.50em 0em; } ul.special-icons > li:before { position: absolute; left: 0; top: 2em; display: block; background: none; font-size: 2em; border-radius: 5px; } ul.special-icons > li:first-child { border-top: none; } ul.special-icons h3 { margin-bottom: 0.80em; line-height: 2em; text-transform: uppercase; font-weight: 700; font-size: 1.2em; } ul.special-icons span { line-height: 190%; } ul.special-icons .fa { float: left; /* display: inline-block; */ padding-right: 1em; font-size: 1.4em; color: #EA7826; } ul.special-icons p { padding-left: 2.7em; } /* Tables */ table { width: 100%; } table.default { width: 100%; } table.default tbody tr { border-bottom: solid 1px #EA7826; } table.default td { padding: 0.5em 1em 0.5em 1em; } table.default th { font-weight: 700; padding: 0.5em 1em 0.5em 1em; text-align: left; } table.default thead { background: #555555; color: #fff; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], .button { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; background: none; border-radius: none; border: 2px solid; border-color: #EA7826; color: #EA7826; cursor: pointer; display: inline-block; padding: 0.90em 1.2em; letter-spacing: 1px; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 1.4em; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover { background: #EA7826; color: white; } input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, .button.alt { border-color: inherit; color: inherit; } input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, .button.alt:hover { background: white; color: #EA7826; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, .button.fit { width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, .button.small { font-size: 0.8em; } /* Wrapper */ .wrapper { padding: 4em 0em; } .wrapper.style1 { padding: 0em; } .wrapper.style2 { background: #f2f2f2; } .wrapper.style2 .major { text-align: left !important; } .wrapper.style2 .major h2 { display: block; margin-bottom: 0.70em; letter-spacing: 1px; line-height: 1.4em; text-transform: uppercase; font-size: 1.8em; font-weight: 400; } .wrapper.style2 .major .byline { letter-spacing: normal; line-height: 1.6em; text-transform: capitalize; font-size: 1.4em; } .wrapper.style2 h3 { display: block; margin-bottom: 1em; letter-spacing: 1px; line-height: 1.4em; text-transform: uppercase; font-size: 1.6em; font-weight: 400; } .wrapper.style3 { background: #282661; text-align: center; color: white; } .wrapper.style3 p:last-child { margin-bottom: 0; } .wrapper.style4 { background: white; } .wrapper.style4 .title { display: flex; align-items: center; font-size: 2.5em; font-weight: 700; } .wrapper.style5 { background: #EA7826; text-align: center; color: white; } .wrapper.style5 .image { display: block; width: 60%; margin: 0em auto 2em auto; } .wrapper.style5 .image img { border-radius: 50%; border: 10px solid; border-color: white; } .wrapper.style6 { background-color: #F8F9FA; } @media screen and (max-width: 1199px) { .wrapper.style4 .title { font-size: 30px; } } @media screen and (max-width: 992px) { .wrapper.style4 .title { font-size: 24px; margin-bottom: 2rem; } } /* Header */ #header { color: white; min-height: 4em; background-image: url(../images/2025-nav-bg.jpg); background-repeat: no-repeat; background-size: cover; } #header .container { position: relative; } .homepage #logo { display: none; } .homepage #nav { position: absolute; top: 0; left: 0; width: 100%; } #nav .btn-wrap { display: none; } #nav .navbar-brand { position: relative; } #nav .navbar-brand .logo-img { position: absolute; top: -27px; left: 0; } .bg-custom { background-color: #5accff !important; } @media screen and (max-width: 991px) { #nav .btn-wrap { display: block; width: 100%; } #nav .navbar-brand .logo-img { transform: scale(0.5) translate(-100px, 0); top: -60px; } } .homepage .pc-show { display: block; } .homepage .mobile-show { display: none; } .homepage .home-btn-wrap { margin-top: 40px; text-align: center; } .homepage .banner-wrap { position: absolute; top: 27%; left: 0; right: 0; margin: auto; padding: 0 50px; } .homepage .logo-wrap { position: absolute; top: 0; left: 0; right: 0; margin: auto; } .homepage .logo { max-width: 200px; height: auto; } @media screen and (max-width: 1440px) { .homepage .logo { max-width: 121px; } .homepage .banner-wrap { top: 17%; } } @media screen and (max-width: 775px) { .homepage .logo { max-width: 150px; } .homepage .pc-show { display: none; } .homepage .mobile-show { display: block ; } .homepage .btn-lg { --bs-btn-padding-x: 0.75rem; --bs-btn-padding-y: 0.375rem; --bs-btn-font-size: 1rem; --bs-btn-border-radius: var(--bs-border-radius); } .homepage .banner-wrap { position: relative; top: 0; padding-left: 0; padding-right: 0; } .homepage .home-btn-wrap { position: absolute; top: 57%; left: 0; right: 0; margin: auto; } } @media screen and (max-width: 992px) { .homepage .logo { max-width: 150px; } } @media screen and (max-width: 775px) { .homepage .pc-show { display: none; } .homepage .mobile-show { display: block ; } } #logo { line-height: 2em; letter-spacing: 2px; text-transform: uppercase; font-size: 2em; font-weight: 400; } #logo h1 { display: inline-block; margin: 0; padding: 0; } #logo a { color: inherit; } /* Dropotron */ .dropotron { top: 2em; background: rgba(40, 38, 97, .85); border-radius: 4px; color: inherit; min-width: 12em; padding: 1em 0; color: white; } .dropotron > li { line-height: 2em; padding: 0 1em; } .dropotron > li > a { color: inherit; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; } .dropotron > li.active > a, .dropotron > li:hover > a { color: inherit; } .dropotron.level-0 { border-radius: 0 0 4px 4px; font-size: 1em; font-weight: 600; margin-left: -0.5em; } /* Banner */ #banner { padding: 6em 0em 3em 0em; text-align: center; text-transform: uppercase; color: white; } #banner .container { padding: 0em 8em; height: 300px; position: relative; top: -75px; } #banner h2 { display: inline-block; padding: 0.50em 0.30em; font-size: 3em; font-weight: 800; } #banner span, #banner p { display: block; letter-spacing: 1px; text-transform: uppercase; font-size: 1.6em; font-weight: 800; } #banner span { padding: 1em 0em; } #banner .banner-logo { -webkit-filter: drop-shadow(3px 3px #333 ); filter: drop-shadow(3px 3px #333); max-width: 100%; } #banner h3 { text-shadow: 3px 3px #333; } /* Main */ #main { padding: 4em 0; } /* #main #content a:hover { background: #f3e0ea; cursor: pointer; } */ #main #content .major, #main #sidebar .major { text-align: left; } #main #sidebar section { margin-top: 4em; } #main #sidebar section:first-child { margin-top: 0; } #main #sidebar .major { padding-bottom: 2em; } #main #sidebar .major h2 { font-size: 1.8em; } /* Footer */ #footer { padding: 6em 0; text-align: center; color: #fff; background: #282661; } #footer a { color: #fff; text-decoration: underline; } #footer hr { border-bottom: 1px solid; opacity: .05; } #footer .major .byline { opacity: .4; } #footer .copyright { text-align: center; } /* Extra */ #extra1 h2 { display: block; margin-bottom: 1em; letter-spacing: 1px; line-height: 1.4em; text-transform: uppercase; font-size: 1.8em; font-weight: 400; } #extra1 h3 { display: block; margin-bottom: 1em; letter-spacing: 1px; line-height: 1.4em; text-transform: uppercase; font-size: 1.6em; font-weight: 400; } /* Team */ #team h3 { margin-bottom: 0.50em; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; } /* Embedded videos */ .embedded.video { display: block; margin: auto; padding: 1rem; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #EA7826; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } /** count down **/ .count-down { display: flex; align-items: center; justify-content: center; } .count-down .circle-progress-wrap { text-align: center; margin-right: 4rem; } .count-down .circle-progress-wrap:last-child { margin-right: 0; } .count-down .circle-progress { position: relative; } .count-down .count { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 700; color: #fff; } @media screen and (max-width: 768px) { .count-down { justify-content: space-between !important; } .count-down .circle-progress-wrap { margin-right: 0; } .count-down .count { font-size: 15px; } .count-down .count-label { font-size: 12px; font-weight: 600; } } .side-left-nav .nav-item .nav-link { color: #9E2165; } .side-left-nav .nav-link.active { background-color: #9E2165; color: white; border-radius: var(--radius-rounded-2, 6px); }