-
Notifications
You must be signed in to change notification settings - Fork 0
/
customizations.css
85 lines (59 loc) · 1.38 KB
/
customizations.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
.login-register {
background: url("https://raw.githubusercontent.com/jpalenz77/organizr-customization/master/background.png") center center/cover no-repeat!important;
height: 100%;
position: fixed;
}
.login-register h1 {
display: none;
}
.left-health {
display: none;
}
.lazyload:not(.homepageImageTitle) {
background-color: transparent !important;
}
.card, .card-body {
background: transparent !important;
height: 20px;
}
.bg-inverse {
background: transparent !important;
}
/* Missing episode that hasn't aired */
div[class*="fc"] .text-info {
color: #ff8080 !important;
}
/* Missing episode that has aired */
div[class*="fc"] .text-danger {
color: #ff8080 !important;
}
div[class*="fc"] .text-primary {
color: #999 !important;
}
a {
color: #53e69d;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.all-netdata .chart-lg .gauge-chart, .all-netdata .gauge-cont.chart-lg {
width: 450px !important;
}
.all-netdata .chart-lg .gauge-chart .gauge-value {
top: 90px !important;
font-size: 26px;
}
.homepage-tautulli-card{
margin-bottom: 17rem !important;
}
.homepage-tautulli-card .scrollable {
margin-left: 9px;
}
.bg-img {
display: none;
}
.homepage-tautulli-card .bg-img-cont {
border: 0;
}
.homepage-tautulli-card .card, .card-body {
height: 0;
}