File size: 1.5Kb
#sub_menu_1 {
display: none;
}
#sub_menu_1:hover {
display: block;
}
.presents {
background: #ffffff;
padding: 10px;
color: #4c4c4c;
}
.present {
background: #f5f5f5;
border-radius: 5px 5px 0px 0px;
padding: 10px;
color: #4c4c4c;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
}
.present_razdel {
background: #fff;
border-radius: 0px 0px 5px 5px;
border: 1px solid #dedede;
padding: 10px;
color: #4c4c4c;
}
a.touch_present {
display: block;
background: #fff;
border-bottom: 1px solid #eeeeee;
padding: 9px;
color: #4c4c4c;
transition: all .1s ease-in-out;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
}
a.touch_present:hover {
color: #3b5998;
text-decoration: none;
}
.present_count {
font-size: 14px;
float: right;
margin-top: 0px;
}
.present_money {
display: inline-block;
position: relative;
}
.present_money::after {
content: attr(data-title);
position: absolute;
left: 0;
right: 0;
bottom: 5px;
z-index: 1;
background: rgba(00,00,00,0.8);
color: #fff;
text-align: center;
font-family: Arial, sans-serif;
font-size: 11px;
padding: 10px 0px;
}
.present_img {
color: #4c4c4c;
background: #fff;
box-shadow: 1px 0px 5px #989898;
display: inline-block;
padding: 5px;
margin: 5px;
border: solid 1px #fff;
line-height: 0px;
text-align: center;
vertical-align: middle;
}
.present_img:hover {
color: #3b5998;
box-shadow: 1px 0px 5px #3b5998;
}