File size: 3,107 Bytes
a8cb0a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147

.dark-theme,
.dark-theme .modal-content,
.dark-theme table {
  background-color: #1b1b1b;
  color: ghostwhite;
}

.dark-theme .alert-info {
  color: #def;
  border-color: #258;
  background-color: #0a2a4a;
}
.dark-theme .alert-info .alert-link {
  color: white;
}
.dark-theme .alert-success {
  color: #d4edda;
  border-color: #285;
  background-color: #155724;
}
.dark-theme .alert-success .alert-link {
  color: lightcyan;
}
.dark-theme .alert-warning {
  color: #dca;
  border-color: #885;
  background-color: #221900;
}
.dark-theme .alert-warning .alert-link {
  color: ivory;
}
.dark-theme .alert-danger {
  color: #f6e6e7;
  border-color: #9a414a;
  background-color: #36060b;
}
.dark-theme .alert-danger .alert-link {
  color: #ffe6e7;
}

.dark-theme .bg-light {
  background-color: #555 !important;
}
.dark-theme .bg-dark {
  background-color: black !important;
}
.dark-theme .text-muted {
  color: rgb(180,180,180) !important;
}
.dark-theme .form-control, 
.dark-theme .form-control:active, 
.dark-theme .table .thead-light th,
.dark-theme .custom-file-label {
  background-color: #101010;
  border-color: #606060;
  color: ghostwhite;
}
.dark-theme .custom-file-label::after,
.dark-theme .nav-tabs .nav-link.active {
  background-color: #222;
  border-color: #606060;
  color: ghostwhite;
}

.dark-theme .table td, .dark-theme .table th {
  border-top: 1px solid #888;
}

.dark-theme .nav-tabs {
  border-bottom: 1px solid lightslategray;
}

.dark-theme .text-primary {
  color: #399fff !important;
}
.dark-theme .text-dark {
  color: #f0ffef!important;
}

.dark-theme a:not(.btn) {
  color: darkturquoise;
}

.dark-theme .custom-control-label::before {
  background-color: #222;
}
.dark-theme .border-dark {
  border-color: #888 !important;
}
.dark-theme .form-control:disabled,
.dark-theme .custom-file-input:disabled~.custom-file-label,
.dark-theme .custom-control-input:disabled~.custom-control-label::before {
  background-color: #444 !important;
  color: lightgray !important;
}
.dark-theme .btn-outline-secondary {
  color: lightgray;
  border-color: lightgray;
}
.dark-theme .btn-outline-danger {
  color: rgb(255, 50, 50);
  border-color: rgb(255, 50, 50);
}
.dark-theme .btn-outline-danger:hover {
  color: white;
}
.dark-theme .page-link {
  color: #399fff;
  background-color: #606060;
}

.dark-theme kbd {
  background-color: #555555;
  white-space: nowrap;
}
.dark-theme code {
  color: #ff70b3;
}
.dark-theme pre code {
  color: beige;
}
.dark-theme .figure-img, 
.dark-theme .carousel-item img {
  filter: brightness(85%);
}
.dark-theme .figure-caption {
  color: lightgray;
}

.dark-theme .popover {
  color: #212529;
}

.dark-theme .table-hover tbody tr:hover {
  color: beige;
  background-color: #555555;
}

.dark-theme #github-icon {
  color: white !important;
}

.dark-theme .dragDropDisplay {
  background: linear-gradient(0deg, rgba(30,30,30,0.6), rgba(30,30,30,0.6)), 
              url('../images/dragover_bg.png') repeat;
}