1228 lines
31 KiB
CSS
1228 lines
31 KiB
CSS
.rls-l {
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
.rls-sb {
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
.rls-xb {
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 700;
|
|
}
|
|
.os {
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
/*html{
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
}*/
|
|
body {
|
|
color: #000000;
|
|
background-color: #000000;
|
|
font-size: 15px;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
h1 {
|
|
font-size: 42px;
|
|
line-height: 42px;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
margin-bottom: 24px;
|
|
}
|
|
h3 {
|
|
font-size: 28px;
|
|
line-height: 28px;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
.btn-serf {
|
|
color: #ffffff !important;
|
|
background-color: #4592c5;
|
|
border-radius: 4px;
|
|
}
|
|
.highlight {
|
|
margin-bottom: 18px;
|
|
}
|
|
pre {
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
|
border: none;
|
|
padding: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
@media (max-width: 992px) {
|
|
.container {
|
|
max-width: 970px;
|
|
}
|
|
}
|
|
.navbar-nav {
|
|
margin: 0;
|
|
}
|
|
.navbar-right {
|
|
float: right !important;
|
|
}
|
|
.navbar-nav > li {
|
|
float: left;
|
|
}
|
|
.navbar-nav > li > a {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
body.page-sub #header {
|
|
height: 90px;
|
|
background-color: #822ff7;
|
|
}
|
|
body.page-sub #header .nav-white {
|
|
height: 90px;
|
|
background-color: white;
|
|
}
|
|
body.page-sub #header .main-links.navbar-nav {
|
|
float: left !important;
|
|
}
|
|
body.page-sub #header .main-links.navbar-nav li > a {
|
|
color: black;
|
|
}
|
|
body.page-sub #header .main-links.navbar-nav li + li {
|
|
padding-left: 6px;
|
|
}
|
|
body.page-sub #header .main-links.navbar-nav li + li::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 9px;
|
|
width: 6px;
|
|
height: 8px;
|
|
background-color: #822ff7;
|
|
-webkit-transform: skewY(24deg);
|
|
-moz-transform: skewY(24deg);
|
|
-ms-transform: skewY(24deg);
|
|
-o-transform: skewY(24deg);
|
|
transform: skewY(24deg);
|
|
padding-right: 8px;
|
|
}
|
|
#header {
|
|
-webkit-font-smoothing: antialiased;
|
|
position: relative;
|
|
color: #ffffff;
|
|
text-rendering: optimizeLegibility;
|
|
margin-bottom: 0;
|
|
}
|
|
#header .navbar-collapse {
|
|
box-shadow: none;
|
|
margin-top: 10px;
|
|
}
|
|
#header.navbar-static-top {
|
|
z-index: 1000;
|
|
}
|
|
#header a {
|
|
color: #ffffff;
|
|
}
|
|
#header .navbar-toggle {
|
|
margin-top: 14px;
|
|
margin-bottom: 14px;
|
|
border: 2px solid #ffffff;
|
|
}
|
|
#header .navbar-toggle .icon-bar {
|
|
border: 1px solid #ffffff;
|
|
}
|
|
#header .navbar-brand.logo {
|
|
margin-top: 15px;
|
|
padding: 5px 0 0 68px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 24px;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
text-transform: uppercase;
|
|
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
|
|
background-image: url("../images/header-logo.png");
|
|
background-size: 50px 56px;
|
|
}
|
|
@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) {
|
|
#header .navbar-brand.logo {
|
|
background-image: url("../images/header-logo@2x.png");
|
|
background-size: 50px 56px;
|
|
}
|
|
}
|
|
#header .navbar-nav {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
#header .navbar-nav li {
|
|
position: relative;
|
|
}
|
|
#header .navbar-nav li > a {
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 3px;
|
|
padding-left: 22px;
|
|
}
|
|
#header .navbar-nav li.first > a {
|
|
padding-left: 15px;
|
|
}
|
|
#header .nav > li > a:hover,
|
|
#header .nav > li > a:focus {
|
|
background-color: transparent;
|
|
/*color: @p;
|
|
.transition( color 0.3s ease );*/
|
|
}
|
|
#header .main-links.navbar-nav {
|
|
margin-top: 26px;
|
|
/*li + li.li-under a::after{
|
|
left: 15px;
|
|
}*/
|
|
}
|
|
#header .main-links.navbar-nav li > a {
|
|
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
|
|
line-height: 26px;
|
|
margin: 0 12px;
|
|
padding: 0 0 0 4px;
|
|
}
|
|
#header .buttons.navbar-nav {
|
|
margin-top: 26px;
|
|
margin-left: 30px;
|
|
}
|
|
#header .buttons.navbar-nav li.first {
|
|
margin-right: 16px;
|
|
}
|
|
#header .buttons.navbar-nav li.download a {
|
|
padding-left: 28px;
|
|
background: url(../images/header-download-icon.png) 10px 7px no-repeat;
|
|
background-image: url("../images/header-download-icon.png");
|
|
background-size: 12px 13px;
|
|
}
|
|
@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) {
|
|
#header .buttons.navbar-nav li.download a {
|
|
background-image: url("../images/header-download-icon@2x.png");
|
|
background-size: 12px 13px;
|
|
}
|
|
}
|
|
#header .buttons.navbar-nav li.github a {
|
|
background: url(../images/header-github-icon.png) 10px 6px no-repeat;
|
|
background-image: url("../images/header-github-icon.png");
|
|
background-size: 12px 13px;
|
|
}
|
|
@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) {
|
|
#header .buttons.navbar-nav li.github a {
|
|
background-image: url("../images/header-github-icon@2x.png");
|
|
background-size: 12px 13px;
|
|
}
|
|
}
|
|
#header .buttons.navbar-nav li > a {
|
|
color: black;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
padding-left: 30px;
|
|
padding-right: 10px;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
@media (max-width: 992px) {
|
|
#header .navbar-brand.logo span {
|
|
width: 120px;
|
|
height: 39px;
|
|
margin-top: 12px;
|
|
background-size: 120px 39px;
|
|
}
|
|
#header .buttons.navbar-nav li a {
|
|
background: none !important;
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
#header .buttons.navbar-nav,
|
|
#header .main-links.navbar-nav {
|
|
display: block;
|
|
padding-bottom: 15px;
|
|
}
|
|
#header .buttons.navbar-nav li,
|
|
#header .main-links.navbar-nav li {
|
|
display: block;
|
|
float: none;
|
|
margin-top: 15px;
|
|
}
|
|
#header .buttons.navbar-nav .li-under a::after,
|
|
#header .main-links.navbar-nav .li-under a::after,
|
|
#header .buttons.navbar-nav li + li::before,
|
|
#header .main-links.navbar-nav li + li::before {
|
|
display: none;
|
|
}
|
|
#header .main-links.navbar-nav li > a {
|
|
padding: 0;
|
|
padding-left: 0;
|
|
line-height: 22px;
|
|
}
|
|
#header {
|
|
background: #694a9c;
|
|
/* Old browsers */
|
|
background: -moz-linear-gradient(left, #694a9c 0%, #cd2028 100%);
|
|
/* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #694a9c), color-stop(100%, #cd2028));
|
|
/* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(left, #694a9c 0%, #cd2028 100%);
|
|
/* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(left, #694a9c 0%, #cd2028 100%);
|
|
/* Opera 11.10+ */
|
|
background: -ms-linear-gradient(left, #694a9c 0%, #cd2028 100%);
|
|
/* IE10+ */
|
|
background: linear-gradient(to right, #694a9c 0%, #cd2028 100%);
|
|
/* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#694a9c', endColorstr='#cd2028', GradientType=1);
|
|
/* IE6-9 */
|
|
}
|
|
#header .navbar-right {
|
|
float: none !important;
|
|
}
|
|
#header .navbar-brand.logo span {
|
|
margin-top: 0;
|
|
}
|
|
#header .navbar-nav > li {
|
|
float: none;
|
|
}
|
|
#header .buttons.navbar-nav {
|
|
margin-top: 15px;
|
|
margin-left: 0px;
|
|
}
|
|
#header .buttons.navbar-nav li a {
|
|
padding-left: 40px;
|
|
}
|
|
#header .buttons.navbar-nav li.first {
|
|
margin-right: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
#header .buttons.navbar-nav li.download a {
|
|
background: url(../images/icon-download.png) 8px 6px no-repeat !important;
|
|
background-image: url("../images/icon-download.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
#header .buttons.navbar-nav li.github a {
|
|
background: url(../images/icon-github.png) 8px 6px no-repeat !important;
|
|
background-image: url("../images/icon-github.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
|
|
#header .buttons.navbar-nav li.download a {
|
|
background-image: url("../images/icon-download@2x.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 768px) and only screen and (min-device-pixel-ratio: 2), (max-width: 768px) and only screen and (min-resolution: 192dpi), (max-width: 768px) and only screen and (min-resolution: 2dppx) {
|
|
#header .buttons.navbar-nav li.github a {
|
|
background-image: url("../images/icon-github@2x.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
}
|
|
#footer-wrap {
|
|
background-color: white;
|
|
padding: 0 0 50px 0;
|
|
}
|
|
body.page-home #footer {
|
|
margin-top: -40px;
|
|
}
|
|
#footer {
|
|
padding: 140px 0 40px;
|
|
color: black;
|
|
background-color: white;
|
|
-webkit-transform: skewY(-2deg);
|
|
-moz-transform: skewY(-2deg);
|
|
-ms-transform: skewY(-2deg);
|
|
-o-transform: skewY(-2deg);
|
|
transform: skewY(-2deg);
|
|
}
|
|
#footer > .container {
|
|
-webkit-transform: skewY(2deg);
|
|
-moz-transform: skewY(2deg);
|
|
-ms-transform: skewY(2deg);
|
|
-o-transform: skewY(2deg);
|
|
transform: skewY(2deg);
|
|
}
|
|
#footer a {
|
|
color: black;
|
|
}
|
|
#footer .footer-links {
|
|
float: none;
|
|
display: inline-block;
|
|
margin-bottom: 20px;
|
|
}
|
|
#footer .footer-links .li-under a:hover::after,
|
|
#footer .footer-links .li-under a:focus::after {
|
|
opacity: 1;
|
|
-webkit-transform: skewY(15deg) translateY(8px);
|
|
-moz-transform: skewY(15deg) translateY(8px);
|
|
transform: skewY(15deg) translateY(8px);
|
|
}
|
|
#footer .footer-links .li-under a::after {
|
|
background-color: #822ff7;
|
|
}
|
|
#footer .footer-links li a {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
letter-spacing: 3px;
|
|
}
|
|
#footer .footer-links li a:hover {
|
|
background-color: transparent;
|
|
}
|
|
#footer .buttons.navbar-nav {
|
|
float: none;
|
|
display: inline-block;
|
|
margin-bottom: 30px;
|
|
margin-top: 0px;
|
|
}
|
|
#footer .buttons.navbar-nav li.first {
|
|
margin-right: 12px;
|
|
}
|
|
#footer .buttons.navbar-nav li.download a {
|
|
background: url(../images/icon-download-purple.png) 8px 6px no-repeat;
|
|
background-image: url("../images/icon-download-purple.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
@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) {
|
|
#footer .buttons.navbar-nav li.download a {
|
|
background-image: url("../images/icon-download-purple@2x.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
}
|
|
#footer .buttons.navbar-nav li.github a {
|
|
background: url(../images/icon-github-purple.png) 8px 6px no-repeat;
|
|
background-image: url("../images/icon-github-purple.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
@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) {
|
|
#footer .buttons.navbar-nav li.github a {
|
|
background-image: url("../images/icon-github-purple@2x.png");
|
|
background-size: 20px 20px;
|
|
}
|
|
}
|
|
#footer .buttons.navbar-nav li > a {
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
padding-left: 40px;
|
|
}
|
|
#footer .footer-hashi {
|
|
float: right;
|
|
padding-top: 8px;
|
|
letter-spacing: 2px;
|
|
}
|
|
#footer .footer-hashi a {
|
|
color: black;
|
|
font-weight: 700;
|
|
}
|
|
#footer .footer-hashi span {
|
|
margin-right: 10px;
|
|
}
|
|
#footer .footer-hashi .hashi-logo {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
#footer .footer-hashi .hashi-logo i {
|
|
display: inline-block;
|
|
width: 37px;
|
|
height: 40px;
|
|
background: url(../images/footer-hashicorp-logo.png) 0 0 no-repeat;
|
|
background-image: url("../images/footer-hashicorp-logo.png");
|
|
background-size: 37px 40px;
|
|
}
|
|
@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) {
|
|
#footer .footer-hashi .hashi-logo i {
|
|
background-image: url("../images/footer-hashicorp-logo@2x.png");
|
|
background-size: 37px 40px;
|
|
}
|
|
}
|
|
.page-sub #footer-wrap {
|
|
padding: 0;
|
|
}
|
|
.page-sub #footer {
|
|
padding: 140px 0 100px;
|
|
background-color: #000000;
|
|
transform: none;
|
|
}
|
|
.page-sub #footer > .container {
|
|
transform: none;
|
|
}
|
|
.page-sub #footer a {
|
|
color: white;
|
|
}
|
|
.page-sub #footer .footer-hashi {
|
|
color: white;
|
|
}
|
|
.page-sub #footer .footer-hashi .hashi-logo i {
|
|
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;
|
|
background-image: url("../images/footer-hashicorp-white-logo.png");
|
|
background-size: 37px 40px;
|
|
}
|
|
@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) {
|
|
.page-sub #footer .footer-hashi .hashi-logo i {
|
|
background-image: url("../images/footer-hashicorp-white-logo@2x.png");
|
|
background-size: 37px 40px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
#footer .footer-hashi span {
|
|
margin-right: 0;
|
|
}
|
|
#footer .footer-hashi .hashi-logo {
|
|
display: block;
|
|
margin-top: 15px;
|
|
margin-bottom: 20px;
|
|
}
|
|
#footer .buttons.navbar-nav {
|
|
margin-left: 0;
|
|
}
|
|
#footer .buttons.navbar-nav li.first {
|
|
margin-right: 0 !important;
|
|
}
|
|
}
|
|
#jumbotron-mask {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 804px;
|
|
margin-top: -90px;
|
|
background-color: black;
|
|
}
|
|
#jumbotron {
|
|
position: relative;
|
|
height: 804px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-top: -90px;
|
|
color: #ffffff;
|
|
background: transparent url('../images/hero-bg.png') center center no-repeat;
|
|
background-size: cover;
|
|
}
|
|
#jumbotron.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);
|
|
}
|
|
#jumbotron .container {
|
|
position: relative;
|
|
height: 100%;
|
|
margin-top: 90px;
|
|
}
|
|
#jumbotron .container > div {
|
|
display: none;
|
|
}
|
|
#jumbotron .container .jumbo-logo-wrap {
|
|
margin-top: 135px;
|
|
}
|
|
#jumbotron .container .jumbo-logo-wrap .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;
|
|
}
|
|
#jumbotron .container h2 {
|
|
margin-top: 175px;
|
|
font-size: 40px;
|
|
line-height: 48px;
|
|
letter-spacing: 1px;
|
|
margin-left: 40px;
|
|
}
|
|
@media (max-width: 992px) {
|
|
#jumbotron .container h2 {
|
|
text-align: center;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media (max-width: 480px) {
|
|
#jumbotron .container h2 {
|
|
margin-top: 130px;
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
.outline-btn {
|
|
background-color: transparent;
|
|
color: #ffffff;
|
|
border: 2px solid #ffffff;
|
|
border-radius: 4px;
|
|
text-decoration: none !important;
|
|
-webkit-transition: background-color 0.3s ease-in-out;
|
|
transition: background-color 0.3s ease-in-out;
|
|
}
|
|
.outline-btn.purple {
|
|
color: #822ff7;
|
|
border: 2px solid #822ff7;
|
|
}
|
|
.outline-btn:hover {
|
|
color: #ffffff;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
-webkit-transition: background-color 0.3s ease-in-out;
|
|
transition: background-color 0.3s ease-in-out;
|
|
}
|
|
.outline-btn:hover.purple {
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.terra-btn {
|
|
background-color: white;
|
|
}
|
|
.li-under a::after {
|
|
position: absolute;
|
|
top: 68%;
|
|
left: 50%;
|
|
margin-left: -4px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: white;
|
|
content: '';
|
|
opacity: 0;
|
|
text-decoration: none;
|
|
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
|
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
|
|
transition: height 0.3s, opacity 0.3s, transform 0.3s;
|
|
-webkit-transform: translateY(-10px);
|
|
-moz-transform: translateY(-10px);
|
|
transform: translateY(-10px);
|
|
}
|
|
.li-under a:hover::after,
|
|
.li-under a:focus::after {
|
|
opacity: 1;
|
|
-webkit-transform: skewY(15deg) translateY(18px);
|
|
-moz-transform: skewY(15deg) translateY(18px);
|
|
transform: skewY(15deg) translateY(18px);
|
|
}
|
|
/*body.page-home{
|
|
background-color: #f8f8f8;
|
|
}*/
|
|
.feature {
|
|
padding: 240px 0;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
.feature h2 {
|
|
text-align: right;
|
|
font-size: 44px;
|
|
line-height: 44px;
|
|
letter-spacing: 2px;
|
|
text-transform: uppercase;
|
|
color: #822ff7;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
.feature p {
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
line-height: 1.5em;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
.feature .icn {
|
|
display: block;
|
|
width: 186px;
|
|
height: 272px;
|
|
margin: 0 auto;
|
|
background-position: center 0;
|
|
background-repeat: no-repeat;
|
|
}
|
|
#feature-auto {
|
|
padding: 200px 0 300px;
|
|
margin-top: -36px;
|
|
background: #ffffff url(../images/white-wireframe.png) center top no-repeat;
|
|
background-size: cover;
|
|
-webkit-transform: skewY(-3deg);
|
|
-moz-transform: skewY(-3deg);
|
|
-ms-transform: skewY(-3deg);
|
|
-o-transform: skewY(-3deg);
|
|
transform: skewY(-3deg);
|
|
}
|
|
#feature-auto > .container {
|
|
-webkit-transform: skewY(3deg);
|
|
-moz-transform: skewY(3deg);
|
|
-ms-transform: skewY(3deg);
|
|
-o-transform: skewY(3deg);
|
|
transform: skewY(3deg);
|
|
}
|
|
#feature-auto h2 {
|
|
font-size: 41px;
|
|
}
|
|
#feature-auto p {
|
|
text-align: right;
|
|
padding-left: 100px;
|
|
}
|
|
#feature-auto .terminal-text {
|
|
background: black;
|
|
color: white;
|
|
line-height: 88px;
|
|
text-align: center;
|
|
margin: 60px 20px 0;
|
|
font-size: 35px;
|
|
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
|
}
|
|
#feature-iterate {
|
|
margin-top: -80px;
|
|
padding: 280px 0 360px;
|
|
color: white;
|
|
background: #ffffff url(../images/feature-iterate-bg.png) center top no-repeat;
|
|
border-top: 2px solid white;
|
|
border-bottom: 2px solid #822ff7;
|
|
background-size: cover;
|
|
-webkit-transform: skewY(3deg);
|
|
-moz-transform: skewY(3deg);
|
|
-ms-transform: skewY(3deg);
|
|
-o-transform: skewY(3deg);
|
|
transform: skewY(3deg);
|
|
}
|
|
#feature-iterate > .container {
|
|
-webkit-transform: skewY(-3deg);
|
|
-moz-transform: skewY(-3deg);
|
|
-ms-transform: skewY(-3deg);
|
|
-o-transform: skewY(-3deg);
|
|
transform: skewY(-3deg);
|
|
}
|
|
#feature-iterate p {
|
|
text-align: right;
|
|
padding-left: 120px;
|
|
font-weight: 100;
|
|
}
|
|
#feature-iterate .it-icon {
|
|
margin-top: 40px;
|
|
}
|
|
#feature-iterate .t-block {
|
|
background-color: #ffffff;
|
|
width: 80px;
|
|
height: 80px;
|
|
-webkit-transform: skewY(26deg);
|
|
-moz-transform: skewY(26deg);
|
|
-ms-transform: skewY(26deg);
|
|
-o-transform: skewY(26deg);
|
|
transform: skewY(26deg);
|
|
float: left;
|
|
margin-right: 25px;
|
|
}
|
|
#feature-iterate .t-block.t2 {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
#feature-iterate .t-block.t3 {
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
#feature-iterate .t-block.t4 {
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
#feature-iterate h2 {
|
|
color: white;
|
|
}
|
|
#feature-clone {
|
|
margin-top: -80px;
|
|
padding: 240px 0 300px;
|
|
color: white;
|
|
background-color: #822ff7;
|
|
-webkit-transform: skewY(3deg);
|
|
-moz-transform: skewY(3deg);
|
|
-ms-transform: skewY(3deg);
|
|
-o-transform: skewY(3deg);
|
|
transform: skewY(3deg);
|
|
}
|
|
#feature-clone > .container {
|
|
-webkit-transform: skewY(-3deg);
|
|
-moz-transform: skewY(-3deg);
|
|
-ms-transform: skewY(-3deg);
|
|
-o-transform: skewY(-3deg);
|
|
transform: skewY(-3deg);
|
|
}
|
|
#feature-clone h2 {
|
|
color: white;
|
|
font-size: 37px;
|
|
}
|
|
#feature-clone p {
|
|
text-align: right;
|
|
}
|
|
#feature-clone .clone-icon {
|
|
padding-left: 80px;
|
|
}
|
|
#feature-clone .c-group {
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
#feature-clone .c-group.cg2 {
|
|
opacity: .8;
|
|
}
|
|
#feature-clone .c-group.cg3 {
|
|
opacity: .6;
|
|
}
|
|
#feature-clone .c-group .c-col {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
#feature-clone .c-group .c-col.c1 {
|
|
padding-top: 16px;
|
|
}
|
|
#feature-clone .c-group .c-col.c3 {
|
|
padding-top: 55px;
|
|
}
|
|
#feature-clone .c-group .c-col .c-block {
|
|
background-color: white;
|
|
width: 30px;
|
|
height: 30px;
|
|
-webkit-transform: skewY(30deg);
|
|
-moz-transform: skewY(30deg);
|
|
-ms-transform: skewY(30deg);
|
|
-o-transform: skewY(30deg);
|
|
transform: skewY(30deg);
|
|
margin: 5px 5px 0 0;
|
|
}
|
|
#cta {
|
|
padding: 180px 0 220px;
|
|
background-color: #822ff7;
|
|
-webkit-transform: skewY(-3deg);
|
|
-moz-transform: skewY(-3deg);
|
|
-ms-transform: skewY(-3deg);
|
|
-o-transform: skewY(-3deg);
|
|
transform: skewY(-3deg);
|
|
}
|
|
#cta > .container {
|
|
-webkit-transform: skewY(3deg);
|
|
-moz-transform: skewY(3deg);
|
|
-ms-transform: skewY(3deg);
|
|
-o-transform: skewY(3deg);
|
|
transform: skewY(3deg);
|
|
}
|
|
#cta .intro .left {
|
|
text-align: right;
|
|
}
|
|
#cta p {
|
|
padding-top: 4px;
|
|
color: white;
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
line-height: 1.5em;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
#cta .outline-btn {
|
|
padding: 16px 40px;
|
|
display: inline-block;
|
|
}
|
|
#cta .outline-btn:focus {
|
|
outline: 0;
|
|
}
|
|
#cta a {
|
|
font-weight: 500;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 3px;
|
|
color: white;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
#cta a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#demos {
|
|
padding: 180px 0 60px;
|
|
background-color: #000;
|
|
margin-top: -80px;
|
|
-webkit-transform: skewY(-3deg);
|
|
-moz-transform: skewY(-3deg);
|
|
-ms-transform: skewY(-3deg);
|
|
-o-transform: skewY(-3deg);
|
|
transform: skewY(-3deg);
|
|
}
|
|
#demos > .container {
|
|
-webkit-transform: skewY(3deg);
|
|
-moz-transform: skewY(3deg);
|
|
-ms-transform: skewY(3deg);
|
|
-o-transform: skewY(3deg);
|
|
transform: skewY(3deg);
|
|
}
|
|
#demos .explantion {
|
|
margin: 40px 0 60px 15px;
|
|
border-left: 8px solid #1e1e1e;
|
|
}
|
|
#demos .explantion h2 {
|
|
margin-top: 0;
|
|
font-size: 28px;
|
|
color: #9148f8;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
#demos .explantion p {
|
|
margin-bottom: 0;
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
line-height: 1.5em;
|
|
color: #939393;
|
|
font-weight: 400;
|
|
}
|
|
#demos .terminals {
|
|
margin-bottom: 80px;
|
|
}
|
|
#demos .terminals .terminal-item {
|
|
margin-bottom: 120px;
|
|
}
|
|
#demos .terminals .terminal-item.last {
|
|
border-bottom: none;
|
|
}
|
|
#demos .terminals .terminal-item > header .left span.icn {
|
|
display: inline-block;
|
|
width: 83px;
|
|
height: 74px;
|
|
}
|
|
#demos .terminals .terminal-item > header .right {
|
|
padding-left: 25px;
|
|
}
|
|
#demos .terminals .terminal-item > header .right h2 {
|
|
margin-top: 0;
|
|
font-size: 28px;
|
|
text-transform: uppercase;
|
|
}
|
|
#demos .terminals .terminal-item > header .right p {
|
|
font-size: 16px;
|
|
}
|
|
#demos .terminals .terminal-item .terminal {
|
|
border-radius: 4px;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 3px;
|
|
background-color: #1e1e1e;
|
|
border-bottom: 2px solid #1e1e1e;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header h4 {
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
color: white;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 700;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header ul.shell-dots {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 8px;
|
|
padding-left: 0;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header ul.shell-dots li {
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 6px;
|
|
margin-left: 6px;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header ul.shell-dots li.d1 {
|
|
background-color: #4a08a7;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header ul.shell-dots li.d2 {
|
|
background-color: #6517cf;
|
|
}
|
|
#demos .terminals .terminal-item .terminal header ul.shell-dots li.d3 {
|
|
background-color: #7b29ee;
|
|
}
|
|
#demos .terminals .terminal-item .terminal .terminal-window {
|
|
min-height: 140px;
|
|
padding: 20px;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
|
color: #ffffff;
|
|
background-color: transparent;
|
|
}
|
|
#demos .terminals .terminal-item .terminal .terminal-window .txt-r {
|
|
color: #e47078;
|
|
}
|
|
#demos .terminals .terminal-item .terminal .terminal-window .txt-p {
|
|
font-weight: bold;
|
|
color: #87ee8e;
|
|
}
|
|
#demos .terminals .terminal-item .terminal .terminal-window p {
|
|
margin-bottom: 2px;
|
|
white-space: pre-wrap;
|
|
}
|
|
#demos .terminals .terminal-item .terminal .terminal-window .cursor {
|
|
background-color: #NaNNaNNaN;
|
|
}
|
|
#demos .terminals .terminal-item .feature-bullets {
|
|
list-style-type: none;
|
|
padding-left: 35px;
|
|
}
|
|
#demos .terminals .terminal-item .feature-bullets li {
|
|
padding: 5px 0 5px 45px;
|
|
}
|
|
@media (max-width: 992px) {
|
|
#features .double-row {
|
|
padding: 0 0 0 0;
|
|
}
|
|
#features .double-row .row {
|
|
padding-bottom: 90px;
|
|
}
|
|
#features .icn {
|
|
height: 200px;
|
|
}
|
|
}
|
|
@media (max-width: 480px) {
|
|
#features {
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
#demos .terminals .terminal-item .feature-bullets li {
|
|
background-size: 12px 12px;
|
|
}
|
|
}
|
|
@media (max-width: 992px) {
|
|
#demos .terminals .terminal-item > header .right {
|
|
padding-left: 54px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
#demos .terminals .terminal-item > header .left span.icn {
|
|
padding-bottom: 15px;
|
|
}
|
|
#demos .terminals .terminal-item > header .right {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
.people {
|
|
margin-top: 30px;
|
|
}
|
|
.people .person {
|
|
margin-bottom: 40px;
|
|
}
|
|
.people .person h3 {
|
|
text-transform: none;
|
|
}
|
|
.people .person .bio {
|
|
padding-left: 150px;
|
|
}
|
|
body.page-sub {
|
|
background-color: #242424;
|
|
}
|
|
body.layout-aws,
|
|
body.layout-docs,
|
|
body.layout-inner,
|
|
body.layout-intro {
|
|
background: #242424 url('../images/sidebar-wire.png') left 62px no-repeat;
|
|
}
|
|
body.layout-aws > .container .col-md-8[role=main],
|
|
body.layout-docs > .container .col-md-8[role=main],
|
|
body.layout-inner > .container .col-md-8[role=main],
|
|
body.layout-intro > .container .col-md-8[role=main] {
|
|
min-height: 800px;
|
|
background-color: white;
|
|
}
|
|
body.layout-aws > .container .col-md-8[role=main] > div,
|
|
body.layout-docs > .container .col-md-8[role=main] > div,
|
|
body.layout-inner > .container .col-md-8[role=main] > div,
|
|
body.layout-intro > .container .col-md-8[role=main] > div {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.docs-sidebar {
|
|
position: relative;
|
|
z-index: 20;
|
|
margin-bottom: 30px;
|
|
margin-top: 50px;
|
|
margin-right: 4%;
|
|
}
|
|
.docs-sidebar a {
|
|
color: #822ff7;
|
|
}
|
|
.docs-sidebar .docs-sidenav {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.docs-sidebar .docs-sidenav :last-child {
|
|
border-bottom: none;
|
|
}
|
|
.docs-sidebar .docs-sidenav li {
|
|
position: relative;
|
|
}
|
|
.docs-sidebar .docs-sidenav li > a {
|
|
color: white;
|
|
-webkit-transition: color 0.5s ease;
|
|
transition: color 0.5s ease;
|
|
}
|
|
.docs-sidebar .docs-sidenav li > a:hover,
|
|
.docs-sidebar .docs-sidenav li > a:focus {
|
|
background-color: transparent !important;
|
|
color: white;
|
|
-webkit-transition: color 0.5s ease;
|
|
transition: color 0.5s ease;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li {
|
|
padding: 10px 0;
|
|
margin: 0 30px;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li > .nav li a {
|
|
color: white;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active {
|
|
/*> a:hover,
|
|
> a:focus {
|
|
font-weight: @font-weight-lato-xb;
|
|
}*/
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active > a {
|
|
color: #822ff7;
|
|
font-weight: 500;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 6px;
|
|
height: 8px;
|
|
background-color: #822ff7;
|
|
font-weight: 500;
|
|
-webkit-transform: skewY(24deg);
|
|
-moz-transform: skewY(24deg);
|
|
-ms-transform: skewY(24deg);
|
|
-o-transform: skewY(24deg);
|
|
transform: skewY(24deg);
|
|
top: 26px;
|
|
left: -10px;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active > a {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active .nav {
|
|
display: block;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li.active .nav li.active a {
|
|
color: #822ff7;
|
|
font-weight: 500;
|
|
}
|
|
.docs-sidebar .docs-sidenav > li > a {
|
|
text-transform: uppercase;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.docs-sidebar .docs-sidenav .nav {
|
|
display: none;
|
|
margin-bottom: 15px;
|
|
}
|
|
.docs-sidebar .docs-sidenav .nav > li {
|
|
margin-left: 20px;
|
|
}
|
|
.docs-sidebar .docs-sidenav .nav > li > a {
|
|
-webkit-font-smoothing: antialiased;
|
|
padding: 6px 15px;
|
|
}
|
|
.docs-sidebar .docs-sidenav .nav-visible {
|
|
display: block;
|
|
}
|
|
.bs-docs-section {
|
|
padding-top: 10px;
|
|
padding-left: 3%;
|
|
padding-bottom: 80px;
|
|
}
|
|
.bs-docs-section .lead {
|
|
margin-bottom: 48px;
|
|
}
|
|
.bs-docs-section .doc-sectional {
|
|
margin-bottom: 48px;
|
|
}
|
|
.bs-docs-section p,
|
|
.bs-docs-section li,
|
|
.bs-docs-section .alert {
|
|
font-size: 20px;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 300;
|
|
line-height: 1.5em;
|
|
margin: 0 0 18px;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.bs-docs-section pre {
|
|
margin: 0 0 18px;
|
|
}
|
|
.bs-docs-section a {
|
|
color: #822ff7;
|
|
}
|
|
.bs-docs-section a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.bs-docs-section img {
|
|
max-width: 650px;
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
.bs-docs-section h1 {
|
|
color: #822ff7;
|
|
text-transform: uppercase;
|
|
padding-bottom: 24px;
|
|
margin-top: 40px;
|
|
margin-bottom: 24px;
|
|
border-bottom: 1px solid #eeeeee;
|
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: 100;
|
|
}
|
|
.bs-docs-section h2,
|
|
.bs-docs-section h3,
|
|
.bs-docs-section h4 {
|
|
margin-bottom: 16px;
|
|
}
|
|
.bs-docs-section #graph {
|
|
margin-top: 30px;
|
|
}
|
|
@media (max-width: 992px) {
|
|
body.layout-docs > .container .col-md-8[role=main],
|
|
body.layout-inner > .container .col-md-8[role=main],
|
|
body.layout-intro > .container .col-md-8[role=main] {
|
|
min-height: 0;
|
|
}
|
|
body.layout-docs > .container .col-md-8[role=main]::before,
|
|
body.layout-inner > .container .col-md-8[role=main]::before,
|
|
body.layout-intro > .container .col-md-8[role=main]::before {
|
|
border-left: 9999px solid white;
|
|
}
|
|
}
|
|
@media (max-width: 480px) {
|
|
.bs-docs-section img {
|
|
max-width: 450px;
|
|
}
|
|
.bs-docs-section h1 {
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
.downloads {
|
|
margin-top: 20px;
|
|
}
|
|
.downloads .description {
|
|
margin-bottom: 20px;
|
|
}
|
|
.downloads .download {
|
|
border-bottom: 1px solid #b2b2b2;
|
|
padding-bottom: 15px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.downloads .download .details {
|
|
padding-left: 95px;
|
|
}
|
|
.downloads .download .details h2 {
|
|
margin-top: 0px;
|
|
}
|
|
.downloads .download .details ul {
|
|
padding-left: 0px;
|
|
}
|
|
.downloads .download .details li {
|
|
display: inline-block;
|
|
}
|
|
.downloads .download .details li:after {
|
|
content: " | ";
|
|
}
|
|
.downloads .download .details li:last-child:after {
|
|
content: "";
|
|
}
|
|
.downloads .download .icon img {
|
|
width: 75px;
|
|
}
|
|
.downloads .download .os-name {
|
|
font-size: 40px;
|
|
margin-bottom: -3px;
|
|
}
|
|
.downloads .poweredby {
|
|
margin-top: 20px;
|
|
}
|
|
.downloads .poweredby img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 122px;
|
|
}
|
|
/*@import "modals.less";*/
|