cirandas.net

ref: master

public/stylesheets/blocks/profile-list.scss


  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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#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 .comment-header .comment-actions-reply {
  float: right;
  background-image: url(../designs/icons/tango/Tango/16x16/actions/go-jump.png);
  height: 12px;
}
#content .comment-header ul {
  float: right;
  margin: 1px 0px 14px 0px;
}
#content .comment-actions .menu-submenu-header, #content .comment-actions .menu-submenu-footer, #content .comment-actions .menu-submenu h4 {
  display: none;
}
#content .comment-actions .menu-submenu ul {
  border: 1px solid #888a85;
  background-color: #efefef;
  padding-right: 2px;
  height: auto;
  display: block;
}
#content .common-profile-list-block li, #content .comment-actions li {
  margin: 0px !important;
  padding: 0px;
  list-style: none;
  position: relative;
}
.common-profile-list-block .vcard a, .comment-actions .vcard a {
  display: block;
  height: 112px;
  max-height: 112px;
  padding-top: 3px;
  margin: 0px 2px;
  float: left;
  border: 2px solid transparent;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
  text-decoration: none !important;
  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;
}
.box-2 .common-profile-list-block .vcard a.profile_link, .box-3 .common-profile-list-block .vcard a.profile_link {
  height: 75px;
  max-height: 75px;
}
.msie7 .box-2 .common-profile-list-block .vcard a, .msie7 .box-3 .common-profile-list-block .vcard a {
  width: 58px;
}
.common-profile-list-block .vcard a:hover {
  border: 2px solid #2A5896;
  background: #B8CFE7;
}
.common-profile-list-block span {
  display: block;
  width: 92px;
  overflow: hidden;
}
.box-1 .common-profile-list-block span {
  width: 102px;
}
.common-profile-list-block .profile-image {
  width: 92px;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
}
.common-profile-list-block .secret-profile {
  background: url(../images/hachure.png);
  opacity: 0.25;
  filter: alpha(opacity=5);
  zoom: 1;
}
.common-profile-list-block img {
  border: none;
  max-width: 50px;
  max-height: 50px;
}
.box-2 .common-profile-list-block span, .box-3 .common-profile-list-block span, .box-2 .common-profile-list-block .profile-image, .box-3 .common-profile-list-block .profile-image {
  width: 58px;
}
.box-2 .common-profile-list-block .profile-image, .box-3 .common-profile-list-block .profile-image {
  height: 50px;
}
.common-profile-list-block .locality, .common-profile-list-block .community-member-count {
  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;
}
.common-profile-list-block .extra_info,
.profile-list .extra_info {
  font-size: 9px;
}