template.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /* Jellyfin-seymour generated theme
  2. Jellyfin-seymour
  3. Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License along
  13. with this program; if not, write to the Free Software Foundation, Inc.,
  14. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  15. */
  16. .mdl-slider { color: ###accent###; }
  17. .mdl-slider::-webkit-slider-thumb { color: ###accent###; }
  18. .mdl-slider::-ms-thumb { background: ###accent###; }
  19. .mdl-slider::-webkit-slider-thumb { background: ###accent###; }
  20. .mdl-slider::-moz-range-thumb { background: ###accent###; }
  21. .mdl-slider-background-lower { color: ###accent###; background-color: ###accent###; }
  22. .mdl-slider::-moz-range-progress { color: ###accent###; }
  23. .skinHeader-withBackground { background-color: ###accent### !important; }
  24. .navMenuOption-selected { background: ###accent### !important; }
  25. a.navMenuOption-selected { background: ###accent### !important; }
  26. .button-submit { background: ###accent### !important; }
  27. .button-link { color: ###accent### !important; }
  28. .listItemIcon:not(.listItemIcon-transparent) { background-color: ###accent### !important; }
  29. .emby-checkbox:checked+span+span+.checkboxOutline, .itemProgressBarForeground { background-color: ###accent### !important; }
  30. .emby-checkbox:checked+span+span+.checkboxOutline { border-color: ###accent### !important; }
  31. .inputLabelFocused, .selectLabelFocused, .textareaLabelFocused { color: ###accent###; }
  32. .iconOsdProgressInner { background: ###accent### !important; }
  33. .card { cursor: unset !important; }
  34. .cardOverlayContainer { cursor: pointer !important };
  35. .mdl-switch:focus, .mdl-switch__input:focus, .noautofocus:focus { outline: rgba(###accent_rgb###, 0.5) auto 1px !important; };
  36. div[data-role=controlgroup] a.ui-btn-active {
  37. background: ###accent### !important;
  38. }
  39. .appfooter {
  40. background: #0c0c0c !important;
  41. }
  42. .backgroundContainer,
  43. .dialog,
  44. html {
  45. background-color: #171717 !important;
  46. }
  47. ::-webkit-scrollbar-track-piece {
  48. background-color: #272727 !important;
  49. }
  50. ::-webkit-scrollbar-thumb:horizontal,
  51. ::-webkit-scrollbar-thumb:vertical {
  52. -webkit-border-radius: 2px;
  53. background: center no-repeat ###scrollbar_accent### !important;
  54. }
  55. .repeatButton-active {
  56. color: ###light_accent### !important;
  57. }
  58. .downloadbutton-icon-complete,
  59. .downloadbutton-icon-on {
  60. color: ###light_accent### !important;
  61. }
  62. .programCell-kids {
  63. background: #e50303 !important
  64. }
  65. .defaultCardBackground2 {
  66. background-color: #bb3333
  67. }
  68. .wizardStartForm,
  69. .ui-corner-all,
  70. .ui-shadow {
  71. background-color: ###accent### !important;
  72. }
  73. .skinHeader-withBackground {
  74. background-color: ###accent### !important;
  75. }
  76. .paper-icon-button-light:focus {
  77. color: ###accent### !important;
  78. }
  79. .button-submit {
  80. background: ###accent### !important;
  81. }
  82. .button-submit:focus {
  83. background: ###focus_accent###
  84. }
  85. .inputLabelFocused,
  86. .selectLabelFocused,
  87. .textareaLabelFocused {
  88. color: ###accent### !important;
  89. }
  90. .itemSelectionPanel {
  91. border: 1px solid ###accent### !important;
  92. }
  93. .selectionCommandsPanel {
  94. background: ###accent### !important;
  95. }
  96. .upNextDialog-countdownText {
  97. color: ###accent### !important;
  98. }
  99. .alphaPickerButton-tv:focus {
  100. background-color: ###accent### !important;
  101. }
  102. .progressring-spiner {
  103. border-color: ###accent### !important;
  104. }
  105. .button-flat:hover,
  106. .button-flat-accent,
  107. .button-link {
  108. color: ###accent### !important;
  109. }
  110. .emby-input:focus,
  111. .emby-textarea:focus {
  112. border-color: ###accent### !important;
  113. }
  114. .emby-select-withcolor:focus {
  115. border-color: ###accent### !important
  116. }
  117. select.emby-select-withcolor:focus {
  118. border-color: ###accent### !important
  119. }
  120. .emby-select-tv-withcolor:focus {
  121. background-color: ###accent### !important;
  122. }
  123. .emby-checkbox:checked+span+span+.checkboxOutline {
  124. border-color: ###accent### !important;
  125. }
  126. .emby-checkbox:checked+span+span+.checkboxOutline,
  127. .itemProgressBarForeground {
  128. background-color: ###accent### !important;
  129. }
  130. .countIndicator,
  131. .playedIndicator {
  132. background: ###accent### !important;
  133. }
  134. .fullSyncIndicator {
  135. background: ###accent### !important;
  136. }
  137. .navMenuOption-selected {
  138. background: ###accent### !important;
  139. }
  140. .emby-button-focusscale:focus {
  141. background: ###accent### !important;
  142. }
  143. .guide-channelHeaderCell:focus,
  144. .programCell:focus {
  145. background-color: ###accent### !important;
  146. }
  147. .guide-date-tab-button.emby-tab-button-active,
  148. .guide-date-tab-button:focus {
  149. color: ###accent### !important;
  150. }
  151. .guide-date-tab-button.emby-button-tv:focus {
  152. background-color: ###accent### !important;
  153. }
  154. .ratingbutton-icon-withrating {
  155. color: ###accent### !important;
  156. }
  157. .playstatebutton-icon-played {
  158. color: ###accent### !important;
  159. }
  160. .card:focus .card-focuscontent {
  161. border-color: ###accent### !important;
  162. }
  163. .mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb {
  164. background: ###accent### !important;
  165. }
  166. .mdl-switch__input:checked:focus + .mdl-switch__label + .mdl-switch__trackContainer .mdl-switch__focus-helper {
  167. box-shadow: 0 0 0 1.39em rgba(###accent_rgb###, 0.26);
  168. background-color: rgba(###accent_rgb###, 0.5) !important;
  169. }
  170. .mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
  171. background: rgba(###accent_rgb###, 0.5) !important;
  172. }
  173. .paper-icon-button-light:focus,
  174. .paper-icon-button-light:hover:not(:disabled) {
  175. color: ###accent### !important;
  176. background-color: rgba(###accent_rgb###, .2) !important;
  177. }
  178. .skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred .paper-icon-button-light:hover:not(:disabled) {
  179. color: ###accent### !important;
  180. background-color: rgba(255, 255, 255, .7) !important;
  181. }
  182. input:focus input[type=checkbox]:focus {
  183. color: ###accent### !important;
  184. background-color: rgba(###accent_rgb###, .2) !important;
  185. }
  186. :root {
  187. --swiper-theme-color: ###accent### !important;
  188. }
  189. .buttonActive {
  190. color: ###accent### !important;
  191. }