jellyfin-web/dashboard-ui/css/search.css

201 lines
3.1 KiB
CSS
Raw Normal View History

.searchHints {
2013-12-27 09:18:42 -07:00
margin-top: 1em;
2013-04-26 13:53:54 -07:00
}
2013-04-27 06:05:33 -07:00
.searchHint {
display: block;
text-decoration: none;
2013-12-27 09:18:42 -07:00
color: #fff;
border-bottom: 1px solid #444;
2013-04-27 06:05:33 -07:00
}
.searchHint:hover {
2013-12-27 09:18:42 -07:00
background-color: #444;
2013-04-27 06:05:33 -07:00
}
2013-05-21 14:13:57 -07:00
.searchHint:focus {
2013-12-27 09:18:42 -07:00
background-color: #444;
2013-05-21 14:13:57 -07:00
}
2013-04-27 06:05:33 -07:00
.searchHintImage {
display: inline-block;
2013-12-27 09:18:42 -07:00
width: 20%;
2013-04-27 06:05:33 -07:00
vertical-align: middle;
2013-12-27 09:18:42 -07:00
margin: 4px 0;
2013-04-27 06:05:33 -07:00
}
.searchHintContent {
vertical-align: top;
display: inline-block;
2013-12-27 09:18:42 -07:00
width: 80%;
2013-04-27 06:05:33 -07:00
}
.searchHintName {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
2013-12-27 09:18:42 -07:00
color: #fff;
2013-12-27 10:12:23 -07:00
font-weight: normal !important;
2013-04-27 06:05:33 -07:00
}
.searchHintSecondaryText {
2014-01-11 23:31:21 -07:00
color: #fff;
2013-04-27 06:05:33 -07:00
margin-top: 3px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
2013-12-27 09:18:42 -07:00
font-weight: 300;
2013-04-27 06:05:33 -07:00
}
.searchHintContentInner {
padding: 2px 5px;
}
2013-04-27 15:04:14 -07:00
@-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);
}
}
2015-01-20 23:26:16 -07:00
.headerSearchInput {
2015-01-23 21:50:45 -07:00
margin: 0;
2015-01-20 23:26:16 -07:00
background: #222;
border: 0;
color: #ddd;
border-radius: 3px;
2015-05-14 10:16:29 -07:00
padding: 4px 0 3px 0;
text-indent: 50px;
2015-05-13 22:42:55 -07:00
font-size: 16px;
2015-06-15 21:52:01 -07:00
font-family: inherit;
2015-01-20 23:26:16 -07:00
outline: none;
2015-01-23 21:50:45 -07:00
vertical-align: middle;
2015-06-09 21:01:14 -07:00
width: 85%;
2015-01-20 23:26:16 -07:00
}
.searchInputIcon {
position: absolute;
left: 20px;
2015-08-28 08:02:22 -07:00
top: 12px;
2015-01-20 23:26:16 -07:00
color: #ddd !important;
}
.viewMenuSearch {
2015-05-13 22:42:55 -07:00
position: fixed;
top: 0;
2015-05-22 14:03:16 -07:00
left: 0%;
2015-05-13 22:42:55 -07:00
right: 0;
background: #000000;
z-index: 1000;
2015-01-20 23:26:16 -07:00
}
2015-06-09 21:01:14 -07:00
@media all and (min-width: 600px) {
.headerSearchInput {
width: 90%;
}
}
2015-05-22 14:03:16 -07:00
@media all and (min-width: 800px) {
.headerSearchInput {
width: 93%;
}
}
@media all and (min-width: 1200px) {
.headerSearchInput {
width: 96%;
}
}
2015-05-13 22:42:55 -07:00
.viewMenuSearch:not(.hide) {
display: inline-block;
}
2015-01-20 23:26:16 -07:00
2015-05-13 22:42:55 -07:00
.viewMenuSearchForm {
2015-05-14 10:16:29 -07:00
max-width: none;
2015-05-13 22:42:55 -07:00
padding: 10px;
2015-01-20 23:26:16 -07:00
}
.searchResultsOverlay {
position: fixed;
2015-01-23 21:50:45 -07:00
background: rgba(34, 34, 34, 1);
2015-01-20 23:26:16 -07:00
top: 50px;
left: 0;
right: 0;
bottom: 0;
2015-02-19 17:34:05 -07:00
z-index: 1000;
2015-01-21 12:21:19 -07:00
border: 0 !important;
}
.searchResultsContainer {
2015-06-04 22:32:14 -07:00
padding: .5em;
}
@media all and (min-width: 800px) {
.searchResultsContainer {
padding-left: 1em;
padding-right: 1em;
}
}
@media all and (min-height: 800px) {
.searchResultsContainer {
padding-top: 1em;
padding-bottom: 1em;
}
2015-01-20 23:26:16 -07:00
}
2015-01-23 21:50:45 -07:00
.btnCloseSearch {
2015-06-23 21:38:46 -07:00
padding-top: 0;
padding-bottom: 0;
2015-01-23 21:50:45 -07:00
}