mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Finalized base.css
This commit is contained in:
135
base.css
135
base.css
@@ -7,15 +7,12 @@
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
.emby-tab-button {
|
||||
padding: 1.75em 1.7em;
|
||||
}
|
||||
|
||||
/*Accommodate mobile and set positions, I think*/
|
||||
/*Accommodate mobile and align buttons and indicators*/
|
||||
.cardIndicators,
|
||||
.listItemIndicators {
|
||||
right: 0.3em;
|
||||
top: 0.3em;
|
||||
right: 0.5em;
|
||||
top: 0.5em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 70em){
|
||||
@@ -34,7 +31,7 @@
|
||||
background-color: rgba(0, 0, 0, 0.5) !important;
|
||||
}
|
||||
.cardOverlayButton {
|
||||
padding: 0.3em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,14 +73,22 @@
|
||||
transition: 0.7s;
|
||||
}
|
||||
|
||||
/*Hover background for buttons*/
|
||||
/*Hover background for section title buttons*/
|
||||
.button-flat:hover {
|
||||
background: rgba(0,0,0,0.4);
|
||||
color: #00a4dc !important;
|
||||
}
|
||||
.button-flat {
|
||||
padding: .5em !important;
|
||||
margin: .2em !important;
|
||||
}
|
||||
.dashboardSection h3 {
|
||||
margin: .5em .0em .5em .5em;
|
||||
}
|
||||
.dashboardSection .sectionTitleTextButton > .material-icons.material-icons {
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
margin-right: .2em;
|
||||
}
|
||||
|
||||
/*Shrink the mouseover chapter image when scrobbling*/
|
||||
.chapterThumb {
|
||||
@@ -107,111 +112,7 @@
|
||||
background: #0000 !important;
|
||||
}
|
||||
|
||||
/*Everything below is from customcolor add-on*/
|
||||
.raised:hover,
|
||||
.fab:hover,
|
||||
a[data-role="button"]:hover {
|
||||
background: rgba(var(--accent),0.5) !important;
|
||||
}
|
||||
|
||||
.subtitleappearance-preview {
|
||||
background: linear-gradient(140deg,rgb(var(--accent)),#111) !important;
|
||||
}
|
||||
|
||||
.navMenuOption-selected {
|
||||
color: rgba(var(--accent));
|
||||
}
|
||||
.mdl-slider-background-lower {
|
||||
background-color: rgba(var(--accent));
|
||||
}
|
||||
|
||||
.playbackProgress>div {
|
||||
background-color: rgba(var(--accent),0.75);
|
||||
}
|
||||
progress::-moz-progress-bar {
|
||||
background-color: rgba(var(--accent),0.75);
|
||||
}
|
||||
progress::-webkit-progress-value {
|
||||
background-color: rgba(var(--accent),0.75);
|
||||
}
|
||||
.taskProgressInner {
|
||||
background: rgba(var(--accent),0.75) !important;
|
||||
}
|
||||
|
||||
.transcodingProgress>div,
|
||||
.itemProgressBarForeground {
|
||||
background-color: rgba(var(--accent),0.35);
|
||||
}
|
||||
|
||||
.mdl-slider-background-lower {
|
||||
background-color: rgb(var(--accent));
|
||||
}
|
||||
.mdl-slider::-moz-range-thumb {
|
||||
background: rgb(var(--accent));
|
||||
}
|
||||
.mdl-slider::-ms-thumb {
|
||||
background: rgb(var(--accent));
|
||||
}
|
||||
.mdl-slider::-webkit-slider-thumb {
|
||||
background: rgb(var(--accent));
|
||||
}
|
||||
.iconOsdProgressInner {
|
||||
background: rgb(var(--accent));
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover,
|
||||
.raised.homeLibraryButton:hover,
|
||||
.button-flat:hover,
|
||||
.playstatebutton-icon-played,
|
||||
.ratingbutton-icon-withrating,
|
||||
.paper-icon-button-light:hover:not(:disabled),
|
||||
.emby-tab-button:hover,
|
||||
.selectLabelFocused,
|
||||
.inputLabelFocused,
|
||||
.textareaLabelFocused,
|
||||
.buttonActive,
|
||||
.button-link {
|
||||
color: rgba(var(--accent)) !important;
|
||||
}
|
||||
|
||||
#itemDetailPage .button-link {color: inherit !important;}
|
||||
|
||||
.navMenuOption:hover,
|
||||
.actionSheetMenuItem:hover {
|
||||
background-color: rgba(var(--accent),0.5) !important;
|
||||
}
|
||||
|
||||
.emby-checkbox:checked + span + .checkboxOutline,
|
||||
.emby-textarea:focus,
|
||||
.emby-select-withcolor:focus,
|
||||
.emby-input:focus,
|
||||
.itemSelectionPanel {
|
||||
border: 0.01em solid rgba(var(--accent),0.5) !important;
|
||||
}
|
||||
|
||||
.upNextDialog-countdownText {
|
||||
color: rgba(var(--accent));
|
||||
}
|
||||
|
||||
.mdl-spinner__layer-1 {
|
||||
border-color: rgba(var(--accent));
|
||||
}
|
||||
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
|
||||
background: rgba(var(--accent), 0.5);
|
||||
}
|
||||
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb {
|
||||
background: rgba(var(--accent));
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(var(--accent),0.8) !important;
|
||||
}
|
||||
* {
|
||||
scrollbar-color: rgba(var(--accent),0.8) #0000 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Syncplay theming*/
|
||||
.syncPlayIconCircle {
|
||||
color: rgba(var(--accent),1) !important;
|
||||
text-shadow: none !important;
|
||||
/*Remove divider on list items*/
|
||||
.listItem-border {
|
||||
border-color: rgba(255, 255, 255, 0) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user