Как изменить размер текста в информере
новые трейлеры
.ie {
width: 320px;
display: block;
float: left;
margin: 0px 0px 10px 7px;
padding: 0;
position: relative;
z-index: 1;
border: 1px solid #ededed;
border-radius: 1px;
}
.ie_c {
height: 130px; отступ от картинки
z-index: 2;
overflow: hidden;
position: relative;
}
.ie_c .mask {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
display:none;
opacity: 1;
background-color: rgba(0,0,0, 0.77);
width:100%;
height:100%;
}
.ie_c:hover .mask, .mask:hover{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100) !important;
opacity: 1;
display:block;
}
.ie_c .mask a.show, .ie_c .mask .full {
width: 28px;
display: block;
float: left;
text-indent: -9999px;
height: 28px !important;
overflow: hidden;
top: 65px;
position: absolute;
background: url("/ie_rekpos/ie_img.png") no-repeat;
}
.ie_c .mask a.show {
background-position: 0 0;
left: 93px;
}
.ie_c .mask a.show:hover {
background-position: 0 -28px;
}
.ie_c .mask .full {
right: 91px;
background-position: -28px 0;
}
.ie_c .mask .full:hover {
background-position: -28px -28px;
}
.ie_c img {
width: 320px;
height: 151px;
display: block;
}
.ie_b {
background: #393939;
height: 29px;
overflow: hidden;
position: relative;
z-index: 1;
}
.ie_b_bg {
background: url("/ie_rekpos/ie_b_bg.png") repeat-x center top;
position: absolute;
height: 5px;
left: 0;
top: 0;
width: 100%;
z-index: 6;
}
.ie_b .file {
color: #fff;
display: block;
font-size: 11px;
line-height: 28px;
height: 29px;
text-align: center;
}
.ie_b .file a {
color: #66b325;
}
.ie_b .file a:hover {
color: #fff;
text-decoration: none;
}
.file_ie {
text-transform: uppercase;
background-color: #3C3C3C;
color: #66b325;
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
border-radius: 2px;
height: 25px;
padding-top: 3px;
margin: 4px;
}