mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
171 lines
3.3 KiB
CSS
171 lines
3.3 KiB
CSS
/*!
|
|
* Start Bootstrap - Creative v4.0.0-beta (http://startbootstrap.com/template-overviews/creative)
|
|
* Copyright 2013-2017 Start Bootstrap
|
|
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
|
|
*/
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: var(--btcpay-font-family-head);
|
|
}
|
|
|
|
section {
|
|
padding: 100px 0;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
hr {
|
|
width: 50px;
|
|
height: 3px;
|
|
background: var(--btcpay-color-primary);
|
|
display: inline-block;
|
|
}
|
|
|
|
hr.light {
|
|
background: var(--btcpay-color-white);
|
|
}
|
|
|
|
#mainNav {
|
|
color: var(--btcpay-header-color, var(--btcpay-color-neutral-100));
|
|
background: var(--btcpay-header-bg, var(--btcpay-bg-dark));
|
|
font-family: var(--btcpay-font-family-head);
|
|
transition-property: background, color;
|
|
transition-duration: 0.2s;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
#mainNav {
|
|
background: transparent;
|
|
}
|
|
|
|
#mainNav.navbar-shrink {
|
|
background: var(--btcpay-header-bg, var(--btcpay-bg-dark));
|
|
}
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
color: var(--btcpay-header-color-link, var(--btcpay-color-neutral-100));
|
|
border: 2px solid transparent;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
|
|
color: var(--btcpay-header-color-link-accent, var(--btcpay-color-white));
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
|
|
color: var(--btcpay-header-color-link-active, var(--btcpay-color-white));
|
|
}
|
|
|
|
header.masthead {
|
|
position: relative;
|
|
display: block;
|
|
min-height: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
header.masthead::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0; left: 0;
|
|
width: 100%; height: 100%;
|
|
background-image: url("../../img/bg.png");
|
|
background-position: center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header.masthead .header-content {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 150px 15px 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner h1 {
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner hr {
|
|
margin: 30px auto;
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner p {
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
header.masthead {
|
|
height: 70%;
|
|
min-height: 600px;
|
|
}
|
|
|
|
header.masthead .header-content {
|
|
position: absolute;
|
|
top: 50%;
|
|
padding: 0 50px;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner {
|
|
max-width: 1000px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner h1 {
|
|
font-size: 50px;
|
|
}
|
|
|
|
header.masthead .header-content .header-content-inner p {
|
|
font-size: 18px;
|
|
max-width: 80%;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
.service-box {
|
|
max-width: 400px;
|
|
margin: 50px auto 0;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.service-box {
|
|
margin: 20px auto 0;
|
|
}
|
|
}
|
|
|
|
.service-box p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.call-to-action {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.call-to-action h2 {
|
|
margin: 0 auto 20px;
|
|
}
|
|
|
|
.no-gutter > [class*='col-'] {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|