Commit c1e52a41 authored by Ruslan Karimov's avatar Ruslan Karimov

#2632. Натянуть верстку шапки по блокчейну

parent 030be729
......@@ -3554,6 +3554,122 @@ h3.block-chain-header {
margin-bottom: 45px;
}
.keys_blockchain_top {
width: 100%;
min-height: 470px;
background: #f1f1f1 url(../images_blockchain/keys_blockchain_top.jpg) no-repeat bottom center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
padding-top: 53px;
position: relative;
}
.keys_blockchain_top h1{
font-size: 36px;
line-height: 50px;
font-family: "RobotoBold";
color: #ffffff;
margin-bottom: 25px;
}
.blockchain_title_wrap {
color: #ffffff;
}
.blockchain_title_wrap span {
font-size: 25px;
line-height: 36px;
margin-bottom: 35px;
}
.toggle_bottom_wr {
margin-bottom: 120px;
}
.toggle_bottom.toggle_bottom_dark {
position: static;
margin-top: 0;
float: none;
color: #2d323a;
border-color: #2d323a;
}
.toggle_bottom.toggle_bottom_dark:hover {
background-color: #2d323a;
color: #fff;
}
.toggle_bottom.toggle_bottom_dark i::after {
background: url(../images/icon/arrow_down_black.png) no-repeat;
}
.toggle_bottom.toggle_bottom_dark:hover i::after {
background: url(../images/green/arrow_down2.png) no-repeat;
}
.blockchain_mock_wrap{
margin-top: -10px;
position: relative;
z-index: 3;
}
.blockchain_mock1{
width: 285px;
height: 340px;
position: absolute;
top: 0px;
right: 0;
background: url(../images_blockchain/blockchain_m1.png) no-repeat center center;
z-index: 3;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px){
}
@media only screen and (max-width: 1301px){
}
@media only screen and (max-width: 991px){
.blockchain_mock_wrap{
margin-top: 20px;
margin-left: 0px;
}
.blockchain_mock{
display: none;
}
.blockchain_mock_wrap{
background: url(../images_blockchain/blockchain_m1.png) no-repeat;
background-size: 100%;
background-position: center;
padding-top: 110%;
width: 100%;
max-width: none;
margin-bottom: 30px;
}
.toggle_bottom_wr .toggle_bottom {
display: block !important;
}
}
@media only screen and (max-width: 767px){
.blockchain_title_logo{
margin-bottom: 0;
}
.blockchain_title_logo {
text-align: left;
margin-bottom: 30px;
}
.blockchain_title_list {
margin-bottom: 20px;
}
.toggle_bottom_wr {
margin-bottom: 80px;
}
}
@media only screen and (min-width: 768px) {
.block-chain {
background: url(/images/block_chain.png) no-repeat left top;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment