rDrama/files/assets/css/themes/dark.css

119 lines
2.1 KiB
CSS
Raw Normal View History

2022-07-16 21:00:02 +00:00
@charset "UTF-8";
:root {
2023-09-26 16:25:09 +00:00
color-scheme: dark;
2022-07-16 21:00:02 +00:00
--dark: #383838;
--secondary: #383838;
--white: #E1E1E1;
--black: #CFCFCF;
--light: #000000;
--muted: #E1E1E1;
--gray: #383838;
--gray-100: #E1E1E1;
--gray-200: #E1E1E1;
--gray-300: #383838;
2022-11-29 01:00:56 +00:00
--gray-400: #262b32;
2022-07-16 21:00:02 +00:00
--gray-500: #000000;
--gray-600: #000000;
--gray-700: #000000;
--gray-800: #000000;
--gray-900: #000000;
2022-12-07 17:53:29 +00:00
--background: 0, 0, 0;
2022-07-16 21:00:02 +00:00
}
* {
border-color: var(--primary);
}
.border {
border-color: var(--primary) !important;
}
.form-control {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
.btn {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
2022-09-09 09:13:50 +00:00
.form-control:disabled, [readonly] {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
.btn-success {
border-color: #38A169 !important;
}
.btn-danger {
border-color: #E53E3E !important;
}
#frontpage .pseudo-submit-form.card .card-body .form-control {
border-color: transparent !important;
}
.btn-lg {
border-color: transparent !important;
}
pre {
color: #CFCFCF;
}
.transparent {
2023-12-01 14:43:03 +00:00
background: none !important;
2022-07-16 21:00:02 +00:00
}
.sidebar
{
2022-10-28 23:39:31 +00:00
border-radius: 6px;
margin-top: 6px;
2022-07-16 21:00:02 +00:00
}
2022-08-05 23:52:27 +00:00
.modal-content {
2022-10-28 23:39:31 +00:00
background-color: var(--gray-900);
}
.modal .comment-actions .list-group-item {
background-color: var(--light);
2022-08-18 09:18:09 +00:00
}
.tooltip-inner {
2022-08-18 09:41:23 +00:00
color: #d8d8d8 !important;
background-color: #313131 !important;
}
#frontpage .posts .card, #userpage .posts .card, #search .posts .card {
border-color: #101010;
2022-09-08 17:30:22 +00:00
}
2024-02-10 12:11:59 +00:00
.visited, h5.post-title a:not(.effortpost-flair):visited, a[href^="https://"]:not([href^="https://rdrama.net" i], [href^="https://watchpeopledie.tv" i], .dropdown-item, .nav-link, .novisited):visited {
2022-09-08 17:30:22 +00:00
color: #7a7a7a !important;
}
2023-05-13 04:53:14 +00:00
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled, .disabled:before {
2023-07-03 00:26:20 +00:00
color: #bbb !important;
2023-05-13 04:53:14 +00:00
}
2023-10-02 06:04:05 +00:00
*:target {
2023-09-28 23:58:09 +00:00
background: rgba(var(--primary_rgb), 0.2) !important;
}
2023-09-29 01:20:38 +00:00
lite-youtube, iframe {
2023-09-29 01:20:38 +00:00
color-scheme: light !important;
}
2024-02-01 00:07:28 +00:00
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
2024-02-01 18:32:37 +00:00
background-color: black !important;
}