mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 20:52:34 +01:00
54 lines
1.5 KiB
CSS
54 lines
1.5 KiB
CSS
@media (min-width: 752px) {
|
|
[class*="PageHeader-logo-"] {
|
|
display: none !important;
|
|
}
|
|
[class*="PageHeader-logoContainer-"]:before {
|
|
background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
|
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 {
|
|
background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
|
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 {
|
|
background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
|
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;
|
|
|
|
}
|