-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
29 lines (22 loc) · 1008 Bytes
/
style.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
@import url("https://cdn.jsdelivr.net/gh/DevilsDesigns/Jellyfin-DarkFlix-Theme/Darkflix-v5.1.css");
.splashLogo {
background-image: url('https://raw.githubusercontent.com/GiuPic/jellyfin_nexflix/refs/heads/main/Netflix_Logo_RGB.png') !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 30% !important;
height: 30% !important;
position: fixed !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
animation: fadein .5s !important; /* Mantieni l'animazione */
}
@media screen and (min-device-width: 992px) {
.splashLogo {
background-image: url('https://raw.githubusercontent.com/GiuPic/jellyfin_nexflix/refs/heads/main/Netflix_Logo_RGB.png') !important;
}
}
.pageTitleWithDefaultLogo {
background-image: url(https://raw.githubusercontent.com/GiuPic/jellyfin_nexflix/refs/heads/main/Netflix_Logo_RGB.png);
}