blob: c3d12851f3f158e5cd6ac335f7d93e3cd3dd1062 (
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
|
.content { text-align: unset; }
.form-control-sm { font-size: var(--form-content-font-size); }
input.form-control-sm { height: var(--form-input-height); }
.form-group { margin-bottom: 12px; }
.form-control, .form-select { border: 1px solid #7777; }
.form-label { font-size: .72em; color: var(--bs-heading-color); }
.footer__listLink { color: #bbb; }
.footer__listLink:hover { color: #eee; }
.footer__title { color: #bbb7; }
/* .user .dropdown button { min-width: 256px; } */
.user .dropdown ul.dropdown-menu {
right: 0 !important;
left: unset !important;
transform: translate(0, 34px) !important;
}
.admin-container { font-size: .96em; }
.admin-container .top-bar a:hover { background: #ddd; }
.admin-container .manage { padding: 1em; }
.admin-container .title-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5em 1em 1.5em 1em;
}
.admin-container .dt-table { font-size: 14px; }
.admin-container .dt-table .btn-sm {
--bs-btn-padding-y: .2rem;
--bs-btn-padding-x: .35rem;
--bs-btn-font-size: .65rem;
}
.admin-container .modal .form-group { padding: .35em 0;}
/*.admin-container .modal .form-control { padding: 1px 8px; border-radius: 4px; font-size: 15px; } */
.admin-container .table > :not(caption) > * > * { padding: .35rem .35rem; }
.admin-container .table tbody tr:hover { background: #eee; }
ul.select2-results__options li {
font-size: var(--form-content-font-size);
padding: 4px 8px;
}
.admin-container .modal-footer .form-actions { display: flex; gap: 8px; }
.admin-container .title-bar h5 { margin-bottom: 0; color: #333; }
.admin-container table.dataTable { margin-top: 1em !important; margin-bottom: 1em !important;}
.admin-container .title-bar .btn { border: 1px solid #7772; }
.admin-container .title-bar .btn:hover { background: #ddd; }
.admin-container form label { padding: 8px 1em 2px 1em; }
.admin-container .form-control { border-radius: 4px; }
/* hack select2 caret styling
* (like bootstrap5 select caret)
* ----------------------------------------------------------------------- start
*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
background-color: transparent;
background-size: contain;
border: none !important;
width: 12px !important;
margin: auto !important;
top: 12px !important;
left: auto !important;
height: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { width: 24px; }
.select2-container--default .select2-selection--single { height: var(--form-input-height); }
/** select2|multiple overides
* --- -- -- - - -
*/
input.select2-search__field { font-size: var(--form-content-font-size); }
.select2-selection__choice {
font-size: var(--form-content-font-size);
font-weight: 400;
}
ul.select2-selection__rendered { margin-bottom: 0; } /* select2: ul */
.select2-container--default .select2-selection--multiple .select2-selection__choice { padding: 2px; } /* select2: li */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { /* select2: button */
border-right: none;
padding: 1px 4px;
}
.select2-container--default .select2-selection--multiple { font-size: 15px; }
/* select2.min.css | https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear { margin-right: 32px; }
.select2-container .select2-selection--single .select2-selection__rendered { font-size: 15px; padding: 2px 20px 2px 8px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: var(--select2-arrow-top);
}
/*
================================================================================
- - - -- -- --- C H A N G E S --- -- -- - - -
================================================================================
*/
/* overides.css | http://localhost/assets/css/overides.css */
.select2-container .select2-selection--single .select2-selection__rendered {
font-size: var(--form-content-font-size);
}
.central-form form label { font-size: 14px; color: #433; }
/* bootstrap.min.css | https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css */
.select2-container--default .select2-selection--single:focus-visible,
.select2-container--focus .select2-selection--multiple {
border-color: #86b7fe;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
outline: none;
color: var(--bs-body-color);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #86b7fe;;
outline: 0;
}
/* Element | http://localhost/panel */
.list-group {
box-shadow: var(--light-grey-shade);
}
/* class.css | http://localhost/assets/css/class.css */
.info li.list-group-item.separator {
/* border: none; */
/* background: #f2f2f299; */
/* color: #345; */
border-bottom: none;
background: #f2f2f2ee;
color: #776;
background: #fff;
border-top: 1px solid #edd;
}
.info li.list-group-item:hover { background: var(--menu-hover-bgr); }
.info li.list-group-item.separator:hover { background: #fff; }
.info li.list-group-item {
border-bottom: none;
}
/* overides.css | http://localhost/assets/css/overides.css */
.info li.list-group-item.separator {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.central-form .content .info p { color: #334; }
/** themes
* --- -- -- - - -
* auto select one id of 7, per month:
* ( ( (month*31 + day) % 14 ) div 2 ) + 1
*/
/* summer 05
--- -- -- - - -
:root {
--background-image: url(/assets/media/summer-05.jpg);
--bs-heading-color: #132;
--menu-hover-bgr: #bbf0f4;
}
.central-form .content-form { background: #dddb; }
.central-form .content-form { border: 1px solid #dddb }
.info li.list-group-item:hover { background: #c9f490; }
--- -- -- - - -
*/
|