2023-02-08 09:07:57 +00:00
|
|
|
:root {
|
|
|
|
--bs-border-color: #3d3f41;
|
2024-03-10 18:49:40 +00:00
|
|
|
--bs-link-color: #F57200;
|
2023-02-08 09:07:57 +00:00
|
|
|
--bs-link-hover-color: #2467cc
|
|
|
|
}
|
|
|
|
|
2019-07-17 12:58:36 +00:00
|
|
|
body {
|
2022-03-15 13:09:23 +00:00
|
|
|
|
2024-03-10 20:19:07 +00:00
|
|
|
--mainBackgroundColor: #141414;
|
2024-03-10 18:49:40 +00:00
|
|
|
--mainForegroundColor: #FFF;
|
2023-02-08 09:07:57 +00:00
|
|
|
--mainBackgroundHoverColor: #fef3ec;
|
2020-05-20 09:37:58 +00:00
|
|
|
|
2021-05-11 13:43:34 +00:00
|
|
|
/* Compat with PeerTube < 3.2 */
|
2023-02-08 09:07:57 +00:00
|
|
|
--submenuColor: #202020;
|
2024-03-10 18:49:40 +00:00
|
|
|
--submenuBackgroundColor: #181818;
|
2021-05-11 13:43:34 +00:00
|
|
|
|
2022-03-15 13:09:23 +00:00
|
|
|
--inputForegroundColor: #e0e0e1;
|
2023-02-08 09:07:57 +00:00
|
|
|
--inputBackgroundColor: var(--mainBackgroundColor);
|
|
|
|
--inputPlaceholderColor: #d1d1d1;
|
2022-03-15 13:09:23 +00:00
|
|
|
--textareaForegroundColor: #e0e0e1;
|
2023-02-08 09:07:57 +00:00
|
|
|
--textareaBackgroundColor: var(--mainBackgroundColor);
|
2022-03-15 13:09:23 +00:00
|
|
|
--markdownTextareaBackgroundColor: #30363d;
|
|
|
|
--greyForegroundColor: #bbb;
|
2023-02-08 09:07:57 +00:00
|
|
|
--greyBackgroundColor: #464340;
|
|
|
|
--greySecondaryBackgroundColor: #4e4d4a;
|
2022-03-15 13:09:23 +00:00
|
|
|
--actionButtonColor: #bbb;
|
2020-05-22 09:23:00 +00:00
|
|
|
--activatedActionButtonColor: #fff;
|
2023-02-08 09:07:57 +00:00
|
|
|
--channelBackgroundColor: #303030;
|
|
|
|
--mainColorVeryLight: #242320;
|
|
|
|
--mainColorLightest: #3f3834;
|
2024-03-10 18:49:40 +00:00
|
|
|
--mainColor: #0083F5;
|
2023-02-08 09:07:57 +00:00
|
|
|
--inputBorderColor: #a5a5a5;
|
2024-03-10 18:49:40 +00:00
|
|
|
--hoverColor: #2d2d2d0d;
|
|
|
|
--mainHoverColor: #2a4858;
|
|
|
|
}
|
|
|
|
|
2024-03-12 00:13:02 +00:00
|
|
|
span.instance-name {
|
2024-03-12 00:17:01 +00:00
|
|
|
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important;
|
2024-03-12 00:28:40 +00:00
|
|
|
background-clip: text !important;
|
2024-03-12 00:17:01 +00:00
|
|
|
-webkit-background-clip: text !important;
|
2024-03-12 00:28:40 +00:00
|
|
|
-moz-background-clip: text !important;
|
|
|
|
-o-background-clip: text !important;
|
|
|
|
-ms-background-clip: text !important;
|
2024-03-12 00:17:01 +00:00
|
|
|
-webkit-text-fill-color: transparent !important;
|
2024-03-12 00:10:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon.icon-logo {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 0px;
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
background: url(https://cdn.nicecrew.digital/nctv_color_icon.png) 0% 0% / contain no-repeat;
|
|
|
|
width: 4rem;
|
|
|
|
height: 2.75rem;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2024-03-12 01:32:46 +00:00
|
|
|
/* .svg.feather.feather-thumbs-up:hover {
|
|
|
|
color: green !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg.feather.feather-thumbs-up:active,
|
|
|
|
svg.feather.feather-thumbs-up:visited {
|
|
|
|
fill: green !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.action-button-like.activated {
|
|
|
|
fill: green !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.action-button-dislike.activated {
|
|
|
|
fill: red !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg.feather.feather-thumbs-down:hover {
|
|
|
|
color: red !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg.feather.feather-thumbs-down:active,
|
|
|
|
svg.feather.feather-thumbs-down:visited,
|
|
|
|
.action-button-dislike {
|
|
|
|
fill: red !important;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.video-thumbnail {
|
|
|
|
border-radius: 0.315rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-thumbnail:hover {
|
|
|
|
transform: scale(1.02);
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-thumbnail:hover .play-overlay .icon {
|
|
|
|
transform: translate(-50%, -50%) scale(1.75);
|
|
|
|
}
|
|
|
|
|
2024-03-10 18:49:40 +00:00
|
|
|
.logged-in-block,
|
|
|
|
.logged-in-block > div {
|
2024-03-10 18:58:15 +00:00
|
|
|
background-color: #181818 !important;
|
2024-03-10 18:49:40 +00:00
|
|
|
}
|
|
|
|
|
2024-03-10 19:09:13 +00:00
|
|
|
.danger-zone button,
|
2024-03-10 19:32:50 +00:00
|
|
|
.danger-zone input[type=submit] {
|
2024-03-10 19:05:07 +00:00
|
|
|
background-color: #af3221 !important;
|
|
|
|
}
|
|
|
|
|
2024-03-10 19:09:13 +00:00
|
|
|
.danger-zone button:hover,
|
2024-03-10 19:32:50 +00:00
|
|
|
.danger-zone input[type=submit]:hover {
|
2024-03-10 19:09:13 +00:00
|
|
|
background-color: #61261e !important;
|
2024-03-10 19:05:07 +00:00
|
|
|
}
|
|
|
|
|
2024-03-10 18:49:40 +00:00
|
|
|
.channel-info {
|
2024-03-10 19:09:13 +00:00
|
|
|
background-color: #1c1c1c !important;
|
2024-03-10 18:49:40 +00:00
|
|
|
}
|
|
|
|
|
2024-03-10 20:19:07 +00:00
|
|
|
a.video-miniature-account.ng-star-inserted {
|
|
|
|
color: #F57200;
|
|
|
|
}
|
|
|
|
|
2024-03-12 00:10:45 +00:00
|
|
|
a.video-miniature-account.ng-star-inserted:hover {
|
|
|
|
color: #f5720085
|
|
|
|
}
|
|
|
|
|
2024-03-10 19:09:13 +00:00
|
|
|
.menu-link:hover {
|
2024-03-10 18:58:15 +00:00
|
|
|
color: #F57200 !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-header {
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--mainForegroundColor);
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
2021-05-31 15:26:19 +00:00
|
|
|
|
2023-02-08 09:07:57 +00:00
|
|
|
.dropdown-item:active {
|
2023-02-17 09:15:14 +00:00
|
|
|
background-color: var(--hoverColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
2023-02-17 09:15:14 +00:00
|
|
|
--bs-dropdown-link-hover-bg: var(--hoverColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu,
|
|
|
|
.dropdown-divider {
|
2023-02-17 09:15:14 +00:00
|
|
|
border-color: var(--inputBorderColor);
|
2019-07-17 12:58:36 +00:00
|
|
|
}
|
2022-03-15 14:06:29 +00:00
|
|
|
|
|
|
|
.icon-logo {
|
|
|
|
background-color: #fff;
|
|
|
|
background-origin: content-box;
|
|
|
|
border-radius: 20px;
|
2023-02-08 09:07:57 +00:00
|
|
|
min-height: 29px;
|
|
|
|
min-width: 29px;
|
2023-02-17 09:15:14 +00:00
|
|
|
padding: 3px 4px 3px 8px;
|
2022-03-15 14:06:29 +00:00
|
|
|
}
|
2022-06-28 09:35:36 +00:00
|
|
|
|
2023-02-08 09:07:57 +00:00
|
|
|
.ng-dropdown-panel {
|
2023-02-17 09:15:14 +00:00
|
|
|
border-color: var(--inputBorderColor);
|
2022-06-28 09:35:36 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 09:07:57 +00:00
|
|
|
.ng-optgroup {
|
|
|
|
background-color: var(--mainBackgroundColor) !important;
|
|
|
|
color: var(--inputPlaceholderColor) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ng-option-marked,
|
|
|
|
.ng-select-container,
|
|
|
|
.ng-select-container.ng-has-value,
|
|
|
|
.ng-select-container.ng-select-focused.ng-select-opened,
|
|
|
|
.ng-select-multiple {
|
|
|
|
background-color: var(--mainBackgroundColor) !important;
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--mainForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ng-option:hover,
|
|
|
|
.ng-option.ng-option-selected {
|
|
|
|
background-color: #555 !important;
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--mainForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ng-select-container .ng-arrow,
|
|
|
|
.peertube-select-container::after {
|
2023-02-17 09:15:14 +00:00
|
|
|
border-top-color: var(--mainForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ng-select.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
|
2023-02-17 09:15:14 +00:00
|
|
|
border-bottom-color: var(--mainForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification {
|
2023-02-17 09:15:14 +00:00
|
|
|
border-bottom-color: rgba(255, 255, 255, 0.1) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification svg,
|
|
|
|
.notifications-header svg,
|
|
|
|
.menu-link svg {
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--greyForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification.unread {
|
2023-02-17 09:15:14 +00:00
|
|
|
background-color: #ffffff0d !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notifications-header {
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--greyForegroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover {
|
|
|
|
--bs-popover-bg: var(--mainBackgroundColor) !important;
|
|
|
|
--bs-popover-body-color: var(--mainForegroundColor) !important;
|
|
|
|
--bs-popover-box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .15) !important;
|
|
|
|
--bs-popover-header-color: var(--mainForegroundColor) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
2023-02-17 09:15:14 +00:00
|
|
|
background-color: var(--greySecondaryBackgroundColor) !important;
|
2023-02-08 09:07:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress>span,
|
|
|
|
.all-notifications,
|
|
|
|
.notifications-header svg:hover,
|
|
|
|
.menu-link:hover svg {
|
2023-02-17 09:15:14 +00:00
|
|
|
color: var(--mainForegroundColor) !important;
|
2022-06-28 09:35:36 +00:00
|
|
|
}
|
2022-09-26 09:23:26 +00:00
|
|
|
|
2023-02-08 09:07:57 +00:00
|
|
|
.root-header {
|
2023-02-17 09:15:14 +00:00
|
|
|
box-shadow: 0 1px 3px rgba(200, 200, 200, .10) !important;
|
2022-09-26 09:23:26 +00:00
|
|
|
}
|
2022-12-28 13:48:27 +00:00
|
|
|
|
2023-02-08 09:07:57 +00:00
|
|
|
input#search-video {
|
2023-02-17 09:15:14 +00:00
|
|
|
box-shadow: rgba(200, 200, 200, 0.1) 0 1px 20px 0 !important;
|
2022-12-28 13:48:27 +00:00
|
|
|
}
|