59 lines
1.3 KiB
Plaintext
Executable File
59 lines
1.3 KiB
Plaintext
Executable File
#category {
|
|
.right_block {
|
|
.button {
|
|
position : relative;
|
|
.expresscart_frame {
|
|
display: none;
|
|
height: 430px;
|
|
position: absolute;
|
|
width: 295px;
|
|
top : -395px;
|
|
iframe {
|
|
width: 295px;
|
|
height: 430px;
|
|
}
|
|
.loading {
|
|
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(204, 204, 204, 1)), to(rgba(255, 255, 255, 1)));
|
|
background-image : -moz-linear-gradient(34% 100% 90deg,rgba(255, 255, 255, 1), rgba(204, 204, 204, 1));
|
|
background-image : linear-gradient(34% 100% 90deg,rgba(255, 255, 255, 1), rgba(204, 204, 204, 1));
|
|
|
|
width: 295px;
|
|
height: 430px;
|
|
|
|
img {
|
|
margin : 50% 38%;
|
|
background-color : #DFDFDF;
|
|
border-radius : 40px;
|
|
box-shadow : 0 0 1px 1px #DDDDDD;
|
|
}
|
|
}
|
|
}
|
|
.close_popup {
|
|
position : absolute;
|
|
right : 22px;
|
|
top : -375px;
|
|
font-style: normal;
|
|
font-size : 20px;
|
|
color : #FFFFFF;
|
|
background : url('../img/cross.png') no-repeat;
|
|
width : 24px;
|
|
height : 24px;
|
|
z-index : 1000;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
font-style: normal;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.button_oos {
|
|
opacity: .4;
|
|
background: #514C8C !important;
|
|
cursor: default !important;
|
|
}
|
|
}
|