2015-06-21 12:00:17 +00:00
|
|
|
body.inner {
|
|
|
|
background: url(../img/inner-bg.jpg) #162232 center top no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2015-06-21 14:34:27 +00:00
|
|
|
.logo-medium {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-06-21 12:00:17 +00:00
|
|
|
.container-inner {
|
|
|
|
width: 100%;
|
|
|
|
padding: 40px;
|
2015-06-21 14:34:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
float: left;
|
|
|
|
width: 70%;
|
|
|
|
padding: 20px;
|
|
|
|
height: calc(100vh - 300px);
|
|
|
|
min-height: 400px;
|
|
|
|
|
|
|
|
background: -moz-linear-gradient(top, rgba(8,13,20,1) 17%, rgba(8,13,20,0.65) 46%, rgba(239,239,239,0) 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(8,13,20,1)), color-stop(46%,rgba(8,13,20,0.65)), color-stop(100%,rgba(239,239,239,0)));
|
|
|
|
background: -webkit-linear-gradient(top, rgba(8,13,20,1) 17%,rgba(8,13,20,0.65) 46%,rgba(239,239,239,0) 100%);
|
|
|
|
background: -o-linear-gradient(top, rgba(8,13,20,1) 17%,rgba(8,13,20,0.65) 46%,rgba(239,239,239,0) 100%);
|
|
|
|
background: -ms-linear-gradient(top, rgba(8,13,20,1) 17%,rgba(8,13,20,0.65) 46%,rgba(239,239,239,0) 100%);
|
|
|
|
background: linear-gradient(to bottom, rgba(8,13,20,1) 17%,rgba(8,13,20,0.65) 46%,rgba(239,239,239,0) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080d14', endColorstr='#00efefef',GradientType=0 );
|
2015-06-21 12:00:17 +00:00
|
|
|
}
|