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

455 lines
6.9 KiB
CSS
Raw Normal View History

2015-07-14 13:29:51 -07:00
.editorTab {
padding-bottom: 200px;
}
.editPageContent {
2013-08-02 13:36:44 -07:00
padding: 0;
}
.editPageInnerContent {
padding: 0 15px 100px;
2013-08-02 13:36:44 -07:00
}
.editPageName {
margin: .5em 0 0;
}
.editPageSidebar {
display: none;
}
2014-02-21 11:48:15 -07:00
.libraryTree {
margin-left: .25em;
}
.offlineEditorNode {
color: #cc3333;
}
.editorNode img {
height: 18px;
margin: 0 .35em;
vertical-align: middle;
position: relative;
top: -2px;
}
.remoteImageContainer {
display: inline-block;
margin: 5px;
vertical-align: top;
}
.remoteImageDetails {
text-align: left;
2015-09-17 10:24:23 -07:00
background: #282828;
position: relative;
padding: 5px 5px 2px;
}
2015-09-17 10:24:23 -07:00
.remoteImageDetails paper-icon-button {
position: absolute;
bottom: 0;
2015-09-17 10:32:39 -07:00
right: 0;
2015-09-17 10:24:23 -07:00
}
.remoteImageDetailText {
padding: 5px 5px;
}
.remoteImageDetailText + .remoteImageDetailText {
color: #ccc;
}
.remoteImage {
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
display: block;
2014-03-02 08:42:21 -07:00
/* For the box shadow so that the bottom border isnt underneath the text */
z-index: 100000;
position: relative;
}
.remotePosterImage {
width: 140px;
height: 210px;
}
.remoteBackdropImage {
width: 272px;
height: 153px;
}
.remoteBannerImage {
width: 272px;
height: 50px;
}
.remoteDiscImage {
width: 180px;
height: 180px;
}
@media all and (min-width: 600px) {
.remotePosterImage {
width: 160px;
height: 240px;
}
}
@media all and (min-width: 1200px) {
.remotePosterImage {
width: 200px;
height: 300px;
}
.remoteBackdropImage {
width: 320px;
height: 180px;
}
.remoteDiscImage {
width: 240px;
height: 240px;
}
.remoteBannerImage {
width: 544px;
height: 100px;
}
}
2013-12-28 09:58:13 -07:00
.editorfieldDescription {
color: #ccc;
}
2013-11-28 11:27:29 -07:00
/* Fixes button running outside of list */
.btnRemoveFromEditorList .ui-btn-inner {
2014-09-04 20:48:53 -07:00
padding-right: 0 !important;
2013-11-28 11:27:29 -07:00
}
2015-08-16 11:37:53 -07:00
.chkAirDay {
padding: 0 2em 1em 0;
}
2014-03-01 15:34:27 -07:00
.searchImage {
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
display: block;
}
.searchBackdropImageContainer {
width: 160px;
}
.searchDiscImageContainer {
width: 150px;
}
.searchPosterImageContainer {
width: 140px;
}
.searchBackdropImageContainer .searchImage {
height: 90px;
}
.searchDiscImageContainer .searchImage {
height: 150px;
}
.searchPosterImageContainer .searchImage {
height: 210px;
}
.searchImageContainer .remoteImageDetails {
overflow-x: hidden;
text-overflow: ellipsis;
}
2014-12-20 18:23:56 -07:00
.editorFieldset > div {
margin: 1.25em 0;
}
.jstree-anchor {
font-weight: normal !important;
}
.jstree-wholerow-hovered {
background: #38c !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.jstree-default .jstree-hovered {
background: none !important;
border-radius: 0 !important;
box-shadow: none !important;
color: #fff !important;
}
.jstree-default .jstree-wholerow-clicked {
background: #52B54B !important;
}
2013-08-02 13:36:44 -07:00
@media all and (min-width: 600px) {
.remoteBannerImage {
width: 450px;
height: 83px;
}
2013-08-02 13:36:44 -07:00
}
2014-03-02 13:44:48 -07:00
.libraryReportIndicator {
position: relative;
display: block;
text-align: center;
vertical-align: middle;
width: 24px;
height: 19px;
padding-top: 3px;
border-radius: 50%;
color: #fff;
background: rgb(204, 0, 0);
background: rgba(204, 0, 0, .8);
}
.libraryReportIndicator div:after {
background-color: transparent !important;
}
2014-03-03 21:53:48 -07:00
.clearLibraryReportIndicator {
background-color: transparent !important;
}
2013-11-27 12:04:19 -07:00
.editorTile {
display: inline-block;
2015-07-14 12:04:16 -07:00
text-align: center;
vertical-align: middle;
2013-11-27 12:04:19 -07:00
}
2015-09-17 18:51:22 -07:00
.editorTileInner {
margin: 1em .5em;
}
2013-11-27 12:04:19 -07:00
.imageEditorTile {
2015-09-17 18:51:22 -07:00
width: 100%;
2015-07-15 04:26:47 -07:00
padding: 0;
}
.editorTile h3 {
text-align: center;
2015-09-17 18:51:22 -07:00
margin: .5em 0 .7em;
2013-11-27 12:04:19 -07:00
}
.editorTile p {
margin: .5em 0;
}
2015-09-17 18:51:22 -07:00
.editorTileFooter {
2015-09-17 09:04:04 -07:00
padding: .5em;
2015-10-15 22:36:16 -07:00
}
.ui-body-a .editorTileFooter {
background-color: #fff;
}
.ui-body-b .editorTileFooter {
2015-09-17 18:51:22 -07:00
background-color: #282828;
2015-07-15 04:26:47 -07:00
}
2013-12-01 13:17:40 -07:00
.editorTile .ui-field-contain {
2013-11-28 11:27:29 -07:00
margin: 0 0 .5em;
}
2013-11-29 11:44:51 -07:00
.imageEditorCollapsible .ui-collapsible-content {
padding: 0 0 1em 0;
}
2014-03-02 08:42:21 -07:00
.remoteImage:hover, .searchImageContainer:hover {
2014-07-10 21:27:46 -07:00
-moz-box-shadow: 0 0 0 5px #38c;
-webkit-box-shadow: 0 0 0 5px #38c;
box-shadow: 0 0 0 5px #38c;
2014-03-02 08:42:21 -07:00
}
.tblLibraryReport img {
2014-03-03 21:53:48 -07:00
height: 18px;
margin-right: 10px;
}
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
overflow: auto;
width: 200px;
height: 200px;
}
@media all and (min-width: 400px) {
.subtitleViewerContent {
width: 300px;
}
}
@media all and (min-width: 500px) {
.subtitleViewerContent {
width: 400px;
}
2015-09-17 18:51:22 -07:00
.imageEditorTile {
width: 50%;
}
2014-05-16 21:24:10 -07:00
}
2014-03-01 15:34:27 -07:00
@media all and (min-width: 600px) {
.popupIdentify {
width: 400px;
}
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
width: 500px;
}
2014-03-01 15:34:27 -07:00
}
@media all and (min-width: 700px) {
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 500px;
}
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
width: 600px;
}
2015-09-17 18:51:22 -07:00
.imageEditorTile {
width: 33.3%;
}
}
@media all and (min-width: 800px) {
2014-02-21 11:48:15 -07:00
.editPageSidebar {
position: fixed;
2014-05-03 16:38:23 -07:00
top: 54px;
2014-02-21 11:48:15 -07:00
bottom: 0;
left: 0;
width: 30%;
display: block;
border-right: 1px solid #555;
}
.editPageInnerContent {
float: right;
width: 67.5%;
}
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 600px;
}
}
@media all and (min-width: 900px) {
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 700px;
}
}
@media all and (min-width: 1000px) {
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 800px;
}
2015-09-17 18:51:22 -07:00
.imageEditorTile {
width: 25%;
}
}
@media all and (min-width: 1100px) {
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 900px;
}
}
@media all and (min-width: 1200px) {
2014-03-01 15:34:27 -07:00
.popupIdentify {
width: 1000px;
}
2015-09-17 18:51:22 -07:00
.imageEditorTile {
width: 20%;
}
}
@media all and (min-width: 1400px) {
.imageEditorTile {
width: 16.666666666666666666666666666667%;
}
}
2013-12-01 13:17:40 -07:00
@media all and (min-width: 1800px) {
.editPageSidebar {
2014-02-21 11:48:15 -07:00
width: 25%;
2013-12-01 13:17:40 -07:00
}
.editPageInnerContent {
2014-02-21 11:48:15 -07:00
width: 72.5%;
2013-12-01 13:17:40 -07:00
}
2015-09-17 18:51:22 -07:00
.imageEditorTile {
width: 14.285714285714285714285714285714%;
}
2013-12-01 13:17:40 -07:00
}
.collectionItemSearchResults {
max-height: 65%;
overflow-y: auto;
}
2014-03-02 08:42:21 -07:00
@media all and (min-height: 500px) {
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
height: 400px;
}
2014-03-02 08:42:21 -07:00
}
@media all and (min-height: 600px) {
.collectionItemSearchResults {
max-height: 70%;
}
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
height: 500px;
}
2014-03-02 08:42:21 -07:00
}
@media all and (min-height: 700px) {
.collectionItemSearchResults {
max-height: 75%;
}
2014-05-16 21:24:10 -07:00
.subtitleViewerContent {
height: 600px;
}
2014-03-02 08:42:21 -07:00
}
@media all and (min-height: 800px) {
.collectionItemSearchResults {
max-height: 80%;
}
}