diff --git a/CSS/themes/jackett/aquamarine.css b/CSS/themes/jackett/aquamarine.css new file mode 100644 index 00000000..bf97c875 --- /dev/null +++ b/CSS/themes/jackett/aquamarine.css @@ -0,0 +1,22 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* JACKETT AQUAMARINE THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); +:root { + --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + + --button-color: rgba(0,0,0,.25); + --button-color-hover: rgba(255,255,255,.08); +} \ No newline at end of file diff --git a/CSS/themes/jackett/dark.css b/CSS/themes/jackett/dark.css new file mode 100644 index 00000000..4eacc12a --- /dev/null +++ b/CSS/themes/jackett/dark.css @@ -0,0 +1,22 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* JACKETT DARK THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); +:root { + --main-bg-color: #1f1f1f; + --modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed; + + --button-color: #cc7b19; + --button-color-hover: #e59029; + } \ No newline at end of file diff --git a/CSS/themes/jackett/hotline.css b/CSS/themes/jackett/hotline.css new file mode 100644 index 00000000..fab4efa9 --- /dev/null +++ b/CSS/themes/jackett/hotline.css @@ -0,0 +1,22 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* JACKETT HOTLINE THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); +:root { + --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; + + --button-color: rgba(0,0,0,.25); + --button-color-hover: rgba(255,255,255,.08); +} \ No newline at end of file diff --git a/CSS/themes/jackett/jackett-base.css b/CSS/themes/jackett/jackett-base.css new file mode 100644 index 00000000..868bfdc0 --- /dev/null +++ b/CSS/themes/jackett/jackett-base.css @@ -0,0 +1,142 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +body { + background-repeat: repeat; + background: var(--main-bg-color) !important; + color: #FFF; +} + /* Scrollbar */ + @media only screen and (min-width: 768px) { + html { + height: 100%; + width: 100%; + overflow: hidden; + } + body { + overflow-y: auto; + height: 100%; + background: var(--main-bg-color) + } +} + ::-webkit-scrollbar { + width: 14px; + } + ::-webkit-scrollbar-thumb { + min-height: 50px; + border: 3px solid transparent; + border-radius: 8px; + background-color: hsla(0,0%,100%,.2); + background-clip: padding-box; + } + ::-webkit-scrollbar-track { + background-color: transparent; + } + ::-webkit-scrollbar-thumb:hover { + min-height: 50px; + border: 3px solid transparent; + border-radius: 8px; + background-color: hsla(0,0%,100%,.5); + background-clip: padding-box; + } +.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + color: #fff; +} +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + color: #fff !important; +} +a { + color: #ffffff; +} +.dataTables_wrapper .dataTables_filter input { + background: rgba(255, 255, 255, 0.08); + border: none; + outline: none; +} +table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td { + border-top: none; +} +table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child { + border-left: none; +} +table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { + border-top: 1px solid #ddd0; + border-right: 1px solid #0000; +} +button, input, select, textarea { + background: rgba(0, 0, 0, 0.25); + border: none; + outline: none; +} +#page { + background-color: rgba(0, 0, 0, 0.25); +} +table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { + background-color: transparent; +} +table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { + background-color: rgba(255, 255, 255, 0.08); +} +table.dataTable tbody tr { + background-color: transparent; +} +table.dataTable tfoot th, table.dataTable tfoot td { + border-top: 1px solid #0000; +} +table.dataTable thead th, table.dataTable thead td { + border-bottom: 1px solid #0000; +} +.form-control { + color: #fff; + background-color: rgba(0, 0, 0, 0.25); + border: 1px solid #ccc0; + +} +.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { + background-color: rgba(0, 0, 0, 0.25); +} +#footer { + color: #ffffff; +} +.modal-content { + background: var(--modal-bg-color); +} +.dropdown-menu { + background: var(--modal-bg-color); +} +.dropdown-menu>li>a { + color: #fff; +} +.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.08); +} +.close { + color: #fff; +} +.btn-default { + color: #fff; + background-color: var(--button-color); + border-color: #ccc0; +} +.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default { + color: #fff; + background-color: var(--button-color-hover); + border-color: #00000000; +} +.input-group-addon { + color: #fff; + background-color: rgba(0, 0, 0, 0.25); + border: 1px solid #0000; + +} \ No newline at end of file diff --git a/CSS/themes/jackett/plex.css b/CSS/themes/jackett/plex.css new file mode 100644 index 00000000..7a25d72e --- /dev/null +++ b/CSS/themes/jackett/plex.css @@ -0,0 +1,22 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* JACKETT PLEX THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); +:root { + --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; + + --button-color: #cc7b19; + --button-color-hover: #e59029; + } \ No newline at end of file