jellyfin-web/dashboard-ui/css/site.css
2013-05-07 21:41:08 -07:00

987 lines
17 KiB
CSS

@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
* {
text-shadow: none!important;
}
body {
overflow-y: scroll!important;
}
h1 {
font-family: 'Segoe UI Light', 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 200;
font-size: 22pt;
}
.toolsSidebar h1 {
font-size: 42pt;
}
.ui-loader h1 {
font-weight: bold;
font-family: Arial;
}
h2 {
font-family: 'Segoe UI Semiight', 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 20pt;
}
@media all and (min-width: 750px) {
h1 {
font-size: 28pt;
}
h2 {
font-size: 22pt;
}
}
pre, textarea.pre {
display: block;
padding: 8.5px;
font-size: 12.025px;
line-height: 18px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
color: #000;
}
.type-interior h2 {
color: #1B58B8;
}
.hide {
display: none;
}
/*
Page / Base styles
*/
.page {
background: #f2f2f2;
background-attachment: fixed;
}
/*
Header
*/
.header {
padding: 10px 0 10px 10px;
}
.imgLogoIcon {
height: 45px;
}
.imgLogoText {
height: 45px;
display: none;
margin-left: 5px;
}
.ui-popup-container {
z-index: 99999;
}
.headerButtons {
float: right;
position: absolute;
top: 10px;
right: 10px;
}
.header .imageLink {
display: inline-block;
}
.imageLink + .imageLink {
margin-left: 30px;
}
.header .imageLink img {
height: 32px;
vertical-align: middle;
}
.imageLink.supporter {
display: none;
}
.btnCurrentUser {
text-decoration: none;
}
.currentUsername {
margin-right: 7px;
font-size: 20px;
color: #000;
position: relative;
top: 4px;
}
h1 .imageLink {
margin-left: 15px;
}
h1 .imageLink img {
height: 32px;
}
.imageLink:hover {
opacity: .5;
}
.pageTitle {
margin-top: 0;
}
.imageButton {
background: transparent;
border: 0;
padding: 0;
cursor: pointer;
cursor: hand;
}
.imageButton:hover {
opacity: .5;
}
.imageButton[disabled], .imageButton[disabled]:hover {
opacity: .3!important;
cursor: default;
}
/*
Forms
*/
form, .readOnlyContent {
max-width: 600px;
}
.fieldDescription {
font-size: 11px;
padding-left: 5px;
}
.ulForm {
margin-bottom: 20px!important;
}
.ulForm li:not(.ui-li-divider) {
background: none;
border-top: none;
border-bottom: none;
}
.popup .ulForm {
margin-bottom: 0!important;
}
.popup .ui-content {
padding: 20px;
}
.content-secondary {
z-index: 99996;
background: #262626;
border: 0;
margin-top: 40px;
}
.content-secondary h1 {
margin: 0;
padding: 20px 0 20px 30px;
color: #fff;
}
.sidebarLinks a {
display: block;
padding: 12px 15px 12px 30px;
text-decoration: none;
color: #fff!important;
text-shadow: none!important;
font-weight: normal!important;
font-size: 17px;
}
.sidebarLinks a:hover {
background: #f2f2f2;
color: #000!important;
}
.sidebarLinks a.selectedSidebarLink {
background: #2572EB!important;
color: #fff!important;
}
/* Tabs (e.g. advanced metadata page) */
.localnav {
margin-bottom: 40px!important;
}
.localnav + form {
margin-top: -10px;
}
.page > .ui-content {
padding-bottom: 100px;
}
@media all and (min-width: 650px) {
.imgLogoIcon {
height: 50px;
}
.imageLink.supporter {
display: inline-block;
}
.header {
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
}
.headerButtons {
top: 20px;
right: 30px;
}
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
padding-right: 0;
padding-left: 0;
padding-top: 0;
overflow: hidden;
}
.content-secondary {
text-align: left;
width: 45%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
margin: 0;
}
.content-primary {
width: 45%;
float: right;
padding: 0 6% 3em 0;
margin: 0;
}
.content-primary ul:first-child {
margin-top: 0;
}
}
@media all and (min-width: 750px) {
.imgLogoText {
height: 50px;
display: inline;
}
.content-secondary {
width: 34%;
}
.content-primary {
width: 56%;
}
}
@media all and (min-width: 1200px) {
.content-secondary {
width: 30%;
}
.content-primary {
width: 60%;
}
}
@media all and (min-width: 1440px) {
.content-secondary {
width: 25%;
}
.content-primary {
width: 65%;
}
}
@media all and (min-width: 1920px) {
.content-secondary {
width: 20%;
}
.content-primary {
width: 70%;
}
}
/*
Media Library Page
*/
.mediaFolderButtons {
margin-top: 10px;
}
.mediaFolderLocations {
margin: 1em .25em!important;
}
.mediaLocationsHeader {
padding-top: .75em!important;
padding-bottom: .75em!important;
}
.mediaLocationsHeader .ui-btn {
position: absolute;
right: 3px;
margin-top: 0!important;
margin-bottom: 0!important;
top: 6px;
}
#divVirtualFolders .ui-btn-inner, .mediaLocationsHeader, #divVirtualFolders .ui-btn-text {
font-size: 14px;
}
#ulDirectoryPickerList a {
padding-top: .4em;
padding-bottom: .4em;
font-size: 15px;
}
/*
List Vew Items
*/
.posterViewItem {
display: inline-block;
margin: 5px;
text-align: center;
font-size: 14px;
padding: 0;
position: relative;
padding-bottom: 28px;
}
.posterViewItemWithDualText {
padding-bottom: 56px;
}
.posterViewItemWithNoText {
padding-bottom: 0!important;
}
.posterViewItem a {
color: white!important;
font-weight: normal!important;
text-decoration: none;
}
.posterViewItem img {
max-width: 155px;
max-height: 110px;
vertical-align: bottom;
}
.premiumBanner img {
position: absolute;
text-align: right;
top: 0;
right: 0;
width: 60px;
height: 60px;
}
.posterViewItemText {
text-overflow: ellipsis;
overflow: hidden;
text-wrap: none;
white-space: nowrap;
margin: 0;
padding: 4px 5px 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 24px;
background: #181818;
text-shadow: none;
}
.posterViewItemWithDualText .posterViewItemText {
text-align: left;
color: #fff;
padding-top: 5px;
height: 23px;
}
.posterViewItemPrimaryText {
bottom: 28px;
}
.posterViewItem:hover, .userItem:hover, .tileItem:hover {
-moz-box-shadow: 0 0 20px 3px #2572EB;
-webkit-box-shadow: 0 0 20px 3px #2572EB;
box-shadow: 0 0 20px 3px #2572EB;
}
@media all and (min-width: 750px) {
.posterViewItem img {
max-width: 190px;
max-height: 130px;
}
}
@media all and (min-width: 1200px) {
.posterViewItem {
font-size: 15px;
}
.posterViewItem img {
max-width: 270px;
max-height: 160px;
}
}
@media all and (min-width: 1920px) {
.posterViewItemText {
height: 25px!important;
}
.posterViewItem {
font-size: 17px;
padding-bottom: 29px;
}
.posterViewItemWithDualText {
padding-bottom: 60px;
}
.posterViewItemPrimaryText {
bottom: 30px;
}
.posterViewItem img {
max-width: 310px;
max-height: 210px;
}
}
/* Startup wizard */
.wizardPage {
background: #e2e2e2;
}
.wizardContent {
max-width: 800px;
padding: .5em 2em 1em;
margin: 0 auto;
background: #f2f2f2;
}
.wizardNavigation {
text-align: right;
}
.wizardContent form {
max-width: 100%;
}
.wizardContent p {
margin: 2em 0;
}
.wizardContent h2 img {
height: 35px;
vertical-align: middle;
margin-right: .5em;
position: relative;
top: -3px;
}
/* Dashboard home */
.tblConnections td {
padding: .5em 0 .5em 1.25em;
}
.tblConnections td:first-child {
padding-left: 0;
}
.tblConnections img {
height: 50px;
}
.clientNowPlayingImage {
border-radius: 5px;
border: 2px solid #ccc;
}
/* Footer */
#footer {
background: #4C4C4C;
position: fixed;
bottom: -2px;
left: -2px;
right: -2px;
z-index: 99997;
}
.footerNotification {
text-shadow: none;
padding: .5em 1em;
margin: 0;
font-weight: normal;
border-top: 1px solid #999;
}
.notificationIcon {
height: 24px;
margin-right: 1em;
vertical-align: middle;
}
/*
* Gradient Shadow
*/
/* All HTML5 progress enabled browsers */
progress {
/* 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: solid #cccccc 2px;
border-radius: 4px;
margin: 0;
}
/* Polyfill */
progress[role]:after {
background-image: none; /* removes default background from polyfill */
}
/*
* Background of the progress bar background
*/
/* Firefox and Polyfill */
progress {
background: #cccccc !important; /* !important only needed in polyfill */
}
/* Chrome */
progress::-webkit-progress-bar {
background: #cccccc;
}
/*
* Background of the progress bar value
*/
/* Firefox */
progress::-moz-progress-bar {
border-radius: 5px;
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );s
}
/* Chrome */
progress::-webkit-progress-value {
border-radius: 5px;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
background-image: -webkit-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
}
/* Polyfill */
progress[aria-valuenow]:before {
border-radius: 5px;
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
background-image: -ms-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
background-image: -o-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
}
/* Detail Page*/
.itemDetailImage {
max-width: 100%;
max-height: 400px;
}
.itemImageBlock {
vertical-align: top;
}
.itemDetailBlock {
vertical-align: top;
padding-top: 1em;
font-size: 15px;
}
.imgUserItemRating {
height: 20px;
width: 20px;
margin-right: 1em;
cursor: pointer;
}
.imgUserItemRating:hover {
opacity: .5;
}
@media all and (min-width: 650px) {
.itemImageBlock {
display: inline-block;
}
.itemDetailImage {
max-width: 220px;
}
.itemDetailBlock {
padding-top: 0;
display: inline-block;
width: 57%;
padding-left: 20px;
}
}
@media all and (min-width: 750px) {
.itemDetailImage {
max-width: 300px;
}
.itemDetailBlock {
width: 52%;
}
}
@media all and (min-width: 1000px) {
.itemDetailBlock {
width: 60%;
}
}
@media all and (min-width: 1440px) {
.itemDetailImage {
max-width: 350px;
}
.itemDetailBlock {
width: 60%;
}
}
@media all and (min-width: 1700px) {
.itemDetailImage {
max-width: 400px;
}
.itemDetailBlock {
width: 61%;
}
}
@media all and (min-width: 1920px) {
.itemDetailBlock {
width: 63%;
}
}
/* Now playing bar */
#nowPlayingBar {
padding: 8px 20px;
border-top: 2px solid #D7742B;
}
.nowPlayingBarImage {
border: 1px solid #a7a7a7;
padding: 1px;
vertical-align: bottom;
}
.mediaButton {
margin: 0 20px 0 0;
display: inline-block;
}
#mediaElement {
margin-right: 20px;
display: inline-block;
position: relative;
}
#mediaElement.video {
width: 270px;
}
#nowPlayingBar #mediaInfo, #nowPlayingBar #mediaInfo div {
margin-left: 10px;
display: inline-block;
}
#nowPlayingBar #mediaInfo {
display: none;
}
@media all and (min-width: 650px) {
#nowPlayingBar #mediaInfo {
display: inline-block;
}
}
.mediaButton img {
height: 28px;
}
.itemVideo, .itemVideo.video-js {
position: absolute;
z-index: 99998;
height: auto;
/*width: 180px;*/
bottom: -5px;
}
@media all and (min-width: 650px) {
.itemVideo {
width: 270px;
}
}
.userProfileIcon {
width: 36px;
}
/* VideoJS overrides */
#videoWindow.tubecss .vjs-menu-button {
width: 1.5em;
border: 0;
background: none;
}
#videoWindow.tubecss .vjs-play-control {
width: 2em;
}
.vjs-quality-button {
padding: 0 0.6em !important;
width: auto !important;
}
#videoWindow.tubecss .vjs-menu-button.vjs-quality-button div {
background: url("images/media/settings.png");
height: 16px;
width: 16px;
background-size: cover;
opacity: 0.5;
}
#videoWindow.tubecss .vjs-menu-button.vjs-quality-button div:hover {
opacity: 1.0;
}
#videoWindow.tubecss .vjs-chapter-button div {
background: url("images/media/chapter.png");
height: 16px;
width: 16px;
background-size: cover;
opacity: 0.5;
}
#videoWindow.tubecss .vjs-chapter-button div:hover {
opacity: 1.0;
}
.vjs-chapter-button.vjs-menu-button ul {
width: auto;
max-width: 25em;
overflow-y: scroll;
}
.vjs-chapter-button.vjs-menu-button ul li {
width: auto;
white-space: nowrap;
font-size: 1.1em;
padding-right: 10px;
}
#videoWindow.tubecss .vjs-menu-button.vjs-stop-button {
float: left;
background: none;
border: 0;
width: 2.5em;
}
#videoWindow.tubecss .vjs-menu-button.vjs-stop-button div {
background: url("images/media/stop.png");
height: 26px;
width: 26px;
margin: -.7em .5em auto 0;
opacity: 0.5;
}
#videoWindow.tubecss .vjs-menu-button.vjs-stop-button div:hover {
opacity: 1.0;
}
.vjs-subtitle-button div {
background-position: -25px -75px !important;
}
.vjs-subtitle-button.vjs-menu-button ul {
width: auto;
max-width: 25em;
overflow-y: scroll;
}
.vjs-subtitle-button.vjs-menu-button ul li {
width: auto;
white-space: nowrap;
font-size: 1.1em;
padding-right: 10px;
}
#videoWindow.tubecss .vjs-menu-button.vjs-language-button div {
background: url("images/media/language.png") !important;
height: 16px;
width: 16px;
background-size: cover!important;
opacity: 0.5;
margin: .2em;
}
#videoWindow.tubecss .vjs-menu-button.vjs-language-button div:hover {
opacity: 1.0;
}
#videoWindow.tubecss .vjs-menu-button.vjs-subtitle-button div {
margin: .2em 0px;
}
#videoWindow.tubecss .vjs-menu-button.vjs-subtitle-button div:hover {
opacity: 1.0;
}
.vjs-language-button.vjs-menu-button ul {
width: auto;
max-width: 25em;
overflow-y: scroll;
}
.vjs-language-button.vjs-menu-button ul li {
width: auto;
white-space: nowrap;
font-size: 1.1em;
padding-right: 10px;
}
#videoWindow.tubecss .vjs-mute-control {
position: absolute;
left: 5.5em;
}
#videoWindow.tubecss .vjs-volume-control {
position: absolute;
top: auto;
left: 9em;
}
#videoWindow.tubecss .vjs-time-controls, #videoWindow.tubecss .vjs-time-divider {
position: absolute;
bottom: 0;
top: auto;
height: auto;
width: 0px;
}
#videoWindow.tubecss .vjs-time-divider {
bottom: 0.4em;
left: 25.3em;
display: none;
}
#videoWindow.tubecss .vjs-menu-item {
font-size: 1em;
}
#videoWindow.tubecss .vjs-current-time {
left: .1em;
top: -2em;
z-index: 2;
}
#videoWindow.tubecss .vjs-duration {
right: .1em;
text-align:right;
z-index: 2;
}
#videoWindow.tubecss .vjs-progress-holder {
margin: 0 5em;
}