Files
zulip/zephyr/static/styles/portico.css
Luke Faraone ec0683cd86 Cosmetic fixes to tutorial page and copy.
Make it so the image is not squished, change some paragraphs into
headers, and wordsmith a bit.

(imported from commit 81295e1a8ddd4f1ecd4532c4dfb8a38467bb530e)
2012-12-04 13:12:01 -05:00

70 lines
1.0 KiB
CSS

body {
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
line-height: 150%;
}
li {
line-height: 150%;
}
.title {
font-family: Helvetica;
font-size: 100px;
font-weight: bold;
padding-top: 50px;
padding-bottom: 60px;
}
.lead {
font-weight: bold;
}
.pitch {
width: 500px;
}
.signup {
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;
}
.or {
padding-left: 25px;
padding-right: 25px;
}
.for_you {
font-size: 30px;
font-style: italic;
}
#company-email {
display: none;
}
a.title {
color: black;
}
a.title:hover {
color: gray;
text-decoration: none;
}
.fakecontrol {
padding-top: 5px;
font-weight: bold;
}
img.screenshot{
/* This makes it so screenshots are still shown if they are larger than their span.*/
max-width: 150%;
}