1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 23:17:11 +02:00

Created Unraid (markdown)

GilbN 2021-03-09 23:34:03 +01:00
parent dbc6c76927
commit 81c7a48e61

70
Unraid.md Normal file

@ -0,0 +1,70 @@
<h1 align="center"> <img src="https://i.imgur.com/pWBOIrj.png" alt="logo" width="30" height="30"> Unraid</h1>
Custom [Unraid](https://unraid.net) CSS.
<p align="center"> Organizr Dark Theme </p>
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/organizr-dark.png)
```
https://gilbn.github.io/theme.park/CSS/themes/unraid/XXX.css
aquamarine.css
hotline.css
plex.css
dark.css
space-gray.css
organizr-dark.css
```
## 🛠️ Installation
### Theme Engine
1. Install the `Theme Engine`plugin from the CA appstore.
2. Set `Base Theme` to black
3. Scroll down and set `Enable custom styling (below):` to `Yes`
4. Add the HTML below in the `Custom styling (advanced):` textarea. Remember to change `<THEME>` to the theme you want.
```html
</style><link type="text/css" rel="Stylesheet" href="https://gflix.app/theme.park/CSS/themes/unraid/<THEME>.css" />
```
#### Example:
```html
</style><link type="text/css" rel="Stylesheet" href="https://gflix.app/theme.park/CSS/themes/unraid/plex.css" />
```
![](https://selfhosted.app/f3c10/SukIbEBE71.png/raw)
#### Other Installations methods:
[Installation](https://github.com/gilbN/theme.park/wiki/Setup)
## Screenshots
<p align="center"> Dark Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/dark.png"></img>
<p align="center"> Space Gray Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/space-gray.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/space-gray.png"></img>
<p align="center"> Plex Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/plex.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/plex.png"></img>
<p align="center"> Organizr Dark Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/organizr-dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/organizr-dark.png"></img>
<p align="center"> Hotline Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/hotline.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/hotline.png"></img>
<p align="center"> Aquamarine Theme </p>
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/aquamarine.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/unraid/aquamarine.png"></img>