2021-09-12 15:36:09 +02:00
|
|
|
@media (min-width: 752px) {
|
|
|
|
[class*="PageHeader-logo-"] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
[class*="PageHeader-logoContainer-"]:before {
|
2021-11-03 00:10:06 +01:00
|
|
|
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
2021-09-12 15:36:09 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 34px;
|
|
|
|
height: 34px;
|
|
|
|
content:"";
|
|
|
|
background-size: cover;
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
|
|
|
-o-background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
[class*="PageHeader-logo-"] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
[class*="PageHeader-logoContainer-"]:before {
|
2021-11-03 00:10:06 +01:00
|
|
|
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
2021-09-12 15:36:09 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 34px;
|
|
|
|
height: 34px;
|
|
|
|
content:"";
|
|
|
|
background-size: cover;
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
|
|
|
-o-background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="LoadingPage-logoFull-"] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="LoadingPage-page-"]:before {
|
2021-11-03 00:10:06 +01:00
|
|
|
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
2021-09-12 15:36:09 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
content:"";
|
|
|
|
background-size: cover;
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
|
|
|
-o-background-size: cover;
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
}
|