mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 14:50:50 +01:00
* updated styles on user server page * moved files out of bootstrap.css * removed old css classes from initial commit * move css changes to site.css * add missing }
338 lines
No EOL
8 KiB
CSS
338 lines
No EOL
8 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)
|
|
*/
|
|
|
|
:root {
|
|
--off-white: #f9fafb;
|
|
}
|
|
|
|
|
|
body,
|
|
html {
|
|
width: 100%;
|
|
/* background: #f9fafb; */
|
|
background: var(--off-white);
|
|
}
|
|
|
|
body {
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
background: var(--off-white);
|
|
}
|
|
|
|
hr {
|
|
max-width: 50px;
|
|
border-width: 3px;
|
|
border-color: #329F80;
|
|
}
|
|
|
|
hr.light {
|
|
border-color: white;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
|
|
p {
|
|
/*font-size: 16px;*/
|
|
line-height: 1.5;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
section {
|
|
padding: 100px 0;
|
|
}
|
|
|
|
.section-heading {
|
|
margin-top: 0;
|
|
}
|
|
|
|
::-moz-selection {
|
|
color: white;
|
|
background: #222222;
|
|
text-shadow: none;
|
|
}
|
|
|
|
::selection {
|
|
color: white;
|
|
background: #222222;
|
|
text-shadow: none;
|
|
}
|
|
|
|
img::selection {
|
|
color: white;
|
|
background: transparent;
|
|
}
|
|
|
|
img::-moz-selection {
|
|
color: white;
|
|
background: transparent;
|
|
}
|
|
|
|
body {
|
|
-webkit-tap-highlight-color: #222222;
|
|
}
|
|
|
|
#mainNav {
|
|
border-color: rgba(34, 34, 34, 0.05);
|
|
background-color: #0F3723;
|
|
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
-webkit-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
#mainNav .navbar-brand {
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #0F3B21;
|
|
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
|
|
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
|
|
color: #0F3B21;
|
|
}
|
|
|
|
#mainNav .navbar-toggle {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #222222;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link {
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: white;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
|
|
color: white;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
|
|
color: white !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
#mainNav {
|
|
border-color: rgba(255, 255, 255, 0.3);
|
|
background-color: transparent;
|
|
}
|
|
|
|
#mainNav .navbar-brand {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
|
|
color: white;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
|
|
color: white;
|
|
}
|
|
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
|
|
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
|
|
color: white;
|
|
}
|
|
|
|
#mainNav.navbar-shrink {
|
|
border-color: rgba(34, 34, 34, 0.05);
|
|
background-color: #0F3723;
|
|
}
|
|
|
|
#mainNav.navbar-shrink .navbar-brand {
|
|
font-size: 16px;
|
|
color: #0F3B21;
|
|
}
|
|
|
|
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
|
|
color: #0F3B21;
|
|
}
|
|
|
|
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
|
|
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
header.masthead {
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: auto;
|
|
text-align: center;
|
|
background-image: url("../../img/bg.png");
|
|
background-position: center;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
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;
|
|
-webkit-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
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;
|
|
}
|
|
|
|
.portfolio-box {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 650px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption {
|
|
position: absolute;
|
|
bottom: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
opacity: 0;
|
|
background: rgba(240, 95, 64, 0.9);
|
|
-webkit-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100%;
|
|
transform: translateY(-50%);
|
|
text-align: center;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
|
padding: 0 15px;
|
|
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.portfolio-box:hover .portfolio-box-caption {
|
|
opacity: 1;
|
|
}
|
|
|
|
.portfolio-box:focus {
|
|
outline: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
|
|
.call-to-action {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.call-to-action h2 {
|
|
margin: 0 auto 20px;
|
|
}
|
|
|
|
.no-gutter > [class*='col-'] {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
} |