summaryrefslogtreecommitdiff
path: root/assets/logo/light-2023.css
blob: b08264030b9cccb6b45f1d2bb3230297f64489da (plain)
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
@media (prefers-color-scheme: light) {
    #banner-lower {
        background: #dddddd8a !important;
    }

    #timeline-container {
        background: #dddddd8a !important;
        border-top-color: rgba(0, 0, 0, .1) !important;
    }

    #timeline a, .new-homepage-system-title, .new-homepage-link, .home-legacy, .member-card-name, .member-card-prefix, .member-card-prefix code, #navigation-pane *, #mobile-navigation-box-container *, .member-link, .relation-intro, .system-action, #member-banner code, #system-info a {
        color: var(--bs-body-color) !important;
    }

    .timeline-indicator {
        border-right-color: rgba(0, 0, 0, .5) !important;
    }

    .home-legacy-icon, #explicit-modal img {
        filter: invert(1);
    }

    #hpd-legacy, .hpd-item-card {
        background-color: rgba(0, 0, 0, .05) !important;
    }

    .hpd-item-card:hover {
        background-color: rgba(0, 0, 0, .1) !important;
    }

    .hpd-item-card:active {
        background-color: rgba(0, 0, 0, .15) !important;
    }

    #navigation-pane {
        background-color: #ddd !important;
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
    }

    #mobile-navigation {
        background-color: #ddd !important;
        border-top: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .dropdown-icon, #login-link img, .alert, .btn-close, .relation img, .text-danger, .text-success, .form-select, .ck-toolbar, .form-check-input, .system-action img, #member-designs-inner img, .form-control, .list-group-item img {
        filter: none !important;
    }

    #login-link, #pane-header, .pane-group {
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .pane-group-category {
        background: rgba(0, 0, 0, .025) !important;
        border: 1px solid rgba(0, 0, 0, .05) !important;
    }

    .pane-group-item:hover, .mobile-navigation-item:hover {
        background-color: rgba(0, 0, 0, .05);
    }

    .mobile-navigation-item:active, .mobile-navigation-item.open {
        background-color: rgba(0, 0, 0, .1);
    }

    #mobile-navigation-box-container {
        background-color: rgba(255, 255, 255, .5) !important;
    }

    #page-content a {
        color: var(--bs-link-color);
    }

    #btn-on {
        background: hsl(0, 80%, 75%) !important;
    }

    .card {
        background-color: #fff !important;
        border: 1px solid rgba(0,0,0,.125) !important;
        color: black;
    }

    .btn-outline-light, #page-content .btn-outline-light {
        color: #212529 !important;
        border-color: #212529 !important;
    }

    .btn-outline-light:hover, #page-content .btn-outline-light:hover {
        color: #fff !important;
        background-color: #212529 !important;
        border-color: #212529 !important;
    }

    .btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active, #page-content .btn-outline-light:active {
        color: #fff !important;
        background-color: #212529 !important;
        border-color: #212529 !important;
    }

    .form-control {
        color: #212529 !important;
        background-color: #fff !important;
        background-clip: padding-box !important;
        border: 1px solid #ced4da !important;
    }

    .contact-item {
        background-color: #ddd;
    }

    .contact-method {
        background-color: #ccc;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .dropdown-item {
        color: #212529 !important;
        opacity: 1 !important;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125 !important;
        background-color: #e9ecef !important;
    }

    .day-gradient {
        color: white;
    }

    #system-banner-inner, #member-banner-inner {
        background: linear-gradient(180deg, rgba(239,239,239,0) 0%, rgba(239,239,239,.25) 50%, rgba(239,239,239,1) 100%) !important;
    }

    #system-page, #member-page {
        background-color: rgba(226,226,226,0.8) !important;
    }

    .system-info-system {
        background-color: rgba(0, 0, 0, .05) !important;
    }

    #system-actions {
        background-color: rgba(0, 0, 0, .025) !important;
    }

    .system-action:hover {
        background: rgba(0, 0, 0, .05) !important;
    }

    #member-designs-inner {
        background-color: rgba(20, 20, 20, .05) !important;
    }

    .btn-dark {
        color: #000 !important;
        background-color: #f8f9fa !important;
        border-color: #f8f9fa !important;
    }

    .btn-dark:hover {
        color: #000 !important;
        background-color: #f9fafb !important;
        border-color: #f9fafb !important;
    }

    .btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
        color: #000 !important;
        background-color: #f9fafb !important;
        border-color: #f9fafb !important;
    }

    .btn-check:focus+.btn-dark, .btn-dark:focus {
        color: #000 !important;
        background-color: #f9fafb !important;
        border-color: #f9fafb !important;
        box-shadow: 0 0 0 0.25rem rgba(211,212,213,.5) !important;
    }
}