2015-07-14 16:29:51 -04:00
|
|
|
|
.editorTab {
|
|
|
|
|
padding-bottom: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageContent {
|
2013-08-02 16:36:44 -04:00
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageInnerContent {
|
2013-08-27 22:34:52 -04:00
|
|
|
|
padding: 0 15px 100px;
|
2013-08-02 16:36:44 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageName {
|
|
|
|
|
margin: .5em 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageSidebar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-21 13:48:15 -05:00
|
|
|
|
.libraryTree {
|
|
|
|
|
margin-left: .25em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-06 12:48:27 -04:00
|
|
|
|
.offlineEditorNode {
|
|
|
|
|
color: #cc3333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editorNode img {
|
|
|
|
|
height: 18px;
|
|
|
|
|
margin: 0 .35em;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-31 17:03:24 -04:00
|
|
|
|
.remoteImageContainer {
|
|
|
|
|
display: inline-block;
|
2015-09-18 13:50:24 -04:00
|
|
|
|
margin: 5px;
|
2013-10-31 17:03:24 -04:00
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remoteImageDetails {
|
2015-09-18 13:50:24 -04:00
|
|
|
|
text-align: left;
|
2015-09-17 13:24:23 -04:00
|
|
|
|
background: #282828;
|
|
|
|
|
position: relative;
|
2015-09-18 13:50:24 -04:00
|
|
|
|
padding: 5px 5px 2px;
|
2013-10-31 17:03:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-09-17 13:24:23 -04:00
|
|
|
|
.remoteImageDetails paper-icon-button {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
2015-09-17 13:32:39 -04:00
|
|
|
|
right: 0;
|
2015-09-17 13:24:23 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remoteImageDetailText {
|
|
|
|
|
padding: 5px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remoteImageDetailText + .remoteImageDetailText {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-31 17:03:24 -04:00
|
|
|
|
.remoteImage {
|
|
|
|
|
background-position: center bottom;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: contain;
|
2013-10-31 21:48:14 -04:00
|
|
|
|
display: block;
|
2014-03-02 10:42:21 -05:00
|
|
|
|
/* For the box shadow so that the bottom border isnt underneath the text */
|
|
|
|
|
z-index: 100000;
|
|
|
|
|
position: relative;
|
2013-10-31 17:03:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remotePosterImage {
|
2015-09-18 13:50:24 -04:00
|
|
|
|
width: 140px;
|
|
|
|
|
height: 210px;
|
2013-10-31 17:03:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remoteBackdropImage {
|
|
|
|
|
width: 272px;
|
|
|
|
|
height: 153px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-31 21:48:14 -04:00
|
|
|
|
.remoteBannerImage {
|
|
|
|
|
width: 272px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remoteDiscImage {
|
|
|
|
|
width: 180px;
|
|
|
|
|
height: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-18 13:50:24 -04:00
|
|
|
|
@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 11:58:13 -05:00
|
|
|
|
.editorfieldDescription {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-01 17:34:27 -05: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 20:23:56 -05:00
|
|
|
|
.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 16:36:44 -04:00
|
|
|
|
@media all and (min-width: 600px) {
|
|
|
|
|
|
2013-10-31 21:48:14 -04:00
|
|
|
|
.remoteBannerImage {
|
|
|
|
|
width: 450px;
|
|
|
|
|
height: 83px;
|
|
|
|
|
}
|
2013-08-02 16:36:44 -04:00
|
|
|
|
}
|
2013-10-31 17:03:24 -04:00
|
|
|
|
|
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
|
|
2014-02-21 13:48:15 -05:00
|
|
|
|
.editPageSidebar {
|
|
|
|
|
position: fixed;
|
2014-05-03 19:38:23 -04:00
|
|
|
|
top: 54px;
|
2014-02-21 13:48:15 -05:00
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 30%;
|
|
|
|
|
display: block;
|
|
|
|
|
border-right: 1px solid #555;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageInnerContent {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 67.5%;
|
|
|
|
|
}
|
2013-10-31 17:03:24 -04:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-01 15:17:40 -05:00
|
|
|
|
@media all and (min-width: 1800px) {
|
|
|
|
|
|
|
|
|
|
.editPageSidebar {
|
2014-02-21 13:48:15 -05:00
|
|
|
|
width: 25%;
|
2013-12-01 15:17:40 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editPageInnerContent {
|
2014-02-21 13:48:15 -05:00
|
|
|
|
width: 72.5%;
|
2013-12-01 15:17:40 -05:00
|
|
|
|
}
|
2016-09-23 02:57:24 -04:00
|
|
|
|
}
|