1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/public/built.public.css

1104 lines
48 KiB
CSS
Raw Normal View History

2014-05-01 19:20:52 +02:00
/*!
* Bootstrap v3.0.3
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a{background:transparent;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:2cm .5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;} select{background:#fff !important;} .navbar{display:none;} .table td,.table th{background-color:#fff !important;} .btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;} .label{border:1px solid #000;} .table{border-collapse:collapse !important;} .table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#4f4747;background-color:#f1f1f1;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#2299c0;text-decoration:none;}a:hover,a:focus{color:#16657f;text-decoration:underline;}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}img{vertical-align:middle;}.img-responsive{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#f1f1f1;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit;}h1 small,h2 small,h3 small,
2014-04-28 22:05:37 +02:00
body {
2014-05-01 13:21:59 +02:00
font-family: Roboto, sans-serif;
2014-04-28 22:05:37 +02:00
line-height: 1.6;
2014-05-05 20:44:21 +02:00
background-color: #fff;
2014-06-12 18:58:19 +02:00
overflow-x: hidden;
color: #2e2b2b;
2014-04-28 22:05:37 +02:00
}
.center-block {
margin: 0 auto!;
float: none;
}
2014-05-06 19:54:28 +02:00
.valgin {padding: 0; margin: 0;}
h1,
h2,
.btn {
2014-05-01 19:20:52 +02:00
font-family: Roboto, sans-serif;
2014-04-28 22:05:37 +02:00
font-weight: 900;
line-height: 1.1;
2014-06-12 18:58:19 +02:00
color: #2e2b2b;
2014-04-28 22:05:37 +02:00
}
h1 {
2014-05-05 20:44:21 +02:00
font-size: 56px;
2014-05-01 19:20:52 +02:00
text-transform: uppercase;
2014-05-05 20:44:21 +02:00
color: #fff;
2014-04-28 22:05:37 +02:00
}
2014-05-06 19:54:28 +02:00
h1 img {
margin-right: 10px;
margin-top: -10px;
}
2014-04-28 22:05:37 +02:00
h2 {
2014-05-01 13:21:59 +02:00
font-size: 25px;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
h3 {
font-size: 16px;
margin-top: 0;
font-weight: 700;
font-family: Roboto, sans-serif;
}
2014-05-06 19:54:28 +02:00
.headline {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
}
.thin {
font-weight: 300;
}
p.first {
font-size: 17px;
}
a,
a .cta h2,
.socicon,
2014-05-13 23:04:42 +02:00
.btn,
a img
{
2014-04-28 22:05:37 +02:00
-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;
}
a:hover {
text-decoration: none;
}
.blue-text {
color: #2299c0;
}
.center {
text-align: center;
}
.white-bg {
background-color: #fff;
}
2014-05-13 23:04:42 +02:00
.form-group {
margin-bottom: 25px;
}
.form-group .glyphicon {
position: absolute;
top: 28px;
left: 15px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #bfbfbf;
}
.form-control.with-icon {padding-left: 50px !important;}
2014-04-28 22:05:37 +02:00
.navbar {
2014-05-06 19:54:28 +02:00
background: #211f1f;
2014-04-28 22:05:37 +02:00
padding: 30px 0;
border: none;
border-radius: 0;
}
ul.navbar-list {
float: right;
list-style-type: none;
height: 26px;
margin: 0;
padding: 0;
}
ul.navbar-list li {
display: inline;
font-family: Roboto, sans-serif;
font-weight: 700;
margin: 40px 0;
}
ul.navbar-list li a {
color: #fff;
padding-left: 20px;
margin-left: 20px;
border-left: 1px solid #4f4b4b;
}
ul.navbar-list li:last-child a {
color: #ebbe09;
}
ul.navbar-list li:first-child a {
border-left: none;
margin: 0;
padding: 0;
}
ul.navbar-list li a:hover {
color: #ebbe09;
text-decoration: none;
}
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-05-01 19:20:52 +02:00
text-transform: uppercase;
font-size: 20px;
font-weight: 900;
2014-04-28 22:05:37 +02:00
}
a .cta h2 span {
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;
}
a .cta:hover span {
font-size: 40px;
background: #f2c40a;
}
2014-05-06 19:54:28 +02:00
.hero h1 {
margin: 0;
}
.hero {
2014-04-28 22:05:37 +02:00
text-align: center;
padding: 150px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero4 {
padding: 150px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero5 {
text-align: center;
padding: 150px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero1.background {
background-repeat: no-repeat;
background-position: center center;
background-attachment: static;
background-size: cover;
2014-05-06 19:54:28 +02:00
min-height: 500px;
2014-04-28 22:05:37 +02:00
}
2014-05-06 19:54:28 +02:00
.hero1 {padding: 0;}
.hero1 h1 {
font-size: 45px;
margin-top: 20px;
margin-bottom: 10px;
color: #1a1818;
}
.hero .caption-side {
background: #fff;
width: 50%;
padding-right: 15px;
position: absolute;
left: 0;
height: 212px;
margin-top: 100px;
}
.hero .caption {
width: 61.5%;
background: #fff;
padding-right: 15px;
position: relative;
padding: 10px 35px 20px 35px;
height: 212px;
border-left: 1px dotted #ccc;
margin-top: 100px;
text-align: left;
color: #1a1818;
}
2014-05-13 23:04:42 +02:00
.hero-secure p {font-size: 20px; text-transform: uppercase; color: #fff;}
.hero-secure p img { vertical-align: baseline; padding-right: 5px;}
2014-05-06 19:54:28 +02:00
section.features-splash,
section.upper-footer {
2014-05-05 20:44:21 +02:00
margin: 70px 0;
}
2014-05-13 23:04:42 +02:00
section.features, section.about, section.team, section.secure {
2014-05-05 20:44:21 +02:00
margin: 0;
2014-05-06 19:54:28 +02:00
padding: 100px 0;
}
section.features1 {
padding-bottom: 0;
}
section.features3, section.features5 {
padding-bottom: 100px;
}
section.features1 .col-md-5, section.features4 .col-md-5{
padding-bottom: 100px;
}
section.features4 {
padding-bottom: 0;
2014-04-28 22:05:37 +02:00
}
2014-05-01 19:20:52 +02:00
2014-05-06 19:54:28 +02:00
section.features.upper-footer {
background-color: #fad129;
padding: 40px 0;
text-align: center;
}
section.features.upper-footer a .cta h2 {
background-color: #211f1f;
color: #fff;
padding: 0;
}
section.features.upper-footer h2.thin {
line-height: 63px;
float: right;
margin:0;
}
2014-05-13 23:04:42 +02:00
section.features4, section.team, .card {
2014-05-06 19:54:28 +02:00
background-color: #f4f3f3;
}
section.features4 .col-md-7 img {
float: right;
margin-right: 40px;
}
section.features1 .col-md-7 img, section.features3 .col-md-7 img {
margin-left: 40px;
}
2014-05-05 20:44:21 +02:00
2014-04-28 22:05:37 +02:00
section.upper-footer.white-bg {
margin: 0;
padding: 60px 0;
}
2014-05-05 20:44:21 +02:00
section.features-splash .box {
2014-05-01 19:20:52 +02:00
padding: 20px;
text-align: center;
}
2014-05-05 20:44:21 +02:00
/*Icons*/
section.features-splash .icon {
background: #2599c0;
width: 94px;
height: 94px;
border: 8px solid #1d8db3;
text-align: center;
display: table;
margin: 0 auto;
2014-05-01 19:20:52 +02:00
}
2014-05-05 20:44:21 +02:00
section.features .icon {
background: #2599c0;
width: 35px;
height: 35px;
border: 4px solid #1d8db3;
text-align: center;
display: table;
float: left;
2014-05-06 19:54:28 +02:00
line-height: 1;
2014-05-05 20:44:21 +02:00
}
2014-05-06 19:54:28 +02:00
.icon.open {
2014-05-05 20:44:21 +02:00
background: #32ba8d !important;
border-color: #28ae82 !important;
}
2014-05-06 19:54:28 +02:00
.icon.secure {
background: #2e2b2b !important;
border-color: #161414 !important;
}
section.features .icon.free img {
width: 23px;
}
section.features .icon.open img {
width: 23px;
}
section.features .icon.pdf img {
width: 16px;
float: none;
}
section.features .icon.pay img {
width: 23px;
}
section.blue .icon.free {
background-color: #fff;
border-color: #fff;
}
2014-05-05 20:44:21 +02:00
section.features-splash .two .box h2 {
2014-05-01 19:20:52 +02:00
color: #32ba8d;
}
2014-05-05 20:44:21 +02:00
.icon.pdf {
background: #d2462d !important;
border-color: #c23b23 !important;
2014-05-01 19:20:52 +02:00
}
2014-05-05 20:44:21 +02:00
section.features-splash .three .box h2 {
2014-05-01 19:20:52 +02:00
color: #d2462d;
}
2014-05-05 20:44:21 +02:00
.icon.pay {
background: #fad129 !important;
border-color: #f0c824 !important;
2014-05-01 19:20:52 +02:00
}
2014-05-05 20:44:21 +02:00
section.features-splash .four .box h2 {
2014-05-01 19:20:52 +02:00
color: #f0c824;
}
2014-05-05 20:44:21 +02:00
section.features-splash h2 {
2014-05-01 19:20:52 +02:00
margin: 20px 0 15px;
color: #2599c0;
}
2014-05-05 20:44:21 +02:00
section.features h2 {
display: inline-block;
margin-top: 5px;
padding-left: 15px;
color: #1a1818;
2014-05-01 19:20:52 +02:00
}
2014-05-05 20:44:21 +02:00
.icon .img-wrap {
2014-05-06 19:54:28 +02:00
display: table-cell;
vertical-align: middle;
height: 100%;
padding: 0;
2014-05-01 19:20:52 +02:00
}
2014-05-05 20:44:21 +02:00
.icon img {
2014-05-06 19:54:28 +02:00
vertical-align: middle;
2014-05-01 19:20:52 +02:00
}
section.blue {
2014-05-06 19:54:28 +02:00
background-image: url('../images/bg-blue.jpg');
background-color: #cccccc;
2014-05-01 19:20:52 +02:00
background-size: cover;
color: #fff;
padding: 140px 0;
}
section.blue .col-md-7 {
text-align: left;
}
section.blue h1 span {
font-size: 30px;
display: block;
}
section.blue h1 {
color: #fff;
line-height: 1.2;
2014-05-06 19:54:28 +02:00
margin-bottom: 20px;
2014-05-01 19:20:52 +02:00
margin-top: 30px;
font-size: 65px;
}
2014-05-06 19:54:28 +02:00
section.blue h2 {
color: #fff;
}
section.blue a {
color: #ffffff;
text-decoration: underline;
}
section.blue p {
margin-top: 15px;
}
section.blue img {
max-width: 100%;
}
section.plans {
2014-04-28 22:05:37 +02:00
padding: 70px 0;
}
2014-05-06 19:54:28 +02:00
section.team h2,
section.plans h2 {
2014-04-28 22:05:37 +02:00
font-size: 25px;
margin: 0 0 25px;
text-transform: none;
}
section.team .col-md-3 h2 {
margin-top: 20px;
2014-05-13 23:04:42 +02:00
margin-bottom: 3px;
2014-05-12 12:14:29 +02:00
font-size: 20px;
2014-04-28 22:05:37 +02:00
}
section.about .screendump {
height: 220px;
}
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-05-13 23:04:42 +02:00
section.about img,
section.team img {
2014-04-28 22:05:37 +02:00
width: 100%;
min-width: 100%;
}
section.team .col-md-3 {
2014-05-06 19:54:28 +02:00
margin-top: 25px;
2014-05-13 23:04:42 +02:00
padding: 0 20px;
2014-04-28 22:05:37 +02:00
}
section.team .col-md-3 p {
font-size: 12px;
2014-05-13 23:04:42 +02:00
margin-bottom: 20px;
2014-04-28 22:05:37 +02:00
}
section.team .social {
margin: 3px 3px 0 3px;
}
2014-05-12 12:14:29 +02:00
section.team .social.blue {background-color: #2599c0;}
2014-05-13 23:04:42 +02:00
section.team .social.green {background-color: #30ab82;}
section.team .social.red {background-color: #d2462d;}
section.team .social.yellow {background-color: #ebbe09;}
2014-05-06 19:54:28 +02:00
section.team .social img {
2014-05-13 23:04:42 +02:00
margin: 12px 7px;
2014-05-12 12:14:29 +02:00
height: 15px;
display: inline-block;
2014-05-13 23:04:42 +02:00
width: auto;
min-width: 1px;
padding: 0;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
section.team .img-team:before {
-webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
section.team .img-team {
z-index: 1000; position: relative;
}
section.team .img-team img {}
2014-04-28 22:05:37 +02: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;
}
section.contact .address p {
margin-bottom: 20px;
}
section.contact .address span.push {
margin-left: 55px;
line-height: 25px;
}
2014-05-13 23:04:42 +02:00
section.contact .form-control, section.secure .form-control, footer.footer .form-control {
2014-04-28 22:05:37 +02:00
display: block;
width: 100%;
2014-05-13 23:04:42 +02:00
height: 50px;
2014-04-28 22:05:37 +02:00
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
2014-05-13 23:04:42 +02:00
border: 1px solid #e0e0e1;
2014-04-28 22:05:37 +02:00
border-radius: 0;
2014-05-13 23:04:42 +02:00
-webkit-box-shadow: inset 0px 0px 8px 5px rgba(50, 50, 50, 0.25);
-moz-box-shadow: inset 0px 0px 8px 5px rgba(50, 50, 50, 0.25);
box-shadow: inset 0px 0px 5px 2px rgba(50, 50, 50, 0.05);
2014-05-06 19:54:28 +02:00
-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-04-28 22:05:37 +02:00
}
section.contact textarea.form-control {
height: auto;
}
2014-05-13 23:04:42 +02:00
section.secure label { text-transform: uppercase; font-size: 12px; font-weight: 800; margin-bottom: 10px; display: block;}
section.secure .card {padding: 30px; margin-bottom: 50px;}
section.secure .card p {padding-top: 26px; padding-right: 15px; line-height: 50px;}
section.secure .info {padding-top: 30px;}
2014-04-28 22:05:37 +02:00
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;
}
2014-06-12 18:58:19 +02:00
section.faq .content{display:none;}
2014-04-28 22:05:37 +02:00
section.faq .question {
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
}
2014-05-13 23:04:42 +02:00
section.faq .contact-box {
2014-06-12 18:58:19 +02:00
margin-top: 30px;
padding: 40px;
color: #4f4747;
background: #fad129;
2014-04-28 22:05:37 +02:00
}
section.faq .contact-box h2 {
2014-06-12 18:58:19 +02:00
text-transform: uppercase;
display: block;
float: left;
width: 60%;
margin-top: 0;
margin-bottom: 0;
padding: 2px 0;
}
section.faq .contact-box img {
float: left;
display: block;
margin-right: 20px;
margin-left: 30px;
height: 57px;
2014-04-28 22:05:37 +02:00
}
2014-06-12 18:58:19 +02:00
section.faq .contact-box .col-md-8 {
padding-left: 5px;
}
section.faq .contact-box h2 {
border-right: 1px solid #e4bf28;
}
2014-04-28 22:05:37 +02:00
section.faq .contact-box a {
color: #2e2b2b;
}
section.faq .contact-box p {
2014-06-12 18:58:19 +02:00
2014-04-28 22:05:37 +02:00
}
.btn-primary {
color: #fff;
background-color: #2299c0;
border: none;
text-align: center;
border-radius: 0;
height: 63px;
line-height: 63px;
padding: 0;
width: 100%;
text-align: center;
}
.btn-primary:hover {
background-color: #2299c0;
}
2014-05-13 23:04:42 +02:00
.btn.green {
background-color: #30ab82;
}
.btn.green:hover {
background-color: #2daa81;
}
.btn-lg {
font-size: 18px;
}
2014-04-28 22:05:37 +02:00
section.contact button span.glyphicon {
background-color: transparent;
color: #fff;
float: right;
}
section.contact .btn span.glyphicon {
background-color: #1e84a5;
height: 63px;
line-height: 63px;
width: 63px;
margin-top: -1px;
-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;
}
section.contact .btn:hover span.glyphicon {
font-size: 25px;
}
2014-05-13 23:04:42 +02:00
section.contact textarea:focus, section.secure textarea:focus,
select:focus,
2014-05-06 19:54:28 +02:00
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 {
2014-05-13 23:04:42 +02:00
2014-04-28 22:05:37 +02:00
}
section.contact address {
display: inline-block;
}
2014-05-13 23:04:42 +02:00
footer.footer {
background: #211f1f;
padding: 50px 0;
text-align: center;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer h3 { text-align: left; color: #fff; padding-bottom: 12px; margin-bottom: 25px; border-bottom: 1px solid #2c2a2a;}
footer.footer hr {
margin-top: 25px;
margin-bottom: 25px;
border: 0;
border-top: 1px solid #2c2a2a;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer .glyphicon {margin-right: 8px; color: #ebbe09; width: 15px; font-size: 14px;}
footer ul.navbar-vertical {
margin: 0;
padding: 0;
margin-bottom: 30px;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer ul.navbar-vertical li {
display: block;
padding: 2px 0;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer ul.navbar-vertical li a {
color: #a3a2a2;
2014-04-28 22:05:37 +02:00
font-size: 12px;
2014-05-13 23:04:42 +02:00
font-weight: 800;
text-transform: uppercase;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer ul.navbar-vertical li a:hover {
color: #e5e5e5;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer .social {
margin-bottom: 30px;
width: 100%;
clear: both;
text-align: center;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer .social img {
margin: 0 3px;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer .social a img:hover {
opacity: 0.6;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
footer.footer .social .row1 {
margin-bottom: -8px;
2014-04-28 22:05:37 +02:00
}
2014-05-13 23:04:42 +02:00
2014-05-14 00:17:33 +02:00
footer.footer form#mad_mimi_signup_form button {
2014-05-13 23:04:42 +02:00
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
background: #b7b7b6;
border: none;
padding: 0;
border-radius: 0;
text-align: center;
margin-bottom: 30px;
}
2014-05-14 00:17:33 +02:00
footer.footer form#mad_mimi_signup_form button:hover {
2014-05-13 23:04:42 +02:00
background: #7b7a79;
}
2014-05-14 00:17:33 +02:00
footer.footer form#mad_mimi_signup_form button .glyphicon {
2014-05-13 23:04:42 +02:00
position: static;
color: #fff;
font-size: 15px;
width: auto;
2014-04-28 22:05:37 +02:00
margin: 0;
}
2014-05-14 00:17:33 +02:00
footer.footer form#mad_mimi_signup_form .form-group {
2014-05-13 23:04:42 +02:00
position: relative;
}
2014-05-14 00:17:33 +02:00
footer.footer form#mad_mimi_signup_form input {
2014-05-13 23:04:42 +02:00
padding: right: 60px;
background: #393636;
border: none;
color: #b7b7b6;
}
2014-05-06 19:54:28 +02:00
@media (max-width: 768px) {
2014-04-28 22:05:37 +02:00
h1 {
font-size: 30px;
}
2014-05-06 19:54:28 +02:00
h2 {
font-size: 20px;
}
2014-04-28 22:05:37 +02:00
section.about .col-md-5 {
2014-05-06 19:54:28 +02:00
padding-left: 15px !important;
2014-04-28 22:05:37 +02:00
}
2014-06-12 18:58:19 +02:00
section.faq .contact-box {
margin-top: 20px;
padding: 25px;
text-align: center;
}
section.faq .contact-box h2 {
float: none;
width: 100%;
margin: 10px 0;
}
section.faq .contact-box img {
float: none;
display: inline-block;
margin-right: 0;
margin-left: 0;
height: 57px;
}
section.faq .contact-box .col-md-8 {
padding-left: 15px;
}
section.faq .contact-box h2 {
border-right: none;
}
section.faq .contact-box p {
margin: 0;
}
2014-04-28 22:05:37 +02:00
.navbar {
text-align: center;
padding: 25px 0 18px;
}
ul.navbar-list {
float: none;
margin-top: 10px;
}
2014-05-06 19:54:28 +02:00
.hero .caption {
width: 100%;
background: #fff;
padding: 10px 35px 20px 35px;
height: auto;
border-left: none;
margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}
.hero .caption-side {
display:none;
}
.hero1 h1 {
font-size: 30px;
}
.hero{
2014-04-28 22:05:37 +02:00
padding: 50px 0;
}
.background {
background-attachment: scroll;
background-size: cover;
background-position: bottom center;
background-repeat: repeat;
min-height: 1px;
padding: 50px 0;
}
section.upper-footer.white-bg {
padding: 30px 0;
}
section.features .col-md-3 .box {
margin-bottom: 10px;
}
2014-05-01 19:20:52 +02:00
2014-06-12 18:58:19 +02:00
section.features, section.blue, section, section.secure, section.about, section.team, section.contact, section.faq {
2014-05-06 19:54:28 +02:00
padding: 40px 0;
margin: 0 !important;
}
2014-05-13 23:04:42 +02:00
section.secure .info {
padding-top: 0;
}
section.secure .card {
padding: 15px;
margin-bottom: 40px;
}
section.secure .card p {
padding-top: 0;
padding-right: 15px;
line-height: 1;
}
2014-05-06 19:54:28 +02:00
section.blue h1 {
line-height: 1.2;
margin-bottom: 20px;
margin-top: 0;
font-size: 30px;
}
section.blue h1 span {
font-size: 20px;
}
section.features-splash .box {
padding: 20px 0 0 0;
}
section.features-splash {
margin-top: -20px !important;
}
section.features .col-md-7 img{
max-width: 100%;
margin: 0;
}
section.features.blue .col-md-7 img, section.features4 .col-md-7 img {
margin-bottom: 30px;
}
section.features1 .col-md-7 img, section.features3 .col-md-7 img, section.features5 .col-md-7 img {
margin-top: 30px;
}
section.features1 .col-md-5, section.features4 .col-md-5, section.features5 .col-md-5 {
padding-bottom:
0;
}
section.features.upper-footer {
text-align: center;
padding: 20px 0 40px 0;
}
section.features.upper-footer h2.thin {
line-height: 63px;
float: none;
}
.nitinh-vAlign{
position: static !important;
}
2014-04-28 22:05:37 +02:00
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.contact .address {
margin: 0;
}
section.contact .address p {
text-align: center;
}
section.contact .address .glyphicon {
display: block;
margin: 0 auto 7px;
float: none;
}
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;
}
#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;
}
}
.github {
background-image: url(../images/GitHub.png);
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 10px;
float: left;
}
div.fb_iframe_widget {
display: inline;
}
div.fb_iframe_widget > span {
vertical-align: top !important;
}
@font-face {
2014-05-01 19:20:52 +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;
font-style: normal;
2014-04-28 22:05:37 +02:00
}
::selection {
color: #fff;
background: #2e2b2b;
}
::-moz-selection {
color: #fff;
background: #2e2b2b;
2014-05-01 19:20:52 +02:00
}
2014-05-06 19:54:28 +02:00
.plans-table {
text-align: center;
margin: 0 auto;
float: none;
margin-top: 60px;
}
.plans-table .free,
.plans-table .desc {
padding: 0;
}
.plans-table .free .cell {
padding-right: 15px;
}
.plans-table .desc .cell {
text-align: right;
padding-right: 15px;
border-left: 1px solid #dfe0e1;
font-size: 13px;
font-weight: 800;
}
.plans-table .pro .cell {
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
.plans-table .cell {
background-color: #fff;
border-top: 1px solid #dfe0e1;
padding: 18px 0;
font-family: Roboto, sans-serif;
height: 60px;
}
.plans-table .cell:nth-child(odd) {
background-color: #fbfbfb;
}
.plans-table .pro .cell:nth-child(odd) {
background-color: #f4f4f4;
}
2014-05-01 19:20:52 +02:00
.plans-table .pro {
background-color: #2299c0;
2014-05-06 19:54:28 +02:00
overflow: hidden;
padding: 0;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
}
.plans-table .free .cell:first-child,
.plans-table .pro .cell:first-child {
color: #fff;
text-transform: uppercase;
font-size: 24px;
font-weight: 800;
line-height: 60px;
padding: 0;
position: relative;
bottom: -1px;
border: none;
}
.plans-table .free .cell:first-child {
background-color: #9b9b9b;
margin-right: 15px;
padding-right: 0;
}
.plans-table .free,
2014-05-12 12:14:29 +02:00
.plans-table .desc, .plans-table .pro {
2014-05-06 19:54:28 +02:00
border-bottom: 1px solid #dfe0e1;
}
.plans-table .pro .cell:first-child {
background-color: #2299c0;
}
.plans-table .pro .cell:last-child {
2014-05-01 19:20:52 +02:00
padding: 0;
2014-05-06 19:54:28 +02:00
}
.plans-table .desc .cell:first-child {
background-color: transparent;
border: none;
}
.plans-table .glyphicon {
color: #fff;
border-radius: 50px;
padding: 5px;
font-size: 10px;
}
.plans-table .glyphicon-remove {
background-color: #da4830;
}
.plans-table .glyphicon-ok {
background-color: #35c156;
}
.plans-table .glyphicon-star {
border-radius: 0;
background-color: #2e2b2b;
display: block;
width: 60px;
height: 30px;
position: absolute;
top: -5px;
right: -20px;
2014-05-01 19:20:52 +02:00
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
padding: 13px 0 0 1px;
}
2014-05-06 19:54:28 +02:00
.plans-table .price {
padding: 0;
}
.plans-table .free .price p {
color: #35c156;
}
.plans-table .pro .price p {
color: #2299c0;
}
.plans-table .price p {
font-size: 40px;
text-transform: uppercase;
font-weight: 800;
margin: 0;
line-height: 55px;
}
.plans-table .price p span {
font-size: 16px;
text-transform: none;
font-weight: 400;
}
.plans-table a .cta h2 {
background: #2299c0;
color: #fff;
margin: 0;
}
.plans-table a .cta h2 span {
background: #1e84a5;
}
2014-05-01 19:20:52 +02:00
@media screen and (min-width: 769px) {
2014-05-06 19:54:28 +02:00
.hide-desktop {
display: none;
}
2014-05-01 19:20:52 +02:00
}
@media screen and (max-width: 769px) {
2014-05-06 19:54:28 +02:00
.hide-mobile {
display: none;
}
.plans-table .cell {
height: auto;
padding: 14px 0;
}
.plans-table .free .cell {
padding-right: 0;
}
.plans-table .free .cell:first-child {
margin-right: 0;
}
.plans-table .cell div:first-child {
margin-bottom: 5px;
}
.plans-table .cell .cta {
margin-bottom: 0 !important;
}
.plans-table .pro {
margin-top: 40px;
}
}