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

361 lines
6.0 KiB
CSS
Raw Normal View History

2013-04-01 20:28:20 -07:00
/* Fixes the issue of jqm panels altering the page background. */
.ui-panel-content-wrap {
background: none!important;
}
.libraryPage .header {
2013-03-31 22:08:29 -07:00
padding-bottom: 0;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.libraryPageHeader {
margin: -5px 0 0;
2013-03-31 18:52:07 -07:00
}
2013-04-01 20:28:20 -07:00
.libraryPageHeader a {
2013-04-18 21:27:16 -07:00
margin-right: 15px;
2013-04-01 20:28:20 -07:00
}
2013-03-31 18:52:07 -07:00
2013-03-31 22:08:29 -07:00
.libraryPage .ui-content {
2013-04-01 20:28:20 -07:00
padding: 10px;
2013-03-31 22:08:29 -07:00
}
2013-03-31 18:52:07 -07:00
2013-03-31 22:08:29 -07:00
.libraryPage, .itemListContent {
2013-04-23 19:50:43 -07:00
background: #494949 url(images/bgflip.png) repeat-x!important;
2013-03-31 22:08:29 -07:00
background-attachment: fixed!important;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.libraryPage .currentUsername {
color: #fff;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.listHeader {
2013-04-25 16:28:01 -07:00
margin-top: .5em;
margin-bottom: 5px;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.libraryViewNav {
text-align: center;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.libraryViewNav .ui-btn-inner {
2013-04-09 14:03:15 -07:00
padding: .6em 5px;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
.ehsContent {
max-width: 600px;
margin: 0 auto;
2013-03-31 18:52:07 -07:00
}
2013-04-01 20:28:20 -07:00
.viewSettings {
text-align: center;
2013-04-19 16:45:27 -07:00
margin: .5em 0 .25em;
2013-04-01 20:28:20 -07:00
}
2013-04-08 14:05:00 -07:00
.listPaging {
text-align: center;
2013-04-18 21:27:16 -07:00
margin: .5em 0 .25em;
2013-04-08 14:05:00 -07:00
}
2013-04-27 15:52:41 -07:00
.labelPageSize {
margin-left: 1em;
}
.labelPageSize, .selectPageSize {
display: none;
}
2013-05-04 11:21:29 -07:00
.detailPageContent .ui-collapsible-content {
padding-left: 5px;
padding-right: 5px;
}
.galleryImageContainer {
display: inline-block;
margin: 5px;
}
.galleryImageContainer:hover {
-moz-box-shadow: 0 0 20px 3px #2572EB;
-webkit-box-shadow: 0 0 20px 3px #2572EB;
box-shadow: 0 0 20px 3px #2572EB;
}
.galleryImage {
width: 120px;
}
@media all and (min-width: 750px) {
.galleryImage {
width: 150px;
}
}
@media all and (min-width: 1200px) {
.galleryImage {
width: 180px;
}
}
2013-03-31 22:08:29 -07:00
@media all and (min-width: 650px) {
2013-04-01 20:28:20 -07:00
.libraryPage .ui-content {
2013-04-15 18:09:27 -07:00
padding: 10px 20px 100px;
2013-04-01 20:28:20 -07:00
}
2013-04-18 22:08:18 -07:00
.viewControls, .listTopPaging {
display: inline-block;
}
.viewControls + .listTopPaging {
margin-left: 1em;
}
2013-04-27 15:52:41 -07:00
.labelPageSize, .selectPageSize {
display: inline;
}
2013-03-31 22:08:29 -07:00
}
2013-04-06 13:44:14 -07:00
@media all and (min-width: 750px) {
2013-04-09 14:03:15 -07:00
.libraryViewNav .ui-btn-inner {
padding-left: 20px;
padding-right: 20px;
}
2013-05-04 11:21:29 -07:00
.detailPageContent .ui-collapsible-content {
padding-left: 15px;
padding-right: 15px;
}
2013-04-06 13:44:14 -07:00
}
2013-04-19 16:45:27 -07:00
@media all and (min-width: 1000px) {
2013-04-22 07:44:11 -07:00
.detailPageContent {
width: 90%;
margin: 0 auto;
2013-05-04 11:21:29 -07:00
max-width: 1200px;
2013-04-22 07:44:11 -07:00
}
2013-05-03 13:50:13 -07:00
.ehsContent {
max-width: 800px;
}
2013-04-19 16:45:27 -07:00
}
2013-04-08 14:05:00 -07:00
2013-03-31 22:08:29 -07:00
@media all and (min-width: 1200px) {
2013-04-01 20:28:20 -07:00
2013-03-31 22:08:29 -07:00
.ehsContent {
2013-05-03 13:50:13 -07:00
max-width: 940px;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
}
@media all and (min-width: 1440px) {
2013-04-22 07:44:11 -07:00
.detailPageContent {
2013-05-04 11:21:29 -07:00
width: 1200px;
2013-04-22 07:44:11 -07:00
}
2013-05-03 19:33:44 -07:00
.ehsContent {
max-width: 1070px;
}
2013-03-31 22:08:29 -07:00
}
2013-03-31 18:52:07 -07:00
2013-03-31 22:08:29 -07:00
@media all and (min-width: 1920px) {
.ehsContent {
2013-05-03 19:33:44 -07:00
max-width: 1200px;
}
}
@media all and (min-width: 2300px) {
.ehsContent {
max-width: 1500px;
2013-03-31 18:52:07 -07:00
}
2013-03-31 22:08:29 -07:00
}
2013-04-09 11:38:58 -07:00
2013-04-30 12:13:06 -07:00
.playFlyout a {
font-size: 14px;
}
.detailPageName {
2013-04-16 21:38:42 -07:00
margin: 0 0 .1em;
}
2013-04-16 21:38:42 -07:00
.detailPageName + .detailPageName {
2013-04-26 13:53:54 -07:00
margin: 0;
2013-04-16 21:38:42 -07:00
}
.detailPageParentLink {
text-decoration: none;
}
.detailPageParentLink:hover {
text-decoration: underline;
}
2013-04-10 22:27:27 -07:00
.itemMiscInfo {
color: #ddd;
font-size: 14px;
2013-04-18 19:52:22 -07:00
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
2013-04-10 22:27:27 -07:00
}
2013-04-09 11:38:58 -07:00
.mediaInfoStream {
display: inline-block;
vertical-align: top;
margin-right: 2em;
}
.mediaInfoStreamType {
border-bottom: 1px solid #555;
padding-bottom: 5px;
margin-bottom: .5em;
}
.mediaInfoDetails {
2013-04-22 07:44:11 -07:00
margin: 0 0 0 1.5em;
2013-04-09 11:38:58 -07:00
padding: 0;
2013-04-22 07:44:11 -07:00
list-style-type: circle;
2013-04-09 11:38:58 -07:00
}
.mediaInfoLabel {
color: #bbb;
}
2013-04-09 21:38:04 -07:00
.posterRibbon {
display: block;
position: absolute;
top: 0;
right: 0;
text-align: center;
background-color: #008FBB;
2013-04-09 21:49:36 -07:00
padding: 3px 10px;
border-bottom-left-radius: 10px;
2013-04-10 22:27:27 -07:00
color: #fff;
2013-04-09 21:38:04 -07:00
}
2013-04-10 06:53:44 -07:00
.itemProgress {
2013-04-15 19:36:12 -07:00
vertical-align: top;
2013-04-16 05:30:50 -07:00
font-size: 19px;
margin-right: 15px;
font-weight: bold;
2013-04-10 06:53:44 -07:00
}
2013-04-15 18:09:27 -07:00
.detailPagePrimaryInfo {
2013-04-22 20:56:11 -07:00
margin: 1em 0;
2013-04-15 18:09:27 -07:00
}
2013-04-22 07:44:11 -07:00
.scenePosterViewItem img {
max-width: 150px!important;
}
2013-04-15 16:15:46 -07:00
@media all and (min-width: 650px) {
.detailPagePrimaryInfo {
padding: 0 10px;
margin-top: 1.5em;
2013-04-16 23:03:47 -07:00
}
.libraryTabs .ui-btn-inner {
2013-04-25 20:31:10 -07:00
padding: .5em 15px!important;
2013-04-16 23:03:47 -07:00
}
2013-04-15 16:15:46 -07:00
}
2013-05-03 12:34:25 -07:00
.itemsContainer {
text-align: center;
2013-04-23 16:21:49 -07:00
}
2013-04-10 22:27:27 -07:00
@media all and (min-width: 1200px) {
2013-04-22 07:44:11 -07:00
.scenePosterViewItem img {
max-width: 200px!important;
}
2013-04-10 22:27:27 -07:00
}
2013-05-03 12:34:25 -07:00
/* All HTML5 progress enabled browsers */
.itemProgressBar {
/* Turns off styling - not usually needed, but good to know. */
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/* gets rid of default border in Firefox and Opera. */
border: 0;
margin: 0;
2013-05-03 13:50:13 -07:00
height: 14px;
2013-05-03 19:33:44 -07:00
border: 1px solid #666;
border-radius: 0;
width: 100px;
2013-05-04 11:21:29 -07:00
margin-right: 5px;
2013-04-10 22:27:27 -07:00
}
2013-04-17 10:04:57 -07:00
2013-05-03 12:34:25 -07:00
/* Polyfill */
.itemProgressBar[role]:after {
background-image: none; /* removes default background from polyfill */
2013-04-23 19:50:43 -07:00
}
2013-05-03 12:34:25 -07:00
/*
* Background of the progress bar background
*/
2013-04-23 19:50:43 -07:00
2013-05-03 12:34:25 -07:00
/* Firefox and Polyfill */
.itemProgressBar {
background: #050505 !important; /* !important only needed in polyfill */
2013-04-23 16:21:49 -07:00
}
2013-05-03 12:34:25 -07:00
/* Chrome */
.itemProgressBar::-webkit-progress-bar {
background: #050505;
2013-04-23 19:50:43 -07:00
}
2013-05-03 12:34:25 -07:00
/*
* Background of the progress bar value
*/
2013-04-23 16:21:49 -07:00
2013-05-03 12:34:25 -07:00
/* Firefox */
.itemProgressBar::-moz-progress-bar {
border-radius: 0;
background-image: none;
background-color: #A92D2D;
2013-04-23 16:21:49 -07:00
}
2013-04-23 19:50:43 -07:00
2013-05-03 12:34:25 -07:00
/* Chrome */
.itemProgressBar::-webkit-progress-value {
border-radius: 0;
background-image: none;
background-color: #A92D2D;
2013-04-23 19:50:43 -07:00
}
2013-05-03 12:34:25 -07:00
/* Polyfill */
.itemProgressBar[aria-valuenow]:before {
border-radius: 0;
background-image: none;
background-color: #A92D2D;
2013-04-23 19:50:43 -07:00
}
2013-05-03 12:34:25 -07:00
.userDataIcons .itemProgressBar {
vertical-align: top;
position: relative;
2013-05-03 13:50:13 -07:00
top: 3px;
2013-05-04 11:21:29 -07:00
}
.userDataIcons .itemProgressText {
vertical-align: top;
position: relative;
top: 3px;
2013-05-03 12:34:25 -07:00
margin-right: 1em;
2013-05-03 13:50:13 -07:00
}
.tileItem .itemProgressBar {
top: 2px;
2013-05-03 12:34:25 -07:00
width: 40px;
2013-05-04 11:21:29 -07:00
margin-right: 1em;
}
.itemProgressText {
font-size: 12px;
color: #bbb;
vertical-align: middle;
}
.tileItem .itemProgressText {
display: none;
2013-04-27 15:52:41 -07:00
}