1 .facelist-selections a {
5 .facelist-selections a:hover {
9 ul.facelist-selections {
10 list-style-type: none;
11 border-top: 1px solid #888;
12 border-bottom: 1px solid #b6b6b6;
13 border-left: 1px solid #aaa;
14 border-right: 1px solid #aaa;
15 padding: 4px 0 4px 4px;
17 background-color: #fff;
18 box-shadow:inset 0 1px 2px #888;
19 -webkit-box-shadow:inset 0 1px 2px #888;
20 -moz-box-shadow:inset 0 1px 2px #888;
24 ul.facelist-selections.loading {
25 background-color: #eee;
28 ul.facelist-selections li {
30 margin: 1px 4px 1px 0;
35 ul.facelist-selections li.facelist-selection-item {
38 background-color: #fbc11d;
39 -moz-border-radius: 3px;
40 -webkit-border-radius: 3px;
42 -webkit-transition: background-color .2s ease-in;
44 padding:2px 5px 2px 5px;
46 font-family: "Lucida Grande", arial, sans-serif;
49 ul.facelist-selections li.facelist-selection-item:last-child {
53 ul.facelist-selections li.facelist-selection-item a.facelist-close {
59 font-family: "Helvetica", helvetica, arial, sans-serif;
62 -webkit-transition: color .1s ease-in;
65 ul.facelist-selections li.facelist-selection-item.blur a.facelist-close {
69 ul.facelist-selections li:hover.facelist-selection-item {
70 background-color: #d8dfea;
71 border: solid 1px #ccd5e4;
74 ul.facelist-selections li.facelist-selection-item.selected {
75 border-color: #3b5998;
76 background-color: #5670a6;
80 ul.facelist-selections li.facelist-original {
84 ul.facelist-selections li.facelist-original input {
95 list-style-type: none;
100 font-family: "Lucida Grande", arial, sans-serif;
101 background-color: #fff;
103 border: solid #ccd5e4 1px;
106 li.facelist-result-item, li.facelist-message {
109 background-color: transparent;
110 border: 1px solid #fff;
111 border-bottom: 1px solid #ddd;
115 li:first-child.facelist-result-item {
119 li.facelist-message {
124 li.facelist-result-item.active {
125 background-color: #3b5998;
126 border-color: #3342e8;
130 li.facelist-result-item em {
136 li.facelist-result-item.active em {
141 /* Firefox 3.0 Hacks */
142 ul.facelist-list, x:-moz-any-link, x:default {
143 border: 1px solid #888;
145 BODY:first-of-type ul.facelist-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
150 @media screen and (-webkit-min-device-pixel-ratio:0) {
151 ul.facelist-selections {
152 border-top-width: 2px;
154 ul.facelist-selections li.facelist-selection-item {
158 ul.facelist-selections li.facelist-selection-item a.facelist-close {
161 ul.facelist-selections li.facelist-original input {
167 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
169 border: 1px solid #888;
171 ul.facelist-selections li.facelist-selection-item a.facelist-close {
179 border: 1px solid #888\9;
181 ul.facelist-selections li.facelist-selection-item a.facelist-close {