profile-list-block.css
2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#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;
}