2013-05-16 21:24:11 +02:00
|
|
|
.container-fluid {
|
|
|
|
padding: 0px;
|
2013-06-19 21:15:01 +02:00
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
/* Hack for IE */
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
|
2013-06-19 21:58:46 +02:00
|
|
|
margin: 0 auto -56px;
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
2013-05-21 22:57:01 +02:00
|
|
|
/* This is a hack so that our main content
|
|
|
|
remains centered in the middle 1440px or so
|
|
|
|
on wide monitors, but that our little color
|
|
|
|
bars can extend to the edges of the screen */
|
|
|
|
.content {
|
|
|
|
max-width: 1440px;
|
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.navbar {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inner {
|
|
|
|
border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2013-06-19 21:53:56 +02:00
|
|
|
.navbar.footer .nav > li {
|
2013-06-19 21:58:46 +02:00
|
|
|
line-height: 56px;
|
2013-06-19 21:53:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar.footer .nav > li > a {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-06-19 21:15:01 +02:00
|
|
|
.footer, .push {
|
2013-06-19 21:58:46 +02:00
|
|
|
height: 56px;
|
2013-06-19 21:15:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2012-09-25 22:58:59 +02:00
|
|
|
body {
|
2013-05-07 19:32:12 +02:00
|
|
|
font-family: 'Humbug', Helvetica, Arial, sans-serif;
|
2012-12-04 18:59:17 +01:00
|
|
|
line-height: 150%;
|
2013-06-19 21:15:01 +02:00
|
|
|
height: 100%;
|
2012-12-04 18:59:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
line-height: 150%;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.title {
|
2012-09-25 22:58:59 +02:00
|
|
|
font-family: Helvetica;
|
|
|
|
font-size: 100px;
|
|
|
|
font-weight: bold;
|
2013-05-06 19:57:06 +02:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 60px;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.lead {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-03-19 16:14:11 +01:00
|
|
|
.jobs-lead {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.pitch {
|
2013-02-22 17:58:54 +01:00
|
|
|
width: 600px;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.signup {
|
2012-09-25 22:58:59 +02:00
|
|
|
width: 650px;
|
|
|
|
padding: 8px 35px 8px 14px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
background-color: LightGray;
|
|
|
|
border: 1px solid DarkGray;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.for_you {
|
2012-09-25 22:58:59 +02:00
|
|
|
font-size: 30px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#company-email {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-09-26 20:02:37 +02:00
|
|
|
|
|
|
|
a.title {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.title:hover {
|
|
|
|
color: gray;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-10-03 17:51:15 +02:00
|
|
|
|
2013-03-05 19:25:27 +01:00
|
|
|
.login-area {
|
|
|
|
/* Often, the form itself overshoots the containing span, which
|
|
|
|
is an issue because then it collides with the "Sign in with Google"
|
|
|
|
button. This fix, though hackish, makes sure it's big enough at
|
|
|
|
all times. */
|
|
|
|
min-width: 400px;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.fakecontrol {
|
2012-10-03 17:51:15 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-04 18:59:17 +01:00
|
|
|
|
|
|
|
img.screenshot{
|
|
|
|
/* This makes it so screenshots are still shown if they are larger than their span.*/
|
|
|
|
max-width: 150%;
|
|
|
|
}
|
2013-02-06 17:32:06 +01:00
|
|
|
|
2013-07-15 21:26:49 +02:00
|
|
|
.full-width-screenshot {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-02-06 17:32:06 +01:00
|
|
|
.little-bullet {
|
|
|
|
/* In our footer navbar, the · doesn't get appropriate padding without this */
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
2013-02-06 20:25:04 +01:00
|
|
|
|
|
|
|
/* Silly easter egg for /integrations */
|
2013-02-11 22:34:20 +01:00
|
|
|
.integral {
|
|
|
|
font-weight: normal;
|
|
|
|
display: none;
|
2013-02-06 23:49:39 +01:00
|
|
|
}
|
|
|
|
|
2013-02-11 22:34:20 +01:00
|
|
|
.show-integral {
|
|
|
|
position: relative;
|
2013-02-06 20:25:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-integral:hover:after {
|
|
|
|
content: "dx";
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration {
|
|
|
|
margin-top: 2em;
|
|
|
|
padding-top: 1em;
|
|
|
|
border-top: 1px dashed black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration p {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2013-04-03 22:30:36 +02:00
|
|
|
|
2013-04-08 20:21:20 +02:00
|
|
|
#pw_strength {
|
2013-04-03 22:30:36 +02:00
|
|
|
/* Same width as a Bootstrap default text <input> with padding */
|
|
|
|
width: 220px;
|
|
|
|
}
|
2013-04-09 22:20:46 +02:00
|
|
|
|
|
|
|
.def:before {
|
|
|
|
content:" - "
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-details {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-details ul {
|
|
|
|
list-style-type:none
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-details dd {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.python {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commandline {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-05-02 21:50:14 +02:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
#portico-area {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2013-05-05 01:24:38 +02:00
|
|
|
|
|
|
|
.feature-list div {
|
|
|
|
padding-bottom: 2.5em;
|
|
|
|
height: 6em;
|
|
|
|
}
|
2013-05-16 21:24:11 +02:00
|
|
|
|
|
|
|
.main-headline {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page {
|
|
|
|
padding: 2em 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page-bottom {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page h1 {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page h2,h3,h4,h5 {
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page p {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-image {
|
|
|
|
width: 787px;
|
|
|
|
height: 414px;
|
|
|
|
background-image: url('/static/images/landing-page/laptop.png');
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-screen {
|
|
|
|
position: relative;
|
|
|
|
top: 32px;
|
|
|
|
width: 507px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-icon {
|
|
|
|
width: 33%
|
|
|
|
}
|
|
|
|
|
|
|
|
.spotlighted-feature {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-signup-button {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shaded-background {
|
|
|
|
background-color: #ededed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.darker-background {
|
|
|
|
background-color: #474747;
|
|
|
|
color: white;
|
|
|
|
}
|
2013-05-17 21:45:37 +02:00
|
|
|
|
|
|
|
.postal-envelope {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2013-05-22 04:29:51 +02:00
|
|
|
.stamp {
|
|
|
|
background-image: url('/static/images/landing-page/signup/canceled-stamp.png');
|
|
|
|
width: 210px;
|
|
|
|
height: 90px;
|
|
|
|
opacity: 0.6;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stamp .date {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
top: 45px;
|
|
|
|
left: 20px;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 10px;
|
|
|
|
color: #715128;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stamp img {
|
|
|
|
height: 6em;
|
|
|
|
padding-right: 1em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-05-17 21:45:37 +02:00
|
|
|
.postal-stripes {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
height: 10px;
|
2013-05-22 05:44:56 +02:00
|
|
|
background-image: -webkit-repeating-linear-gradient(-60deg, #fff, #fff 10px, #62a0cf 10px, #62a0cf 20px, #fff 20px, #fff 30px, #d66468 30px, #d66468 40px );
|
2013-05-17 21:45:37 +02:00
|
|
|
background-image: repeating-linear-gradient(-60deg, #fff, #fff 10px, #62a0cf 10px, #62a0cf 20px, #fff 20px, #fff 30px, #d66468 30px, #d66468 40px );
|
|
|
|
}
|
|
|
|
|
|
|
|
.par-avion {
|
|
|
|
font-size: 80%;
|
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.letter-form {
|
|
|
|
font-size: 110%;
|
|
|
|
padding-top: 2em;
|
|
|
|
padding-left: 4em;
|
|
|
|
padding-right: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.letter-form input {
|
|
|
|
border: 0px;
|
|
|
|
border-bottom: 1px dashed grey;
|
|
|
|
box-shadow: none;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
transition: border linear 0.2s;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
/* This is a hack and I'm not 100% sure why it's necessary,
|
|
|
|
but otherwise when we resize the form to be pretty narrow,
|
|
|
|
this gets crushed */
|
|
|
|
#envelope-holder {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-06-10 22:14:20 +02:00
|
|
|
.alert-hidden {
|
2013-05-17 21:45:37 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2013-07-11 21:40:52 +02:00
|
|
|
|
|
|
|
label.text-error {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text-error {
|
|
|
|
border-color: red;
|
|
|
|
outline-color: red;
|
|
|
|
}
|