mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
121 lines
2.3 KiB
CSS
121 lines
2.3 KiB
CSS
:root {--indicator: 0, 164, 220;}
|
|
|
|
/*Top "task bar" enlarge text*/
|
|
.headerTabs.sectionTabs {
|
|
text-size-adjust: 110%;
|
|
font-size: 110%;
|
|
}
|
|
.pageTitle {
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
|
|
/*Accommodate mobile and align buttons and indicators*/
|
|
.cardIndicators,
|
|
.listItemIndicators {
|
|
right: 0.5em;
|
|
top: 0.5em;
|
|
}
|
|
|
|
@media all and (min-width: 70em){
|
|
.cardOverlayFab-primary {
|
|
background-color: #00000000;
|
|
}
|
|
.cardOverlayButtonIcon {
|
|
background-color: #00000000 !important;
|
|
}
|
|
.cardOverlayContainer {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
@media all and (max-width: 70em){
|
|
.cardOverlayButtonIcon {
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
.cardOverlayButton {
|
|
padding: 0.5em;
|
|
}
|
|
}
|
|
|
|
/*Media player*/
|
|
.nowPlayingPageImage {
|
|
border: none;
|
|
}
|
|
|
|
.upNextDialog-countdownText {
|
|
color: white;
|
|
}
|
|
|
|
/*Narrow margins, theme main page*/
|
|
.cardBox-bottompadded {
|
|
margin-bottom: 0.6em !important;
|
|
}
|
|
.itemsContainer > .card > .cardBox {
|
|
margin-right: 0.8em;
|
|
}
|
|
.raised.homeLibraryButton {
|
|
background: rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
.raised.homeLibraryButton:hover {
|
|
background: rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
.raised.homeLibraryButton:hover {transition: filter 0.2s}
|
|
.raised.homeLibraryButton {transition: filter 0.2s}
|
|
.homeLibraryButton {
|
|
min-width: 12em;
|
|
margin: 0.4em;
|
|
}
|
|
|
|
/*ANIMATIONS*/
|
|
/*Fade as images load*/
|
|
.blurhash-canvas {
|
|
transition: 0.2s;
|
|
}
|
|
.cardImageContainer {
|
|
transition: 0.7s;
|
|
}
|
|
|
|
/*Hover background for section title buttons*/
|
|
.button-flat:hover {
|
|
background: rgba(0, 164, 220, 0.2);
|
|
color: #00a4dc !important;
|
|
}
|
|
.button-flat {
|
|
margin: .2em !important;
|
|
padding: .85em !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 {
|
|
height: 14vh;
|
|
min-width: 14vh;
|
|
}
|
|
.chapterThumbText {
|
|
font-size: 1em;
|
|
}
|
|
.sliderBubble {
|
|
background: #0000;
|
|
}
|
|
|
|
/*Rating star, normally yellow*/
|
|
.starIcon {
|
|
color: rgba(255,255,255,.8);
|
|
}
|
|
|
|
/*Remove background on some icons*/
|
|
.listItemIcon {
|
|
background: #0000 !important;
|
|
}
|
|
|
|
/*Remove divider on list items*/
|
|
.listItem-border {
|
|
border-color: rgba(255, 255, 255, 0) !important;
|
|
} |