1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/themes/dark/theme.css

438 lines
7.1 KiB
CSS
Raw Normal View History

.skinHeader,
2018-10-23 01:13:23 +03:00
html {
color: #ddd;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.8);
2018-10-23 01:13:23 +03:00
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #101010;
}
2018-10-23 01:13:23 +03:00
.emby-collapsible-button {
border-color: #383838;
2020-01-19 15:00:37 +01:00
border-color: rgba(255, 255, 255, 0.135);
2018-10-23 01:13:23 +03:00
}
.skinHeader-withBackground {
background-color: #101010;
2018-10-23 01:13:23 +03:00
}
.skinHeader.semiTransparent {
2020-01-09 19:35:19 +01:00
-webkit-backdrop-filter: none !important;
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
}
.pageTitleWithDefaultLogo {
background-image: url(../../assets/img/banner-light.png);
2018-10-23 01:13:23 +03:00
}
.backgroundContainer,
.dialog,
html {
background-color: #101010;
2018-10-23 01:13:23 +03:00
}
.backgroundContainer.withBackdrop {
2020-01-19 15:00:37 +01:00
background-color: rgba(0, 0, 0, 0.86);
2018-10-23 01:13:23 +03:00
}
2019-09-06 22:33:15 -07:00
.paper-icon-button-light:hover: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: #303030;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.87);
2018-10-23 01:13:23 +03:00
}
.fab:focus,
.raised:focus {
background: #383838;
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;
color: #fff;
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: #bbb;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.7);
2018-10-23 01:13:23 +03:00
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.checkboxOutline {
border-color: currentColor;
2018-10-23 01:13:23 +03:00
}
.collapseContent,
.formDialogFooter:not(.formDialogFooter-clear),
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: #242424;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground1 {
background-color: #d2b019;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground2 {
background-color: #338abb;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground3 {
background-color: #6b689d;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground4 {
background-color: #dd452b;
2018-10-23 01:13:23 +03:00
}
.defaultCardBackground5 {
background-color: #5ccea9;
2018-10-23 01:13:23 +03:00
}
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #999;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.5);
2018-10-23 01:13:23 +03:00
}
.actionsheetDivider {
background: #444;
2020-01-19 15:00:37 +01:00
background: rgba(255, 255, 255, 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
}
.actionSheetMenuItem:hover {
background-color: #242424;
2018-10-23 01:13:23 +03:00
}
.toast {
background: #303030;
color: #fff;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.87);
2018-10-23 01:13:23 +03:00
}
.appfooter {
background: #101010;
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
}
.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: #999;
2020-01-19 15:00:37 +01:00
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
2018-10-23 01:13:23 +03:00
}
.alphaPickerButton-selected {
color: #fff;
2018-10-23 01:13:23 +03:00
}
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important;
2018-10-23 01:13:23 +03:00
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
2020-01-19 15:00:37 +01:00
background: rgba(30, 30, 30, 0.9);
2018-10-23 01:13:23 +03:00
}
.listItem-border {
2020-01-19 15:00:37 +01:00
border-color: rgba(34, 34, 34, 0.9) !important;
2018-10-23 01:13:23 +03:00
}
.listItem:focus {
background: #333;
2018-10-23 01:13:23 +03:00
}
.progressring-spiner {
border-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.button-flat-accent,
.button-link {
color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.mediaInfoText {
color: #ddd;
2020-01-19 15:00:37 +01:00
background: rgba(170, 170, 190, 0.2);
2018-10-23 01:13:23 +03:00
}
.mediaInfoTimerIcon,
.starIcon {
color: #cb272a;
2018-10-23 01:13:23 +03:00
}
.emby-input,
.emby-textarea {
color: inherit;
background: #292929;
border: .07em solid #292929;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: .15em;
border-radius: .15em;
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: #292929;
2020-01-19 15:00:37 +01:00
border: 0.07em solid #292929;
2018-10-23 01:13:23 +03:00
}
.emby-select-withcolor> option {
2018-10-23 01:13:23 +03:00
color: inherit;
background: #222;
2018-10-23 01:13:23 +03:00
}
.emby-select-withcolor:focus {
border-color: #00a4dc !important;
2018-10-23 01:13:23 +03:00
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc !important;
color: #fff !important;
2018-10-23 01:13:23 +03:00
}
.emby-checkbox:checked+ span+ .checkboxOutline {
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: #fff;
2018-10-23 01:13:23 +03:00
}
.emby-checkbox:checked+ span+ .checkboxOutline,
2018-10-23 01:13:23 +03:00
.itemProgressBarForeground {
background-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline {
2020-01-19 14:29:41 +01:00
border-color: #00a4dc;
}
2018-10-23 01:13:23 +03:00
.itemProgressBarForeground-recording {
background-color: #cb272a;
2018-10-23 01:13:23 +03:00
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.fullSyncIndicator {
color: #fff;
2018-10-23 01:13:23 +03:00
}
.mainDrawer {
background-color: #101010;
2018-10-23 01:13:23 +03:00
}
.navMenuOption:hover {
background: #252528;
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: #fff;
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(255, 255, 255, 0.05);
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 {
background: #1e1e1e !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(255, 255, 255, 0.3);
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: #ddd;
background: #111;
padding: 1em;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: .25em;
border-radius: .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
}
.repeatButton-active {
color: #4285f4;
2018-10-23 01:13:23 +03:00
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;
2018-10-23 01:13:23 +03:00
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
2018-10-23 01:13:23 +03:00
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
2018-10-23 01:13:23 +03:00
}
2020-01-19 14:29:41 +01:00
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em;
2020-01-19 14:29:41 +01:00
}
2018-10-23 01:13:23 +03:00
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: 2px;
background: center no-repeat #888;
2018-10-23 01:13:23 +03:00
}
.timeslotHeaders-desktop::-webkit-scrollbar {
2020-01-19 15:00:37 +01:00
height: 0.7em;
}
2019-09-01 17:06:28 +03:00
.metadataSidebarIcon {
color: #00a4dc;
2019-09-01 17:06:28 +03:00
}