Skip to content

Commit

Permalink
Update GitHub url
Browse files Browse the repository at this point in the history
  • Loading branch information
Burry committed Jul 10, 2018
1 parent 6b8413e commit 9e5252c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Plex.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Plex Theme for Organizr v2
// Version 1.3
// https://github.com/Burry/organizr-v2-theme-plex
// https://github.com/Burry/organizr-v2-plex-theme

// Variables

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Plex Theme <i style=color:#999>for [Organizr](https://github.com/causefx/Organizr) v2</i>
A theme for Organizr v2 that emulates the style of Plex

![Screen Shot](https://raw.githubusercontent.com/Burry/organizr-v2-theme-plex/master/screenshot.jpeg "Screen Shot")
![Screen Shot](https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/screenshot.jpeg "Screen Shot")

## Installation

- Open Organizr Settings > Customize > Appearance > Custom CSS, copy and paste the contents of [Plex.css](https://raw.githubusercontent.com/Burry/organizr-v2-theme-plex/master/Plex.css) into the text field, and save.
- Open Organizr Settings > Customize > Appearance > Custom CSS, copy and paste the contents of [Plex.css](https://raw.githubusercontent.com/Burry/organizr-v2-plex-theme/master/Plex.css) into the text field, and save.
- Note: Organizr v2's stylesheet placement and use of `!important` rules currently prevents the Plex Theme from setting certain styles if, instead of pasting the stylesheet into Organizr's Custom CSS field, it is installed in the `/css/themes` folder.
- Add the contents of the `images` folder from this repository to the directory `/plugins/images/`.
- *Optional*: Download Plex's custom font set and add the files to `/plugins/fonts/`. These fonts come with no license.
Expand All @@ -20,7 +20,7 @@ A theme for Organizr v2 that emulates the style of Plex

## Experimental Blur Effect

The [master](https://github.com/Burry/organizr-v2-theme-plex/tree/master) branch offers a stylesheet that should look good across all major browsers, but it forgoes experimental [backdrop-filter](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter) blur effects in lieu of darker backgrounds. If your Organizr users are using Safari or another browser that currently supports these effects, try out the [blur](https://github.com/Burry/organizr-v2-theme-plex/tree/blur) version.
The [master](https://github.com/Burry/organizr-v2-plex-theme/tree/master) branch offers a stylesheet that should look good across all major browsers, but it forgoes experimental [backdrop-filter](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter) blur effects in lieu of darker backgrounds. If your Organizr users are using Safari or another browser that currently supports these effects, try out the [blur](https://github.com/Burry/organizr-v2-plex-theme/tree/blur) version.

## Clean Login
Add the following lines in `/js/functions.js` inside function `swapDisplay` case `login` to hide all non-login UI elements for guests.
Expand Down

0 comments on commit 9e5252c

Please sign in to comment.