mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-19 17:42:32 +01:00
[NEW ADDON] Sonarr Text Logo with 4K (#430)
* Create sonarr-4k-text-logo.css * Add files via upload
This commit is contained in:
parent
3022b8519b
commit
85551af004
@ -0,0 +1,55 @@
|
|||||||
|
@media (min-width: 752px) {
|
||||||
|
[class*="PageHeader-logo-"] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
[class*="PageHeader-logoContainer-"]:before {
|
||||||
|
background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 15px;
|
||||||
|
width: 124px;
|
||||||
|
height: 40px;
|
||||||
|
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/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
|
||||||
|
display: inline-block;
|
||||||
|
width: 124px;
|
||||||
|
height: 40px;
|
||||||
|
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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
[class*="PageHeader-logo-"] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
[class*="PageHeader-logoContainer-"]:before {
|
||||||
|
background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||||
|
display: inline-block;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
content:"";
|
||||||
|
background-size: cover;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
}
|
||||||
|
}
|
BIN
css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png
Normal file
BIN
css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue
Block a user