2012-09-25 22:58:59 +02:00
|
|
|
body {
|
2012-10-29 18:02:06 +01:00
|
|
|
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
|
2012-12-04 18:59:17 +01:00
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lead {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
.or {
|
2013-02-22 17:58:54 +01:00
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.span4 .or {
|
|
|
|
padding-left: 0px;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|