1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00
theme.park/CSS/themes/ombi/ombi-base.css

227 lines
6.1 KiB
CSS
Raw Normal View History

2019-08-31 21:27:33 +02:00
/* 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 */
2019-07-11 22:44:07 +02:00
body {
background: var(--main-bg-color);
}
2019-08-04 10:26:47 +02:00
/* 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;
}
2019-07-11 22:44:07 +02:00
/* Navbar */
.navbar-default {
background: var(--main-bg-color);
border-color: #FFF;
}
2019-08-04 10:20:47 +02:00
.nav-tabs {
border-bottom: 1px solid transparent;
margin-bottom: 3px !important;
}
2019-07-11 22:44:07 +02:00
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
background-color: rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
background-color: rgba(255, 255, 255, 0.08);
}
.navbar-default .navbar-nav>.open>a {
2019-07-11 22:52:47 +02:00
background-color: rgba(0, 0, 0, 0.25);
2019-07-11 22:44:07 +02:00
color: #fff;
}
2019-07-11 23:12:44 +02:00
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
2019-07-11 22:44:07 +02:00
background-color: rgba(0, 0, 0, 0.25);
}
2019-07-12 17:42:25 +02:00
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
2019-07-11 22:54:37 +02:00
background-color: transparent;
}
2019-07-12 18:20:49 +02:00
.ui-tooltip .ui-tooltip-text{
background-color:var(--modal-bg-color) !important;
}
2019-07-11 22:44:07 +02:00
/* Search bar */
.search-bar-background[_ngcontent-c1] {
2019-07-11 23:07:28 +02:00
border-radius: 3px;
2019-07-18 22:54:04 +02:00
background-color: transparent !important;
2019-07-11 22:44:07 +02:00
}
2019-07-20 13:17:28 +02:00
.search-bar-background[_ngcontent-c2] {
background-color: transparent;
}
2019-07-11 22:44:07 +02:00
.form-control-custom {
background-color: rgba(0, 0, 0, 0.25) !important;
2019-08-04 10:20:47 +02:00
border-radius: 0px;
}
.right-radius {
border-radius: 0px;
2019-07-11 22:44:07 +02:00
}
.input-group-addon {
background-color: rgba(0, 0, 0, 0.25);
}
2019-08-04 10:20:47 +02:00
2019-07-12 18:04:05 +02:00
.nav-tabs.nav-justified {
margin-bottom: 3px;
}
2019-07-11 22:44:07 +02:00
@media (max-width: 978px) {
.form-control-search[_ngcontent-c1] {
width: -webkit-fill-available !important;
}
}
@media (min-width: 768px) {
.nav-tabs.nav-justified>li>a {
border-bottom: none;
}
}
@media (min-width: 979px) {
.form-control-search[_ngcontent-c1] {
width: 100%;
}
}
/* Expand season request */
.content-space[_ngcontent-c3] {
padding: 15px;
background: rgba(0, 0, 0, 0.25);
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.25);
}
.table-hover>tbody>tr:hover {
background-color: rgba(255, 255, 255, 0.08);
}
2019-08-04 10:20:47 +02:00
table.table>thead>tr>th.active {
background-color: rgba(255, 255, 255, 0.08);
}
/*filter */
.ui-widget-content {
background: var(--main-bg-color) !important;
}
.ui-state-active {
color: #ffffff!important;
background-color: rgba(0, 0, 0, 0.25)!important;
}
.ui-state-default {
border: 2px solid rgba(255, 255, 255, 0.25);
}
2019-07-11 22:44:07 +02:00
2019-08-04 10:20:47 +02:00
/*dropdown menu */
2019-07-11 22:44:07 +02:00
.dropdown-menu {
background: var(--modal-bg-color);
}
.dropdown-menu>li>a:hover {
background-color: rgba(255, 255, 255, 0.08);
}
.navbar-nav>li>.dropdown-menu {
width: 163.5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: rgba(0, 0, 0, 0.45);
}
/* Settings */
hr {
border: 1px dashed #d7d7d7;
}
/* Buttons */
.btn-primary-outline, .btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open>.btn-primary-outline.dropdown-toggle {
color: #ffffff!important;
background-color: rgba(0, 0, 0, 0.45) !important;
border-color: rgba(0, 0, 0, 0)!important;
2019-07-20 13:17:28 +02:00
outline: none !important;
2019-07-11 22:44:07 +02:00
}
.btn-primary-outline:hover {
background-color: rgba(255, 255, 255, 0.08) !important;
border-color: #00000000!important;
}
.btn-link {
color: #ffffff;
}
.btn-link:focus, .btn-link:hover {
color: #ddd;
}
2019-07-20 13:18:54 +02:00
.input-group-addon .btn-group .btn {
outline: none;
}
2019-08-04 10:20:47 +02:00
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
margin-left: 3px;
}
2019-07-11 22:44:07 +02:00
/* Settings menu */
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
background-color: rgba(0, 0, 0, 0.45) !important;
border: 1px solid #00000000 !important;
2019-07-11 23:07:28 +02:00
border-radius: 3px;
2019-07-11 22:44:07 +02:00
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.45) !important;
border: 1px solid #00000000 !important;
2019-08-04 10:20:47 +02:00
border-radius: 3px;
2019-07-11 22:44:07 +02:00
}
.nav-tabs>li>a:hover {
border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
background-color: rgba(255, 255, 255, 0.08);
2019-07-11 23:12:44 +02:00
border-radius: 3px;
2019-07-11 22:44:07 +02:00
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: rgba(0, 0, 0, 0.25);
border-color: #00000000;
}
.panel {
background-color: rgba(0, 0, 0, 0.45);
}
.card-header {
background-color: rgba(0, 0, 0, 0.25);
color: #ebebeb;
padding: 10px 15px;
border-bottom: 1px solid #00000000;
}
a.active {
background-color: rgba(0, 0, 0, 0.45);
}
.ui-state-highlight {
background: var(--modal-bg-color);
}