profile-list-block.css
1.43 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
.common-profile-list-block {
text-align: center;
color: #B8CFE7;
}
#content .common-profile-list-block .block-title {
font-size: 14px;
}
.common-profile-list-block ul {
margin: 0px;
padding: 0px;
}
#content .common-profile-list-block li {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
}
.common-profile-list-block li a {
border: 2px solid #FFF;
display: block;
height: 100px;
padding-top: 2px;
width: 96px;
overflow: hidden;
text-decoration: none;
font-size: 9px;
}
.msie .common-profile-list-block li a {
width: 100px;
line-height: 10px;
cursor: pointer;
}
.common-profile-list-block li a:hover {
border: 2px solid #2A5896;
background: #B8CFE7;
color: #035;
}
.common-profile-list-block li div {
width: 96px;
height: 64px;
}
.common-profile-list-block li span {
display: block;
width: 92px;
}
.common-profile-list-block li img {
border: none;
}
.enterprises-block .block-footer-content,
.friends-block .block-footer-content,
.communities-block .block-footer-content {
text-align: center;
font-size: 80%;
padding: 5px 0px 0px 0px;
}
.msie .enterprises-block .block-footer-content,
.msie .friends-block .block-footer-content,
.msie .communities-block .block-footer-content {
padding: 0px;
margin-top: -5px;
}
.common-profile-list-block-none {
font-style: italic;
margin-bottom: -10px;
}
.msie .common-profile-list-block-none {
margin-bottom: 0px;
padding-bottom: 10px;
}