diff --git a/CSS/themes/plexorg.css b/CSS/themes/plexorg.css new file mode 100644 index 00000000..91879fd0 --- /dev/null +++ b/CSS/themes/plexorg.css @@ -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 */ diff --git a/README.md b/README.md index a2a33a06..5720541f 100644 --- a/README.md +++ b/README.md @@ -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 / { } ``` - -## 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) \ No newline at end of file diff --git a/Screenshots/plexorg/plexorg.png b/Screenshots/plexorg/plexorg.png new file mode 100644 index 00000000..25f4cfa3 Binary files /dev/null and b/Screenshots/plexorg/plexorg.png differ