forked from mbrevoort/jquery-facebook-multi-friend-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jquery.facebook.multifriend.select.css
158 lines (130 loc) · 3.48 KB
/
jquery.facebook.multifriend.select.css
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/*
Copyright 2010 Mike Brevoort http://mike.brevoort.com @mbrevoort
v1.0 jquery-facebook-multi-friend-selector
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#jfmfs-friend-selector input {
background-color: #fcfcfc;
border: 1px solid #ccc;
font: 11px verdana, arial, helvetica, sans-serif;
margin: 2px 0;
padding: 2px 4px;
}
.jfmfs-friend {
cursor:pointer;
display:block;
float:left;
height:56px;
margin:3px;
padding:4px;
width:126px;
border: 1px solid #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.jfmfs-friend img {
border: 1px solid #CCC;
float:left;
margin:0;
}
.jfmfs-friend.selected img {
border: 1px solid #233E75;
}
.jfmfs-friend div {
color:#111111;
font-size:11px;
overflow:hidden;
padding:2px 0 0 6px;
width:62px;
}
#jfmfs-friend-container {
overflow:scroll;
overflow-x: hidden;
-ms-overflow-x: hidden;
width:100%;
height:400px;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
color: #333;
font-size: 12px;
}
#jfmfs-friend-selector {
width:725px;
height:376px;
}
#jfmfs-inner-header {
background:none repeat scroll 0 0 #F7F7F7;
border-bottom:1px solid #CCCCCC;
color:#3B5998;
font-size:11px;
font-weight:bold;
height:25px;
padding:2px;
}
.jfmfs-friend.selected {
background-color: #3B5998;
border: 1px solid #3B5998;
background: #6D84B4; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233E75', endColorstr='#6D84B4'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#233E75), to(#6D84B4)); /* for webkit browsers */
background: -moz-linear-gradient(top, #233E75, #6D84B4); /* for firefox 3.6+ */
}
.jfmfs-friend.selected div {
color: #FFFFFF;
}
.hover {
background-color: #EFF2F7;
}
.hide-non-selected, .hide-filtered {
display: none;
}
div.jfmfs-button {
background:none repeat scroll 0 0 #6D84B4;
border:1px solid #3B5998;
color:white;
cursor:pointer;
margin:4px 5px 0 4px;
padding:2px 5px;
text-decoration:none;
}
#jfmfs-friend-selector a.filter-link:link, a.filter-link:visited {
color: #3B5998;
font-weight: bold;
text-decoration: none;
}
#jfmfs-friend-selector a.filter-link:hover, #jfmfs-friend-selector a.selected {
background-color: #6D84B4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #FFFFFF;
}
#jfmfs-friend-selector .filter-link {
margin:4px 5px 4px 5px;
padding:3px 5px 3px 5px;
}
#jfmfs-inner-header .filter-link {
float:right;
}
#jfmfs-inner-header div.jfmfs-button-hover {
text-decoration: underline;
}
#jfmfs-friend-filter-text {
height: 23px;
}
#jfmfs-inner-header span.jfmfs-title {
color: #333333;
font-weight: bold;
margin: 3px 0 2px;
}
#jfmfs-max-selected-wrapper {
float: right;
margin:4px 5px 4px 5px;
padding:3px 5px 3px 5px;
}