1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/public/css/splash.css

727 lines
13 KiB
CSS
Raw Normal View History

2014-01-30 23:29:09 +01:00
body {
2014-03-31 17:06:44 +02:00
font-family: 'Roboto Slab', serif;
line-height: 1.6;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
.center-block {
margin: 0 auto!;
float: none;
}
2014-01-30 23:29:09 +01:00
2014-03-31 17:06:44 +02:00
h1,h2,.btn {
font-family: Roboto, sans-serif;
font-weight: 900;
line-height: 1.1;
text-transform: uppercase;
color: #1a1818;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
h1 {
2014-03-31 17:06:44 +02:00
font-size: 45px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
h2 {
2014-03-31 17:06:44 +02:00
font-size: 20px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
a,a .cta h2,.socicon,.btn {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
a:hover {
2014-03-31 17:06:44 +02:00
text-decoration: none;
2014-01-30 23:29:09 +01:00
}
2014-02-26 17:41:08 +01:00
2014-03-31 17:43:43 +02:00
.blue-text {
color: #2299c0;
}
2014-03-31 17:06:44 +02:00
.center {
text-align: center;
}
.white-bg {
background-color: #fff;
}
2014-01-30 23:29:09 +01:00
.navbar {
2014-03-31 17:06:44 +02:00
background: #2e2b2b;
padding: 30px 0;
2014-03-05 14:59:13 +01:00
border: none;
border-radius: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
ul.navbar-list {
2014-03-31 17:06:44 +02:00
float: right;
list-style-type: none;
height: 26px;
margin: 0;
padding: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
ul.navbar-list li {
2014-03-31 17:06:44 +02:00
display: inline;
font-family: Roboto, sans-serif;
font-weight: 700;
margin: 40px 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
ul.navbar-list li a {
2014-03-31 17:06:44 +02:00
color: #fff;
padding-left: 20px;
margin-left: 20px;
border-left: 1px solid #4f4b4b;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
ul.navbar-list li:last-child a {
color: #ebbe09;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
ul.navbar-list li:first-child a {
border-left: none;
margin: 0;
padding: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
ul.navbar-list li a:hover {
2014-03-31 17:06:44 +02:00
color: #ebbe09;
text-decoration: none;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
a .cta h2 {
width: 100%;
height: 63px;
line-height: 63px;
background: #edd71e;
display: inline-block;
color: #1a1818;
text-align: center;
float: left;
margin: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
a .cta h2 span {
2014-03-31 17:06:44 +02:00
width: 63px;
height: 63px;
line-height: 63px;
color: #fff;
background: #ebbe09;
text-align: center;
float: right;
font-weight: 700;
font-size: 20px;
font-family: Roboto, sans-serif;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
a .cta:hover span {
2014-03-31 17:06:44 +02:00
font-size: 40px;
background: #f2c40a;
2014-01-30 23:29:09 +01:00
}
.hero {
2014-03-31 17:06:44 +02:00
background-image: url(/images/hero-bg-1.jpg);
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
.hero .caption-side {
2014-03-31 17:06:44 +02:00
background: #fff;
width: 50%;
padding-right: 15px;
position: absolute;
left: 0;
height: 109px;
2014-01-30 23:29:09 +01:00
}
.hero .caption {
2014-03-31 17:06:44 +02:00
width: 61.5%;
background: #fff;
padding-right: 15px;
position: relative;
padding: 10px 35px 20px;
height: 109px;
border-left: 1px dotted #ccc;
2014-03-31 17:43:43 +02:00
text-align: left;
2014-03-31 17:06:44 +02:00
}
.hero1 .caption-side {
background: #fff;
width: 50%;
padding-right: 15px;
position: absolute;
left: 0;
height: 212px;
margin-top: 100px;
}
.hero1 .caption {
width: 61.5%;
background: #fff;
padding-right: 15px;
position: relative;
padding: 10px 35px 20px;
height: 212px;
border-left: 1px dotted #ccc;
margin-top: 100px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
.hero2 {
2014-03-31 17:06:44 +02:00
text-align: center;
background-image: url(/images/hero-bg-2.jpg);
padding: 225px 0;
background-repeat: no-repeat;
2014-01-30 23:29:09 +01:00
background-position: bottom center;
2014-03-31 17:06:44 +02:00
background-size: cover;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-02-26 17:41:08 +01:00
.hero3 {
2014-03-31 17:06:44 +02:00
text-align: center;
background-image: url(/images/hero-bg-3.jpg);
padding: 150px 0;
background-repeat: no-repeat;
2014-03-10 18:05:00 +01:00
background-position: center center;
2014-03-31 17:06:44 +02:00
background-size: cover;
2014-02-26 17:41:08 +01:00
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
.hero4 {
2014-03-31 17:06:44 +02:00
text-align: center;
background-image: url(/images/hero-bg-4.jpg);
padding: 150px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero5 {
text-align: center;
background-image: url(/images/hero-bg-3.jpg);
padding: 150px 0;
background-repeat: no-repeat;
2014-03-10 18:05:00 +01:00
background-position: center center;
2014-03-31 17:06:44 +02:00
background-size: cover;
2014-03-05 14:59:13 +01:00
}
2014-03-31 17:06:44 +02:00
.hero2 h1,.hero3 h1,.hero4 h1 {
color: #fff;
margin: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
.hero1.background {
2014-01-30 23:29:09 +01:00
background-repeat: no-repeat;
2014-03-10 18:05:00 +01:00
background-position: center center;
background-attachment: static;
2014-03-31 17:06:44 +02:00
background-size: cover;
2014-01-30 23:29:09 +01:00
min-height: 500px;
}
2014-03-31 17:06:44 +02:00
section.features,section.upper-footer {
margin: 60px 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
section.upper-footer.white-bg {
2014-03-31 17:06:44 +02:00
margin: 0;
padding: 60px 0;
}
section.features .col-md-3 .box {
padding: 20px;
background: #ebbe09;
text-align: center;
color: #fff;
2014-03-05 14:59:13 +01:00
}
2014-03-31 17:06:44 +02:00
section.features .col-md-3.two .box {
background: #36c157;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
section.features .col-md-3.three .box {
background: #e27329;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
section.features .col-md-3.four .box {
background: #2299c0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
section.features h2 {
margin: 30px 0 15px;
color: #fff;
}
section.features .col-md-3 .box .icon {
margin-left: -20px;
margin-top: -20px;
text-align: left;
}
2014-01-30 23:29:09 +01:00
section.blue {
display: none;
2014-03-31 17:06:44 +02:00
background: #2299c0;
color: #fff;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
section.blue .col-md-6 {
2014-03-31 17:06:44 +02:00
text-align: center;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
section.blue .col-md-6:last-child h1 {
2014-03-31 17:06:44 +02:00
border-left: none;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
section.blue .col-md-6 h1 {
2014-03-31 17:06:44 +02:00
border-left: 1px dotted #46b9df;
border-right: 1px dotted #46b9df;
color: #fff;
line-height: 1.2;
padding: 100px 0;
margin: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
section.blue .col-md-6 h1 span {
2014-03-31 17:06:44 +02:00
font-size: 36px;
font-weight: 100;
display: block;
text-transform: lowercase;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
section.about {
padding: 70px 0;
}
section.about h2 {
margin: 0 0 25px;
font-size: 25px;
text-transform: none;
}
2014-02-26 17:41:08 +01:00
2014-03-31 17:06:44 +02:00
section.about .screendump {
height: 220px;
}
2014-03-31 17:43:43 +02:00
section.about .col-md-5 {
padding-right: 15px;
padding-left: 43px;
}
section.about.white-bg .col-md-5 {
padding-right: 43px;
padding-left: 15px;
}
2014-03-05 14:59:13 +01:00
section.contact .address .glyphicon {
background: #edd71e;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
color: #1a1818;
margin-right: 15px;
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
section.contact .address p {
2014-03-31 17:06:44 +02:00
margin-bottom: 20px;
2014-03-05 14:59:13 +01:00
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
section.contact .address span.push {
margin-left: 55px;
line-height: 25px;
}
section.contact .form-control {
2014-03-31 17:06:44 +02:00
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: none;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
2014-03-05 14:59:13 +01:00
}
section.contact textarea.form-control {
2014-03-31 17:06:44 +02:00
height: auto;
}
section.faq {
padding: 70px 0;
}
section.faq a.expander {
display: block;
font-size: 18px;
font-family: Roboto, sans-serif;
font-weight: 700;
margin-bottom: 10px;
}
section.faq .question {
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
}
section.faq .content {
}
section.faq .contact-box {
padding: 20px;
text-align: center;
color: #fff;
background: #2299c0;
}
section.faq .contact-box h2 {
margin: 30px 0 15px;
color: #fff;
}
section.faq .contact-box a {
color: #2e2b2b;
}
section.faq .contact-box p {
margin-bottom: 30px;
2014-03-05 14:59:13 +01:00
}
.btn-primary {
2014-03-31 17:06:44 +02:00
color: #fff;
background-color: #2299c0;
border: none;
text-align: center;
2014-03-05 14:59:13 +01:00
border-radius: 0;
height: 63px;
2014-03-31 17:06:44 +02:00
line-height: 63px;
2014-03-05 14:59:13 +01:00
padding: 0;
width: 100%;
text-align: center;
}
2014-03-31 17:06:44 +02:00
.btn-primary:hover {
background-color: #2299c0;
}
2014-03-05 14:59:13 +01:00
section.contact button span.glyphicon {
background-color: transparent;
color: #fff;
float: right;
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
section.contact .btn span.glyphicon {
background-color: #1e84a5;
2014-03-31 17:06:44 +02:00
height: 63px;
2014-03-05 14:59:13 +01:00
line-height: 63px;
width: 63px;
margin-top: -1px;
2014-03-31 17:06:44 +02:00
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
2014-03-05 14:59:13 +01:00
}
2014-03-31 17:06:44 +02:00
2014-03-05 14:59:13 +01:00
section.contact .btn:hover span.glyphicon {
2014-03-31 17:06:44 +02:00
font-size: 25px;
}
section.contact textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus {
border-color: rgba(0,0,0,0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,.2) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,.2) !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,.2) !important;
}
section.contact address {
display: inline-block;
}
2014-03-05 14:59:13 +01:00
2014-01-30 23:29:09 +01:00
footer .navbar-inner {
2014-03-31 17:06:44 +02:00
float: right;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer ul.navbar-list {
2014-03-31 17:06:44 +02:00
clear: both;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer ul.navbar-list:last-child {
2014-03-31 17:06:44 +02:00
margin-top: 5px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer ul.navbar-list:last-child li {
2014-03-31 17:06:44 +02:00
font-size: 12px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer ul.navbar-list:last-child li {
2014-03-31 17:06:44 +02:00
font-size: 12px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
footer ul.navbar-list:last-child li:last-child a {
color: #fff;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer .social {
2014-03-31 17:06:44 +02:00
float: left;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer .social .socicon {
2014-03-31 17:06:44 +02:00
font-family: socicon !important;
font-size: 25px;
margin-right: 8px;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer .social .socicon {
color: #fff;
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer .social .socicon:hover {
color: #edd71e;
}
2014-03-31 17:06:44 +02:00
2014-01-30 23:29:09 +01:00
footer .social p {
font-size: 12px;
2014-03-31 17:06:44 +02:00
font-family: Roboto, sans-serif;
margin: 0;
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
@media min-width 768px and max-width 1200px {
.hero .caption-side {
background: #fff;
width: 50%;
padding-right: 15px;
position: absolute;
left: 0;
height: 283px;
margin-top: 70px;
}
.hero .caption {
width: 61.3%;
background: #fff;
padding-right: 15px;
position: relative;
padding: 10px 35px 20px;
height: 283px;
border-left: 1px dotted #ccc;
margin-top: 70px;
}
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
@media min-width 768px and max-width 992px {
.features .col-md-3 {
width: 50%;
float: left;
margin-bottom: 10px;
}
.hero .caption-side {
display: none;
}
.hero .caption {
width: 100%;
background: #fff;
padding: 10px 35px 20px;
height: auto;
border-left: none;
margin-bottom: 10px;
text-align: center;
}
2014-01-30 23:29:09 +01:00
}
2014-03-31 17:06:44 +02:00
@media max-width 768px {
h1 {
font-size: 30px;
}
.navbar {
text-align: center;
padding: 25px 0 18px;
}
ul.navbar-list {
float: none;
margin-top: 10px;
}
.hero .caption-side {
display: none;
}
.hero .caption {
width: 100%;
background: #fff;
padding: 10px 35px 20px;
height: auto;
border-left: none;
margin-top: 0;
margin-bottom: 10px;
text-align: center;
}
.hero2,.hero3,.hero4 {
padding: 50px 0;
}
.background {
background-attachment: scroll;
background-size: cover;
background-position: bottom center;
background-repeat: repeat;
min-height: 1px;
padding: 50px 0;
}
section.features,section.upper-footer {
2014-02-26 17:41:08 +01:00
margin: 30px 0;
}
2014-03-31 17:06:44 +02:00
section.upper-footer.white-bg {
2014-03-05 14:59:13 +01:00
padding: 30px 0;
}
2014-03-31 17:06:44 +02:00
section.features .col-md-3 .box {
margin-bottom: 10px;
}
section.blue .col-md-6 h1 {
border-left: none;
border-right: none;
border-top: 1px dotted #46b9df;
padding: 30px 0;
}
section.blue .col-md-6 h1 span {
font-size: 25px;
font-weight: 100;
display: block;
text-transform: lowercase;
}
section.about {
padding: 30px 0;
text-align: center;
}
section.about.contact {
padding: 30px 0 0;
}
section.contact .address {
margin: 0;
}
section.contact .address p {
text-align: center;
}
section.contact .address .glyphicon {
display: block;
margin: 0 auto 7px;
2014-03-05 14:59:13 +01:00
float: none;
}
2014-03-31 17:06:44 +02:00
section.contact .address span.push {
margin-left: 0;
}
section.contact .btn {
margin-bottom: 5px;
}
section.about p {
margin-bottom: 0;
margin-top: 10px;
}
section.about .screendump {
margin-top: 25px;
}
section.about.white-bg .screendump {
margin-top: 0;
margin-top: 0;
margin-bottom: 20px;
}
section.about h2 {
margin: 0 0 15px;
}
#contact_form {
margin: 0;
}
#feedbackForm {
margin-top: 15px;
}
footer .navbar-inner {
float: none;
}
footer ul.navbar-list:last-child {
height: auto;
}
footer .social {
float: none;
margin-bottom: 10px;
}
footer .social .socicon {
margin-right: 8px;
}
2014-03-05 14:59:13 +01:00
2014-01-30 23:29:09 +01:00
}
2014-03-06 10:51:01 +01:00
.github {
2014-03-31 17:06:44 +02:00
background-image: url(../images/GitHub.png);
2014-03-06 10:51:01 +01:00
background-size: contain;
background-repeat: no-repeat;
2014-03-31 17:06:44 +02:00
width: 40px;
2014-03-06 10:51:01 +01:00
height: 40px;
display: inline-block;
margin-right: 10px;
2014-03-31 17:06:44 +02:00
float: left;
2014-03-06 10:51:01 +01:00
}
2014-03-23 12:11:04 +01:00
div.fb_iframe_widget {
2014-03-23 14:36:18 +01:00
display: inline;
2014-03-23 12:11:04 +01:00
}
2014-03-31 17:06:44 +02:00
2014-03-23 12:11:04 +01:00
div.fb_iframe_widget > span {
2014-03-31 17:06:44 +02:00
vertical-align: top !important;
2014-03-23 12:11:04 +01:00
}
2014-01-30 23:29:09 +01:00
@font-face {
2014-03-31 17:06:44 +02:00
font-family: socicon;
src: url(/fonts/socicon-webfont.eot);
src: url(/fonts/socicon-webfont.eot?#iefix) format(embedded-opentype), url(/fonts/socicon-webfont.woff) format(woff), url(/fonts/socicon-webfont.ttf) format(truetype), url(/fonts/socicon-webfont.svg#sociconregular) format(svg);
font-weight: 400;
2014-01-30 23:29:09 +01:00
font-style: normal;
}
2014-03-31 17:06:44 +02:00
::selection {
color: #fff;
background: #2e2b2b;
}
::-moz-selection {
color: #fff;
background: #2e2b2b;
}