profile-list-block.css 2.53 KB

#content .profile-list-block h3 {
  text-align: center;
}

#content .common-profile-list-block ul {
  margin: 0px auto;
  padding: 0px;
}
#content .profile-list-block ul {
  width: 200px;
}

#content .common-profile-list-block li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

.common-profile-list-block .vcard a {
  display: block;
  height: 95px;
  max-height: 92px;
  padding-top: 3px;
  margin: 0px 2px;
  float: left;
  border: 2px solid transparent;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
  text-decoration: none;
  color: #000;
  position: relative;
  cursor: pointer; /* work arround bug for MSIE */
}
.msie6 .common-profile-list-block .vcard a {
  border: 2px solid #FFF;
  width: 90px;
  height: 90px;
}
.msie7 .common-profile-list-block .vcard a {
  width: 92px;
}
.common-profile-list-block .vcard a:hover {
  border: 2px solid #2A5896;
  background: #B8CFE7;
}

.common-profile-list-block span {
  display: block;
  width: 92px;
  overflow: hidden;
}

.common-profile-list-block .profile-image {
  width: 92px;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
}

.common-profile-list-block img {
  border: none;
}

.common-profile-list-block .locality {
  font-size: 9px;
  opacity: 0.5;
	filter: alpha(opacity=50);
}

#content .common-profile-list-block .sex-male,
#content .common-profile-list-block .sex-female,
#content .common-profile-list-block .sex-undef {
  position: absolute;
  top: 4px;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
}

.common-profile-list-block .sex-male {
  background: url(/images/icons-app/ico-male.png);
}
.common-profile-list-block .sex-female {
  background: url(/images/icons-app/ico-female.png);
}
.common-profile-list-block .sex-undef {
  background: url(/images/icons-app/ico-sex-undef.png);
}
.msie6 .common-profile-list-block .sex-male {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-male.png',sizingMethod='scale');
}
.msie6 .common-profile-list-block .sex-female {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-female.png',sizingMethod='scale');
}
.msie6 .common-profile-list-block .sex-undef {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons-app/ico-sex-undef.png',sizingMethod='scale');
}

#content .common-profile-list-block .sex-male span,
#content .common-profile-list-block .sex-female span,
#content .common-profile-list-block .sex-undef span {
  display: none;
}