overleaf/services/web/public/stylesheets/app/homepage.less

210 lines
4.4 KiB
Text
Raw Normal View History

.deprecated-sl-masthead {
display: inline-block;
margin-top: @header-height;
width: 100%;
text-align: center;
h1 {
font-size: 3.3rem;
line-height: 5rem;
margin-bottom: 0;
margin-top: @line-height-computed;
}
.img {
max-width: 420px;
background-image: url('/img/ol_plus_sl.png');
background-size: 100%;
background-repeat: no-repeat;
2018-08-10 05:53:46 -04:00
margin: 20px auto 0;
height: 197px;
}
}
2018-08-10 05:53:46 -04:00
.deprecated-sl-login-buttons {
margin: 35px 0;
}
2018-08-10 05:53:46 -04:00
.deprecated-sl-long-cta {
padding-top: 25px;
padding-bottom: 93px;
2018-08-10 05:53:46 -04:00
.card {
height: 216px;
}
2018-08-10 05:53:46 -04:00
h3 {
margin-top: 0;
}
}
2014-06-20 12:17:24 -04:00
.masthead {
display: inline-block;
width: 100%;
2014-06-20 12:17:24 -04:00
background-color: rgba(0,0,0,0.85);
background-image: -webkit-linear-gradient(left,rgba(153,93,179,0.6),rgba(44,155,219,0.6));
background-image: linear-gradient(to right,rgba(153,93,179,0.6),rgba(44,155,219,0.6));
position: relative;
text-align: center;
overflow: hidden;
margin-top: @header-height;
2014-10-21 08:39:47 -04:00
h1, p, label {
2014-06-20 12:17:24 -04:00
color: white;
text-align: center;
}
h1 {
font-size: 4.75rem;
2014-07-21 12:56:20 -04:00
line-height: 6.25rem;
margin-bottom: 0;
2014-07-22 06:50:15 -04:00
margin-top: @line-height-computed;
2014-06-20 12:17:24 -04:00
text-shadow: 0 1px 3px rgba(0,0,0,0.42);
span {
2014-07-21 12:56:20 -04:00
font-family: @font-family-sans-serif;
2014-06-20 12:17:24 -04:00
font-weight: 100;
2014-07-21 12:56:20 -04:00
letter-spacing: 5px;
2014-06-20 12:17:24 -04:00
}
}
p:first-of-type {
font-size: @line-height-computed;
font-weight: 200;
margin-top: 0;
text-rendering: auto;
2014-07-22 06:50:15 -04:00
margin-bottom: @line-height-computed;
2014-06-20 12:17:24 -04:00
}
2014-07-21 12:56:20 -04:00
.register-banner {
2014-06-20 12:17:24 -04:00
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
background-image: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
2014-07-21 12:56:20 -04:00
padding: @line-height-computed 0;
2014-07-22 06:50:15 -04:00
position: absolute;
bottom: 0;
width: 100%;
2014-07-21 12:56:20 -04:00
h2 {
color: white;
margin-top: 0;
font-family: @font-family-sans-serif;
font-weight: 500;
letter-spacing: 1px;
}
.form-group {
margin-left: @line-height-computed / 2;
}
2014-06-20 12:17:24 -04:00
}
2014-07-22 06:50:15 -04:00
.screenshot {
2014-07-24 05:47:09 -04:00
height: 550px;
2014-10-21 08:39:47 -04:00
margin: auto;
margin-bottom: -50px;
2014-07-22 06:50:15 -04:00
overflow-y: hidden;
2014-10-21 08:39:47 -04:00
box-shadow: 0 0 50px rgba(0,0,0,.67);
max-width: 960px;
2014-07-24 10:02:23 -04:00
.img {
max-width: 960px;
background-image: url('/img/screen.png');
background-size: 100%;
background-repeat: no-repeat;
margin: auto;
height: 672px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.img {
background-image: url('/img/screen@2x.png');
}
2014-07-22 06:50:15 -04:00
}
2014-06-20 12:17:24 -04:00
}
.btn-hero {
background-color: transparent;
border-color: white;
border-width: 3px;
color: white;
margin-right: @line-height-computed / 2;
&:hover {
background-color: white;
color: @gray-dark;
}
&.btn-primary {
border-color: lighten(@link-color, 10%);
color: lighten(@link-color, 10%);
&:hover {
background-color: lighten(@link-color, 10%);
color: white;
}
}
}
}
.universities {
padding-bottom: @line-height-computed;
text-align: center;
margin: 0 auto;
img {
max-width: 100%;
2014-07-22 06:50:15 -04:00
max-height: 60px;
2014-06-20 12:17:24 -04:00
}
}
.pattern-container {
background: url('/img/pattern-home.png') repeat #f1f1f1;
border-top: 1px solid @gray-lightest;
border-bottom: 1px solid @gray-lightest;
2014-06-20 12:17:24 -04:00
}
2014-07-24 12:38:18 -04:00
.real-time-example {
.cursor {
background-color: hsl(200, 70%, 70%);
display: inline-block;
width: 2px;
color: transparent;
line-height: 1.4;
position: relative;
&:after {
content: "Joe";
top: 22px;
right: 0;
position: absolute;
display: block;
background-color: hsl(200, 70%, 70%);
padding: (@line-height-computed / 4) (@line-height-computed / 2);
font-size: 0.8rem;
z-index: 100;
font-family: @font-family-sans-serif;
color: white;
font-weight: 700;
}
}
}
.track-changes-example {
.removed, .added {
color: #333;
2014-07-25 07:49:23 -04:00
margin: 0 -1px;
2014-07-24 12:38:18 -04:00
padding: 0 3px;
}
.added {
2014-07-25 07:49:23 -04:00
background-color: hsl(200, 70%, 80%);
2014-07-24 12:38:18 -04:00
}
.removed {
background-color: hsl(200, 70%, 95%);
position: relative;
&:after {
content: " ";
position: absolute;
2014-07-25 09:14:27 -04:00
top: 50%;
2014-07-24 12:38:18 -04:00
left: 0;
right: 0;
border-top: 1px solid hsl(200, 70%, 40%);
}
}
}
2014-07-25 09:14:27 -04:00
.real-time-example-code {
2014-07-25 09:33:46 -04:00
border-radius: 3px;
2014-07-25 09:14:27 -04:00
border-left: 42px solid @gray-lighter;
background-color: white;
padding: 12px;
font-family: @font-family-monospace;
.highlight {
color: @blue;
}
2014-07-25 09:33:46 -04:00
box-shadow: 0 3px 5px rgba(0,0,0,.3);
2014-07-25 09:14:27 -04:00
}