open-consul/website/source/stylesheets/_jumbotron.less

83 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-02-08 00:41:03 +00:00
//
// Jumbotron
// --------------------------------------------------
2014-04-05 09:03:01 +00:00
#jumbotron-mask{
overflow: hidden;
2014-04-08 23:38:25 +00:00
width: 100%;
2014-04-05 09:03:01 +00:00
height: @jumbotron-total-height;
2014-04-08 23:38:25 +00:00
margin-top: @negative-hero-margin;
2014-04-05 09:03:01 +00:00
}
2014-02-08 00:41:03 +00:00
#jumbotron {
position: relative;
2014-04-05 09:03:01 +00:00
height: @jumbotron-total-height;
2014-02-08 00:41:03 +00:00
padding-top: 0;
padding-bottom: 0;
2014-04-08 23:38:25 +00:00
margin-top: @negative-hero-margin;
2014-04-05 09:03:01 +00:00
color: @jumbotron-color;
.consul-gradient-bg();
2014-02-08 00:41:03 +00:00
&.mobile-hero{
background: transparent url( ../images/node-hero-pattern.jpg ) center center;
background-size: 320px 320px;
background: -webkit-image-set( url('../images/node-hero-pattern.jpg') 1x, url('../images/node-hero-pattern@2x.jpg') 2x );
}
2014-04-05 09:03:01 +00:00
.jumbotron-dots{
position: absolute;
top: 0;
left: 0;
height: 632px;
width: 100%;
2014-04-08 23:38:25 +00:00
margin-top: @negative-hero-margin;
2014-04-05 09:03:01 +00:00
background: transparent url('../images/hero-dots.png') center @header-height no-repeat;
}
2014-04-05 09:03:01 +00:00
2014-02-08 00:41:03 +00:00
.container{
position: relative;
height: 100%;
2014-04-05 09:03:01 +00:00
margin-top: @header-height;
2014-02-08 00:41:03 +00:00
2014-04-05 09:03:01 +00:00
.jumbo-logo-wrap{
margin-top: 135px;
2014-02-08 00:41:03 +00:00
2014-04-05 09:03:01 +00:00
.jumbo-logo{
width: 318px;
height: 316px;
background: transparent url( ../images/consul-hero-logo@2x.png ) 0 0 no-repeat;
background-size: 318px 316px;
z-index: 20;
}
2014-02-08 00:41:03 +00:00
}
h2{
margin-top: 175px;
2014-04-05 09:03:01 +00:00
font-size: 40px;
line-height: 48px;
letter-spacing: 1px;
margin-left: 40px;
2014-02-08 00:41:03 +00:00
}
}
}
2014-04-09 02:44:14 +00:00
@media (max-width: 992px) {
#jumbotron .container {
2014-04-09 02:44:14 +00:00
h2{
text-align: center;
margin-left: 0;
2014-02-08 00:41:03 +00:00
}
2014-04-09 02:44:14 +00:00
}
2014-02-08 00:41:03 +00:00
}
2014-04-09 02:44:14 +00:00
@media (max-width: 480px) {
#jumbotron .container {
2014-04-09 02:44:14 +00:00
h2{
margin-top: 130px;
font-size: 32px;
2014-02-08 00:41:03 +00:00
}
2014-04-09 02:44:14 +00:00
}
2014-02-08 00:41:03 +00:00
}