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;
73 ul.facelist-selections li.facelist-selection-item.selected {
74 background-color: #5670a6;
78 ul.facelist-selections li.facelist-original {
82 ul.facelist-selections li.facelist-original input {
93 list-style-type: none;
98 font-family: "Lucida Grande", arial, sans-serif;
99 background-color: #fff;
101 border: solid #ccd5e4 1px;
104 li.facelist-result-item, li.facelist-message {
107 background-color: transparent;
108 border: 1px solid #fff;
109 border-bottom: 1px solid #ddd;
113 li:first-child.facelist-result-item {
117 li.facelist-message {
122 li.facelist-result-item.active {
123 background-color: #3b5998;
124 border-color: #3342e8;
128 li.facelist-result-item em {
134 li.facelist-result-item.active em {
139 /* Firefox 3.0 Hacks */
140 ul.facelist-list, x:-moz-any-link, x:default {
141 border: 1px solid #888;
143 BODY:first-of-type ul.facelist-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
148 @media screen and (-webkit-min-device-pixel-ratio:0) {
149 ul.facelist-selections {
150 border-top-width: 2px;
152 ul.facelist-selections li.facelist-selection-item {
156 ul.facelist-selections li.facelist-selection-item a.facelist-close {
159 ul.facelist-selections li.facelist-original input {
165 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
167 border: 1px solid #888;
169 ul.facelist-selections li.facelist-selection-item a.facelist-close {
177 border: 1px solid #888\9;
179 ul.facelist-selections li.facelist-selection-item a.facelist-close {