Files
Ultrachromic/kaleidochromic_preset.css
Casper Talvio 67e0a04a82 Tons of changes
2021-05-26 23:04:58 +03:00

97 lines
2.9 KiB
CSS

@import url('https://ctalvio.github.io/Ultrachromic/JF_font.css');
@import url('https://ctalvio.github.io/Ultrachromic/base.css');
@import url('https://ctalvio.github.io/Ultrachromic/fixes.css');
@import url('https://ctalvio.github.io/Ultrachromic/colorful.css');
@import url('https://ctalvio.github.io/Ultrachromic/smallercast.css');
@import url('https://ctalvio.github.io/Ultrachromic/compactepisodes.css');
@import url('https://ctalvio.github.io/Ultrachromic/transparentbanner.css');
@import url('https://ctalvio.github.io/Ultrachromic/minimalisticlogin.css');
@import url('https://ctalvio.github.io/Ultrachromic/fields.css');
@import url('https://ctalvio.github.io/Ultrachromic/dialogues.css');
:root {--accent: 98, 121, 205;}
:root {--rounding: 12px;}
/*Cosmetic fixes for quirks (drop down padding and dialogue hover rounding)*/
.detailTrackSelect {
padding-left: .2em !important;
}
@media all and (max-width: 100em){
.detailTrackSelect {
padding-left: .5em !important;
}
}
.actionSheetMenuItem:hover {
border-radius: 0 !important;
}
.itemsContainer>.card>.cardBox {
margin-left: 0.6em !important;
}
@media all and (min-width: 131.25em){
#castContent .cardScalable {
width: calc(6.3vw - 1.2em) !important;
height: calc(6.3vw - 1.2em) !important;
}
}
@media all and (min-width: 120em) and (max-width: 131.25em){
#castContent .cardScalable {
width: calc(6.4vw - 1.2em) !important;
height: calc(6.4vw - 1.2em) !important;
}
}
@media all and (min-width: 100em) and (max-width: 120em){
#castContent .cardScalable {
width: calc(7.6vw - 1.2em) !important;
height: calc(7.6vw - 1.2em) !important;
}
}
@media all and (min-width: 87.5em) and (max-width: 100em){
#castContent .cardScalable {
width: calc(9.3vw - 1.2em) !important;
height: calc(9.3vw - 1.2em) !important;
}
}
@media all and (min-width: 75em) and (max-width: 87.5em){
#castContent .cardScalable {
width: calc(10.5vw - 1.2em) !important;
height: calc(10.5vw - 1.2em) !important;
}
}
@media all and (min-width: 50em) and (max-width: 75em){
#castContent .cardScalable {
width: calc(15vw - 1.2em) !important;
height: calc(15vw - 1.2em) !important;
}
}
@media all and (min-width: 43.75em) and (max-width: 50em){
#castContent .cardScalable {
width: calc(20.1vw - 1.2em) !important;
height: calc(20.1vw - 1.2em) !important;
}
}
@media all and (min-width: 25em) and (max-width: 43.75em){
#castContent .cardScalable {
width: calc(31.2vw - 1.2em) !important;
height: calc(31.2vw - 1.2em) !important;
}
}
@media all and (max-width: 25em){
#castContent .cardScalable {
width: calc(40vw - 1.2em) !important;
height: calc(40vw - 1.2em) !important;
}
}
/*Style backdrop*/
.backdropImage {
filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);
}
@media all and (max-width: 32em) {
.itemBackdrop {
filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);
}
}