1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Added plex org theme

This commit is contained in:
GilbN 2018-12-07 21:35:59 +01:00
parent 7d10ff7eea
commit 6d41e8b425
3 changed files with 18 additions and 7 deletions

16
CSS/themes/plexorg.css Normal file
View File

@ -0,0 +1,16 @@
/* PLEX ORGANIZR THEME */
body {
background-color: #1f1f1f;
}
.background,.background-container {
opacity: 0;
transition: opacity .5s;
}
.MetadataPosterCardOverlay-isActionsMenuOpen-AvHIX .MetadataPosterCardOverlay-background-2EwyB,
.MetadataPosterCardOverlay-overlay-1uMpL:hover .MetadataPosterCardOverlay-background-2EwyB {
background: -webkit-radial-gradient(50% 50% farthest-corner,rgba(0, 0, 0, 0.5) 0,#000000 100%) !important;
background: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.5) 50%,#000000 100%) !important;
}
/* This was a tough one :D */

View File

@ -24,7 +24,7 @@ Thank you iFelix18 for doing all the hard work! :)
#### The `orgarr.css` theme will mess with your Xarr base theme.
#### `orgarrg.css` is created purely for use with Organizr.
#### `orgarr.css` is created purely for use with Organizr.
**NOTE:** When viewing orgarr in Organizr iframe it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect.
#### `orgarr-plex.css`
@ -97,7 +97,7 @@ location / {
# Nzbget Plex Theme
Custom CSS for [Nzbget](https://github.com/nzbget/nzbget)
Custom CSS for [Nzbget](https://github.com/nzbget/nzbget)
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/nzbget/nzbget1.jpg)
Thank you [ydkmlt84](https://github.com/ydkmlt84) for making the job easier :)
@ -498,8 +498,3 @@ location / {
}
```
</details>
## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
[![Beerpay](https://beerpay.io/gilbN/theme.park/badge.svg?style=beer-square)](https://beerpay.io/gilbN/theme.park) [![Beerpay](https://beerpay.io/gilbN/theme.park/make-wish.svg?style=flat-square)](https://beerpay.io/gilbN/theme.park?focus=wish)

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB