Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb0cfdc937 | ||
|
|
bec0d6750a | ||
|
|
518e856b59 | ||
|
|
4568d6c24e | ||
|
|
61b6641577 | ||
|
|
6905bee1b6 | ||
|
|
7ba2748c1f | ||
|
|
0f7dde2184 | ||
|
|
64eb8d3dbf | ||
|
|
9ab29f26b4 | ||
|
|
5243409f2e | ||
|
|
1eb224d3b1 | ||
|
|
3014a263c8 |
@ -225,10 +225,22 @@ b:hover,
|
|||||||
background: rgb(255 255 255 / 8%) !important;
|
background: rgb(255 255 255 / 8%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.attached.segment, .ui.segment, .ui.segments {
|
||||||
|
background: transparent;
|
||||||
|
color: var(--text) !important;
|
||||||
|
border-color: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
.ui .info.segment.top {
|
.ui .info.segment.top {
|
||||||
background-color: rgb(0 0 0 / 15%) !important;
|
background-color: rgb(0 0 0 / 15%) !important;
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
.ui.attached.info.message, .ui.info.message {
|
||||||
|
box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0 0 0 0 transparent;
|
||||||
|
}
|
||||||
|
.ui.info.message {
|
||||||
|
background-color: rgb(255 255 255 / 8%);
|
||||||
|
color: #276f86;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.attached.header {
|
.ui.attached.header {
|
||||||
background: rgb(0 0 0 / 25%);
|
background: rgb(0 0 0 / 25%);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@ -571,7 +583,12 @@ svg.vch__wrapper rect.vch__day__square[data-v-a9cfea66]:hover {
|
|||||||
.repository .diff-file-box .code-diff-unified tbody tr.add-code td.lines-num {
|
.repository .diff-file-box .code-diff-unified tbody tr.add-code td.lines-num {
|
||||||
background-color: #2c4632 !important
|
background-color: #2c4632 !important
|
||||||
}
|
}
|
||||||
|
.repository.view.issue .comment-list .comment .comment-container {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
.comment-header {
|
||||||
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||||
|
}
|
||||||
.removed-code {
|
.removed-code {
|
||||||
background-color: #5f3737
|
background-color: #5f3737
|
||||||
}
|
}
|
||||||
@ -795,7 +812,8 @@ td.blob-excerpt {
|
|||||||
background: rgba(0, 0, 0, .25);
|
background: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-toolbar a {
|
.editor-toolbar a,
|
||||||
|
.editor-toolbar button {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -806,7 +824,9 @@ td.blob-excerpt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor-toolbar a.active,
|
.editor-toolbar a.active,
|
||||||
.editor-toolbar a:hover {
|
.editor-toolbar a:hover,
|
||||||
|
.editor-toolbar button.active,
|
||||||
|
.editor-toolbar button:hover {
|
||||||
background: rgb(255 255 255 / 25%);
|
background: rgb(255 255 255 / 25%);
|
||||||
border-color: rgb(255 255 255 / 25%);
|
border-color: rgb(255 255 255 / 25%);
|
||||||
}
|
}
|
||||||
@ -854,6 +874,10 @@ td.blob-excerpt {
|
|||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.repository.view.issue .pull-desc code {
|
||||||
|
color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
.repository .segment.reactions .ui.label.basic.blue {
|
.repository .segment.reactions .ui.label.basic.blue {
|
||||||
background-color: #ffffff00 !important;
|
background-color: #ffffff00 !important;
|
||||||
border-color: inherit !important;
|
border-color: inherit !important;
|
||||||
@ -1126,8 +1150,8 @@ a.ui.label:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui .sha.label {
|
.ui .sha.label {
|
||||||
background: var(--button-color);
|
background: var(--button-color) !important;
|
||||||
color: var(--button-text);
|
color: var(--button-text) !important;
|
||||||
border: 1px solid var(--button-color) !important;
|
border: 1px solid var(--button-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1172,7 +1196,8 @@ a.ui.labels .label:hover {
|
|||||||
.ui.form input[type=tel],
|
.ui.form input[type=tel],
|
||||||
.ui.form input[type=text],
|
.ui.form input[type=text],
|
||||||
.ui.form input[type=time],
|
.ui.form input[type=time],
|
||||||
.ui.form input[type=url] {
|
.ui.form input[type=url],
|
||||||
|
.ui.form input {
|
||||||
background: rgb(0 0 0 / 25%);
|
background: rgb(0 0 0 / 25%);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
@ -1181,21 +1206,6 @@ a.ui.labels .label:hover {
|
|||||||
transition: color .1s ease, border-color .1s ease;
|
transition: color .1s ease, border-color .1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.form textarea:focus {
|
|
||||||
color: var(--text);
|
|
||||||
border-color: transparent;
|
|
||||||
background: rgba(0, 0, 0, .5);
|
|
||||||
box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .35);
|
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.form textarea,
|
|
||||||
.ui.input textarea {
|
|
||||||
background: rgb(0 0 0 / .25);
|
|
||||||
border: 1px solid rgba(34, 36, 38, .15);
|
|
||||||
color: var(--text);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.form input:not([type]):focus,
|
.ui.form input:not([type]):focus,
|
||||||
.ui.form input[type=date]:focus,
|
.ui.form input[type=date]:focus,
|
||||||
.ui.form input[type=datetime-local]:focus,
|
.ui.form input[type=datetime-local]:focus,
|
||||||
@ -1214,6 +1224,37 @@ a.ui.labels .label:hover {
|
|||||||
background: rgb(0 0 0 / 50%);
|
background: rgb(0 0 0 / 50%);
|
||||||
box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .35);
|
box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .35);
|
||||||
}
|
}
|
||||||
|
.ui.form input:focus:hover,
|
||||||
|
.ui.form textarea:focus:hover,
|
||||||
|
input:focus:hover,
|
||||||
|
textarea:focus:hover {
|
||||||
|
background: rgb(0 0 0 / 50%) !important;
|
||||||
|
border-color: rgb(255 255 255 / .1) !important;
|
||||||
|
color: var(--text-hover) !important;
|
||||||
|
}
|
||||||
|
.ui.form input:hover,
|
||||||
|
.ui.form textarea:hover,
|
||||||
|
input:hover,
|
||||||
|
textarea:hover {
|
||||||
|
background: rgb(0 0 0 / 25%) !important ;
|
||||||
|
border-color: rgb(255 255 255 / .1) !important;
|
||||||
|
color: var(--text-hover) !important;
|
||||||
|
}
|
||||||
|
.ui.form textarea:focus {
|
||||||
|
color: var(--text);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(0, 0, 0, .5);
|
||||||
|
box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .35);
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.form textarea,
|
||||||
|
.ui.input textarea {
|
||||||
|
background: rgb(0 0 0 / .25);
|
||||||
|
border: 1px solid rgba(34, 36, 38, .15);
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ui.input.focus>input,
|
.ui.input.focus>input,
|
||||||
.ui.input>input:focus {
|
.ui.input>input:focus {
|
||||||
|
|||||||
@ -108,6 +108,9 @@ table.dataTable thead th, table.dataTable thead td {
|
|||||||
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.dataTables_length select, .dataTables_filter input, .dataTable.compact tfoot td select {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
#footer {
|
#footer {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -755,6 +755,16 @@ border-left-color: transparent !important;
|
|||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ProtocolLabel-torrent-3aqvR {
|
||||||
|
border-color: #00853d !important;
|
||||||
|
background-color: #00853d !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ProtocolLabel-usenet-3qKV1 {
|
||||||
|
border-color: #17b1d9 !important;
|
||||||
|
background-color: #17b1d9 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*ARTIST ALBUM PAGE*/
|
/*ARTIST ALBUM PAGE*/
|
||||||
.AlbumDetailsMedium-mediumNumber-3ZUko {
|
.AlbumDetailsMedium-mediumNumber-3ZUko {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@ -429,3 +429,7 @@ a:hover {
|
|||||||
.PageHeaderMultiselectActions-count-2fQWwV {
|
.PageHeaderMultiselectActions-count-2fQWwV {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
.MetadataPosterCard-legacyUnwatchedEpisodesBadge-3kelZP {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
@ -584,7 +584,10 @@ legend {
|
|||||||
-o-transition: none;
|
-o-transition: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||||
|
background-color: #919191;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
/* Scheduling */
|
/* Scheduling */
|
||||||
.time {
|
.time {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -593,3 +596,22 @@ legend {
|
|||||||
label {
|
label {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Wizard */
|
||||||
|
|
||||||
|
.container {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0);
|
||||||
|
background-color: rgb(255 255 255 / 0);
|
||||||
|
}
|
||||||
|
.container #inner {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.language:hover {
|
||||||
|
background-color: rgb(255 255 255 / 10%);
|
||||||
|
}
|
||||||
|
.container .quoteBlock {
|
||||||
|
background-color: rgb(0 0 0 / 25%);
|
||||||
|
}
|
||||||
|
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
@ -76,6 +76,13 @@ p a {
|
|||||||
background: rgba(255, 255, 255, 0.10) !important;
|
background: rgba(255, 255, 255, 0.10) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.theme--dark.v-expansion-panels .v-expansion-panel {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||||
|
background: rgb(0 0 0 / 0.50);
|
||||||
|
}
|
||||||
.flex.md3 .application .theme--dark.v-list, .theme--dark .v-list {
|
.flex.md3 .application .theme--dark.v-list, .theme--dark .v-list {
|
||||||
background: rgba(255, 255, 255, 0.10) !important;
|
background: rgba(255, 255, 255, 0.10) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
26
README.md
@ -1,5 +1,5 @@
|
|||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<img src="https://i.imgur.com/OkX6Zup.png">
|
<img src="https://imgur.com/iSpc8Iq.png">
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@ -33,24 +33,24 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr style="height: 98px;">
|
<tr style="height: 98px;">
|
||||||
<td style="width: 110px; height: 98px; text-align: center;">
|
<td style="width: 110px; height: 98px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://raw.githubusercontent.com/Sonarr/Sonarr/phantom-develop/Logo/sonarr-simple.svg" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr"><img style="display: block; margin-left: auto; margin-right: auto;" src="https://raw.githubusercontent.com/Sonarr/Sonarr/phantom-develop/Logo/sonarr-simple.svg" alt="" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes">Sonarr</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr">Sonarr</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 160px; height: 98px; text-align: center;">
|
<td style="width: 160px; height: 98px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes"><img src="https://raw.githubusercontent.com/Radarr/Radarr/aphrodite/Logo/Radarr.svg" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Radarr"><img src="https://raw.githubusercontent.com/Radarr/Radarr/aphrodite/Logo/Radarr.svg" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes">Radarr</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Radarr">Radarr</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 10px; height: 98px; text-align: center;">
|
<td style="width: 10px; height: 98px; text-align: center;">
|
||||||
<p style="text-align: center;"><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-develop/plugins/images/tabs/lidarr.png" width="48" height="48" /></a></p>
|
<p style="text-align: center;"><a href="https://github.com/gilbN/theme.park/wiki/Lidarr"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-develop/plugins/images/tabs/lidarr.png" width="48" height="48" /></a></p>
|
||||||
<p style="text-align: center;"><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes">Lidarr</a></p>
|
<p style="text-align: center;"><a href="https://github.com/gilbN/theme.park/wiki/Lidarr">Lidarr</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 90px; height: 98px; text-align: center;">
|
<td style="width: 90px; height: 98px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-develop/plugins/images/tabs/bazarr.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Bazarr"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-develop/plugins/images/tabs/bazarr.png" alt="" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes">Bazarr</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Bazarr">Bazarr</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 136px; height: 98px; text-align: center;">
|
<td style="width: 136px; height: 98px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes"><img src="https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/256.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Readarr"><img src="https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/256.png" alt="" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Sonarr---Radarr---Lidarr---Bazarr-Readarr-Themes">Readarr</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Readarr">Readarr</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 140px; height: 98px; text-align: center;">
|
<td style="width: 140px; height: 98px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Plex"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-master/plugins/images/tabs/plex.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Plex"><img src="https://raw.githubusercontent.com/causefx/Organizr/v2-master/plugins/images/tabs/plex.png" alt="" width="48" height="48" /></a></p>
|
||||||
@ -161,8 +161,8 @@
|
|||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/PLPP">PLPP</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/PLPP">PLPP</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 10px; height: 40px; text-align: center;">
|
<td style="width: 10px; height: 40px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/html5speedtest"><img src="https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/icon_huge.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Librespeed"><img src="https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/icon_huge.png" alt="" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/html5speedtest">librespeed</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Librespeed">librespeed</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 90px; height: 40px; text-align: center;">
|
<td style="width: 90px; height: 40px; text-align: center;">
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/The-Lounge"><img src="https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-grey-bg-152x152px.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/The-Lounge"><img src="https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-grey-bg-152x152px.png" alt="" width="48" height="48" /></a></p>
|
||||||
|
|||||||
BIN
Screenshots/calibreweb/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 433 KiB |
BIN
Screenshots/filebrowser/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
BIN
Screenshots/grafana/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 355 KiB |
|
Before Width: | Height: | Size: 779 KiB |
|
Before Width: | Height: | Size: 737 KiB |
|
Before Width: | Height: | Size: 400 KiB |
|
Before Width: | Height: | Size: 653 KiB |
|
Before Width: | Height: | Size: 632 KiB |
BIN
Screenshots/guacamole/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
Screenshots/html5speedtest/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
Screenshots/jackett/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
Screenshots/jellyfin/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 532 KiB |
BIN
Screenshots/lazylibrarian/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 447 KiB |
BIN
Screenshots/logarr/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 519 KiB |
BIN
Screenshots/monitorr/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
Screenshots/netdata/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
Screenshots/nzbhydra2/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
Screenshots/plpp/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 812 KiB |
BIN
Screenshots/portainer/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 546 KiB |
BIN
Screenshots/qbittorrent/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
Screenshots/rutorrent/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 567 KiB |
BIN
Screenshots/sabnzbd/glitter.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
Screenshots/sabnzbd/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
Screenshots/synclounge/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
Screenshots/tautulli/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 875 KiB |
BIN
Screenshots/thelounge/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 593 KiB |
BIN
Screenshots/transmission/organizr-dark.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 344 KiB |