-
Notifications
You must be signed in to change notification settings - Fork 41
/
WIP.css
108 lines (98 loc) · 2.65 KB
/
WIP.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/*
.cardOverlayContainer:hover, .dialog, .toast, .raised.homeLibraryButton:hover {
box-shadow: 0px 0px 5px rgb(var(--accent)) !important;
border: solid 1px rgba(var(--accent),0.6) !important;
}
*/
/*Theme media player*/
.mdl-slider-background-lower {
background-color: rgb(255, 255, 255);
}
.mdl-slider::-moz-range-thumb {
background: rgb(255, 255, 255);
}
.mdl-slider::-ms-thumb {
background: rgb(255, 255, 255);
}
.mdl-slider::-webkit-slider-thumb {
background: rgb(255, 255, 255);
}
.iconOsdProgressInner {
background: rgb(255, 255, 255);
}
.videoOsdBottom {
background: rgba(0,0,0,.7);
}
.skinHeader-withBackground.osdHeader {
background: rgba(0,0,0,.7) !important;
}
/*From Kaleido*/
/*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;
}
}