jellyfish-web/src/themes/light/theme.css

497 lines
7.9 KiB
CSS
Raw Normal View History

* {
scrollbar-width: thin;
}
2018-10-23 01:13:23 +03:00
.skinHeader,
html {
color: #222;
2020-01-19 15:00:37 +01:00
color: rgba(0, 0, 0, 0.87);
2018-10-23 01:13:23 +03:00
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
2020-01-25 11:42:43 +01:00
background-color: #303030;
}
2018-10-23 01:13:23 +03:00
.emby-collapsible-button {
border-color: #ccc;
2020-01-19 15:00:37 +01:00
border-color: rgba(0, 0, 0, 0.158);
2018-10-23 01:13:23 +03:00
}
.collapseContent {
background-color: #eaeaea;
2018-10-23 01:13:23 +03:00
}
.skinHeader-withBackground {
background-color: #303030;
color: #ccc;
2020-01-22 21:40:45 +01:00
color: rgba(255, 255, 255, 0.87);
2018-10-23 01:13:23 +03:00
}
.osdHeader {
box-shadow: none !important;
2018-10-23 01:13:23 +03:00
}
.skinHeader.semiTransparent {
2018-10-23 01:13:23 +03:00
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
2018-10-23 01:13:23 +03:00
}
2020-08-26 21:29:10 +02:00
.layout-tv .skinHeader.semiTransparent {
background: none;
2022-01-20 20:10:09 +03:00
color: inherit;
2020-08-26 21:29:10 +02:00
}
2018-10-23 01:13:23 +03:00
.pageTitleWithDefaultLogo {
background-image: url(../../assets/img/banner-light.png);
2018-10-23 01:13:23 +03:00
}
2020-08-26 19:58:21 +02:00
.layout-tv .pageTitleWithDefaultLogo {
background-image: url(../../assets/img/icon-transparent.png);
}
2018-10-23 01:13:23 +03:00
.backgroundContainer,
html {
background-color: #f2f2f2;
2018-10-23 01:13:23 +03:00
}
.backgroundContainer.withBackdrop {
2020-01-19 15:01:18 +01:00
background-color: rgba(255, 255, 255, 0.8);
2018-10-23 01:13:23 +03:00
}
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu {
background-color: #f0f0f0;
2018-10-23 01:13:23 +03:00
}
2020-07-06 11:37:29 +01:00
.emby-scrollbuttons .paper-icon-button-light {
color: #000;
}
2020-09-02 10:05:51 +01:00
@media (hover: hover) and (pointer: fine) {
2020-08-31 10:02:25 +01:00
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0, 164, 220, 0.2);
}
}
.paper-icon-button-light:active:not(:disabled) {
color: #00a4dc;
2020-01-19 15:00:37 +01:00
background-color: rgba(0, 164, 220, 0.2);
}
2019-09-06 22:33:15 -07:00
.paper-icon-button-light.show-focus:focus {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.fab,
.raised {
background: #d8d8d8;
color: inherit;
2018-10-23 01:13:23 +03:00
}
.fab:focus,
.raised:focus {
background: #ccc;
2018-10-23 01:13:23 +03:00
}
2022-02-07 00:12:33 +03:00
a[data-role=button] {
background: #d8d8d8 !important;
}
2018-10-23 01:13:23 +03:00
.button-submit {
background: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.button-submit:focus {
background: #0cb0e8;
2018-10-23 01:13:23 +03:00
}
2019-09-01 18:24:56 +03:00
.button-delete {
background: rgb(247, 0, 0);
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.87);
2019-09-01 18:24:56 +03:00
}
2018-10-23 01:13:23 +03:00
.checkboxLabel {
color: inherit;
2018-10-23 01:13:23 +03:00
}
.checkboxListLabel,
.inputLabel,
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #555;
2018-10-23 01:13:23 +03:00
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
2020-02-29 20:17:22 +01:00
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.checkboxOutline {
border-color: currentColor;
2018-10-23 01:13:23 +03:00
}
.paperList,
.visualCardBox {
background-color: #fff;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground1 {
background-color: #009688;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground2 {
background-color: #d32f2f;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground3 {
background-color: #0288d1;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground4 {
background-color: #388e3c;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground5 {
background-color: #f57f17;
2018-10-23 01:13:23 +03:00
}
.formDialogHeader:not(.formDialogHeader-clear) {
background-color: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.formDialogFooter:not(.formDialogFooter-clear) {
background-color: #f0f0f0;
border-top: 1px solid #ddd;
2020-01-19 15:00:37 +01:00
border-top: 1px solid rgba(0, 0, 0, 0.08);
color: inherit;
2018-10-23 01:13:23 +03:00
}
2021-09-01 00:43:44 -04:00
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background-color: transparent;
border: none;
}
2018-10-23 01:13:23 +03:00
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #888;
2018-10-23 01:13:23 +03:00
}
.actionsheetDivider {
background: #ddd;
2020-01-19 15:00:37 +01:00
background: rgba(0, 0, 0, 0.14);
2018-10-23 01:13:23 +03:00
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
2020-01-19 15:00:37 +01:00
opacity: 0.5;
2018-10-23 01:13:23 +03:00
}
.formDialogHeader a,
.toast {
color: #fff;
2018-10-23 01:13:23 +03:00
}
.toast {
background: #303030;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.87);
2018-10-23 01:13:23 +03:00
}
.appfooter,
.playlistSectionButton {
2018-10-23 01:13:23 +03:00
background: #282828;
color: #ccc;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.78);
2018-10-23 01:13:23 +03:00
}
.nowPlayingBarSecondaryText {
color: #999;
2018-10-23 01:13:23 +03:00
}
.itemSelectionPanel {
border: 1px solid #00a4dc;
2018-10-23 01:13:23 +03:00
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.upNextDialog-countdownText {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.alphaPickerButton {
color: #555;
2020-01-19 15:00:37 +01:00
color: rgba(0, 0, 0, 0.7);
background-color: transparent;
2018-10-23 01:13:23 +03:00
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important;
2018-10-23 01:13:23 +03:00
}
2020-05-10 13:36:26 +02:00
.detailRibbon {
background-color: #303030;
color: #ccc;
color: rgba(255, 255, 255, 0.87);
}
2020-08-26 21:29:10 +02:00
.layout-tv .detailRibbon {
background: none;
2022-01-20 20:10:09 +03:00
color: inherit;
2020-08-26 21:29:10 +02:00
}
2018-10-23 01:13:23 +03:00
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
2018-10-23 01:13:23 +03:00
}
.listItem-border {
2020-07-06 11:26:40 +01:00
border-color: #a7a7a7 !important;
2018-10-23 01:13:23 +03:00
}
.listItem:focus {
background: #bbb;
}
.listItem:hover {
background: #ddd;
2018-10-23 01:13:23 +03:00
}
.progressring-spiner {
border-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.mediaInfoText {
color: #333;
background: #fff;
2018-10-23 01:13:23 +03:00
}
.emby-input,
.emby-textarea {
color: inherit;
background: #fff;
2020-01-27 23:08:17 +09:00
border: 0.16em solid rgba(0, 0, 0, 0.158);
border-radius: 0.2em;
2018-10-23 01:13:23 +03:00
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.emby-select-withcolor {
color: inherit;
background: #fff;
2020-01-19 15:00:37 +01:00
border: 0.07em solid rgba(0, 0, 0, 0.158);
2018-10-23 01:13:23 +03:00
}
.emby-checkbox:checked + span + .checkboxOutline,
2018-10-23 01:13:23 +03:00
.emby-select-withcolor:focus {
border-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.emby-checkbox:focus + span + .checkboxOutline {
2019-05-16 18:23:46 -04:00
border-color: #000;
}
.emby-checkbox:checked + span + .checkboxOutline,
2020-01-19 14:29:41 +01:00
.itemProgressBarForeground {
background-color: #00a4dc;
2020-01-19 14:29:41 +01:00
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
2019-05-16 18:23:46 -04:00
border-color: #00a4dc;
}
.emby-select-withcolor > option {
2018-10-23 01:13:23 +03:00
color: #000;
background: #fff;
2018-10-23 01:13:23 +03:00
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.itemProgressBarForeground-recording {
background-color: #cb272a;
2018-10-23 01:13:23 +03:00
}
.countIndicator,
.fullSyncIndicator,
2021-09-09 22:38:54 -04:00
.mediaSourceIndicator,
2018-10-23 01:13:23 +03:00
.playedIndicator {
background: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.fullSyncIndicator {
color: #fff;
2018-10-23 01:13:23 +03:00
}
.mainDrawer {
background: #fff;
2018-10-23 01:13:23 +03:00
}
.navMenuOption:hover {
background: #f2f2f2;
2018-10-23 01:13:23 +03:00
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff;
2018-10-23 01:13:23 +03:00
}
2019-09-06 22:33:15 -07:00
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.emby-tab-button {
color: #999;
}
.emby-tab-button-active {
2019-09-06 22:33:15 -07:00
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
2019-09-06 22:33:15 -07:00
.emby-tab-button.show-focus:focus {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
2019-09-06 22:33:15 -07:00
.emby-tab-button:hover {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
2020-01-19 15:00:37 +01:00
border-color: rgba(0, 0, 0, 0.12);
2018-10-23 01:13:23 +03:00
}
.programCell-sports {
background: #3949ab !important;
2018-10-23 01:13:23 +03:00
}
.programCell-movie {
background: #5e35b1 !important;
2018-10-23 01:13:23 +03:00
}
.programCell-kids {
background: #039be5 !important;
2018-10-23 01:13:23 +03:00
}
.programCell-news {
background: #43a047 !important;
2018-10-23 01:13:23 +03:00
}
.programCell-active {
2020-01-19 15:00:37 +01:00
background: rgba(0, 0, 0, 0.1) !important;
2018-10-23 01:13:23 +03:00
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important;
2018-10-23 01:13:23 +03:00
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555;
2018-10-23 01:13:23 +03:00
}
.guide-headerTimeslots {
color: inherit;
2018-10-23 01:13:23 +03:00
}
.guide-date-tab-button {
color: #555;
2020-01-19 15:00:37 +01:00
color: rgba(0, 0, 0, 0.54);
2018-10-23 01:13:23 +03:00
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
2019-09-06 22:33:15 -07:00
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
2020-01-22 21:40:45 +01:00
border-radius: 0.25em;
2018-10-23 01:13:23 +03:00
}
.ratingbutton-icon-withrating {
color: #c33;
2018-10-23 01:13:23 +03:00
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285f4;
2018-10-23 01:13:23 +03:00
}
.playstatebutton-icon-played {
color: #c33;
2018-10-23 01:13:23 +03:00
}
.buttonActive {
2020-07-13 01:21:46 +09:00
color: #00a4dc !important;
}
.cardBox:not(.visualCardBox) .cardPadder {
2020-05-02 19:40:04 +02:00
background-color: #fff;
}
.cardPadder .cardImageIcon {
color: #ddd;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;
}
2019-09-01 17:06:28 +03:00
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em;
height: 0.4em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #999;
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: 0.7em;
}
2019-09-01 17:06:28 +03:00
.metadataSidebarIcon {
color: #00a4dc;
2019-09-01 17:06:28 +03:00
}