2014-11-09 23:20:11 -05:00
|
|
|
|
.searchHints {
|
2013-12-27 11:18:42 -05:00
|
|
|
|
margin-top: 1em;
|
2013-04-26 16:53:54 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-27 09:05:33 -04:00
|
|
|
|
.searchHint {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
color: #fff;
|
|
|
|
|
border-bottom: 1px solid #444;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchHint:hover {
|
2013-12-27 11:18:42 -05:00
|
|
|
|
background-color: #444;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-21 17:13:57 -04:00
|
|
|
|
.searchHint:focus {
|
2013-12-27 11:18:42 -05:00
|
|
|
|
background-color: #444;
|
2013-05-21 17:13:57 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-27 09:05:33 -04:00
|
|
|
|
.searchHintImage {
|
|
|
|
|
display: inline-block;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
width: 20%;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
vertical-align: middle;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
margin: 4px 0;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchHintContent {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
width: 80%;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchHintName {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
color: #fff;
|
2013-12-27 12:12:23 -05:00
|
|
|
|
font-weight: normal !important;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchHintSecondaryText {
|
2014-01-12 01:31:21 -05:00
|
|
|
|
color: #fff;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
margin-top: 3px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2013-12-27 11:18:42 -05:00
|
|
|
|
font-weight: 300;
|
2013-04-27 09:05:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchHintContentInner {
|
|
|
|
|
padding: 2px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-27 18:04:14 -04:00
|
|
|
|
.circle {
|
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
|
border: 5px solid rgba(0,183,229,0.9);
|
|
|
|
|
opacity: .9;
|
|
|
|
|
border-right: 5px solid rgba(0,0,0,0);
|
|
|
|
|
border-left: 5px solid rgba(0,0,0,0);
|
2013-05-22 15:49:12 -04:00
|
|
|
|
border-radius: 30px;
|
|
|
|
|
box-shadow: 0 0 20px #2187e7;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
2013-04-27 18:04:14 -04:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
-moz-animation: spinPulse 1s infinite ease-in-out;
|
|
|
|
|
-webkit-animation: spinPulse 1s infinite linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.circle1 {
|
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
|
border: 5px solid rgba(0,183,229,0.9);
|
|
|
|
|
opacity: .9;
|
|
|
|
|
border-left: 5px solid rgba(0,0,0,0);
|
|
|
|
|
border-right: 5px solid rgba(0,0,0,0);
|
2013-05-22 15:49:12 -04:00
|
|
|
|
border-radius: 30px;
|
2013-04-27 18:04:14 -04:00
|
|
|
|
box-shadow: 0 0 15px #2187e7;
|
2013-05-22 15:49:12 -04:00
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
2013-04-27 18:04:14 -04:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
position: relative;
|
2013-05-22 15:49:12 -04:00
|
|
|
|
top: -32px;
|
2013-04-27 18:04:14 -04:00
|
|
|
|
-moz-animation: spinoffPulse 1s infinite linear;
|
|
|
|
|
-webkit-animation: spinoffPulse 1s infinite linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes spinPulse {
|
|
|
|
|
0% {
|
|
|
|
|
-moz-transform: rotate(160deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
box-shadow: 0 0 1px #2187e7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-moz-transform: rotate(145deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
-moz-transform: rotate(-320deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes spinoffPulse {
|
|
|
|
|
0% {
|
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
-moz-transform: rotate(360deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes spinPulse {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: rotate(160deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
box-shadow: 0 0 1px #2187e7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: rotate(145deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(-320deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes spinoffPulse {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
|
}
|
|
|
|
|
}
|