]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame_incremental - css/unrealircd-admin.css
BASE_URL, not BASE_DIR :D
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
... / ...
CommitLineData
1table {
2 font-size: 96%;
3}
4
5.unrealircd_overview {
6 font-family: arial, sans-serif;
7 border-collapse: collapse;
8 border-radius: 7px;
9 width: 25%;
10 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
11}
12
13.badge-pill {
14 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
15}
16
17.curvy {
18 border-radius: 7px;
19 margin: 2px;
20}
21
22.alert {
23 width: 90%;
24}
25
26.form-control {
27 height: 10px;
28 margin: 5px;
29}
30
31.short-form-control {
32 width: 70%;
33}
34
35
36.nav-item {
37 margin-left: 2px;
38 margin-right: 2px;
39}
40.navbar-nav li> {
41 border-radius: 4px;
42}
43.navbar-nav li>a:hover,.navbar-nav li.active {
44 color: white;
45 background-color: #4B86EE;
46 border-radius: 4px;
47}
48.navbar-nav li>a:hover,.navbar-nav li>a:focus {
49 color: white;
50 background-color: #6ca0f8;
51 border-radius: 4px;
52}
53
54.tkl_add_boxheader {
55
56 font-weight: bold;
57 background-color: #4B86EE;
58 width: 24%;
59 color: white;
60 margin-top: 20px;
61 border: 10px solid #4B86EE;
62 border-top-left-radius: 10px;
63 border-top-right-radius: 10px;
64}
65
66.align_right {
67 width: 10px;
68 text-align: right;
69}
70
71.tkl_add_form {
72 background-color: lightgray;
73 padding: 10px;
74 width: 24%;
75 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
76 line-height: 30px;
77}
78
79.tkl_add_form_contents {
80 margin-left: auto;
81 margin-right: 0;
82}
83.users_overview {
84 font-family: arial, sans-serif;
85 border-collapse: collapse;
86 border-radius: 7px;
87 width: 100%;
88 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
89}
90.input_text {
91 border-radius: 7px;
92}
93
94.filter-fields {
95 height: 30px;
96 width: 400px;
97 padding: 5px 5px;
98 margin: 8px 0;
99 border-radius: 7px;
100}
101
102
103.align_label {
104 width: 80px;
105 display: inline-block;
106 text-align: right;
107}
108
109.align_right_button_tkl_add {
110 width: 400px;
111 display: inline-block;
112 text-align: right;
113}
114
115textarea {
116 height: 30px;
117 width: 400px;
118 padding: 5px 5px;
119 margin: 8px 0;
120 border-radius: 7px;
121 }
122
123
124
125
126
127*,
128*:before,
129*:after {
130 box-sizing: inherit;
131 /* enable the "border-box effect" everywhere */
132}
133
134.body-for-sticky {
135 position: relative;
136 /* for the footer to move with the page size */
137 min-height: 100%;
138 /* for the footer to be at the bottom */
139}
140
141.footer {
142 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
143 position: fixed;
144 left: 0;
145 bottom: 0;
146 width: 100%;
147 background-color: #333;
148 color: white;
149 text-align: center;
150}
151
152
153.footer a {
154 color: #4B86EE;
155}
156
157.topnav {
158 background-color: #333;
159 overflow: hidden;
160 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
161
162}
163
164/* Style the links inside the navigation bar */
165.topnav a {
166 float: left;
167 color: #f2f2f2;
168 text-align: center;
169 padding: 14px 16px;
170 text-decoration: none;
171 font-size: 17px;
172}
173
174/* Change the color of links on hover */
175.topnav a:hover {
176 background-color: #ddd;
177 color: black;
178}
179
180/* Add a color to the active/current link */
181.topnav a.active {
182 background-color: #4B86EE;
183 color: white;
184}
185
186
187[data-tab-content] {
188 display: none;
189}
190
191.active[data-tab-content] {
192 display: block;
193}
194
195.tab.active {
196 background-color: #AAA;
197}
198
199.tab:hover {
200 background-color: #AAA;
201}
202
203#headerContainer,
204#headerTitle {
205 background-color: #4B86EE;
206 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
207 height: 62px;
208 margin-top: -10px;
209 padding: 10px 25px;
210 position: relative;
211}
212
213#headerContainer {
214 margin-left: -15px;
215 z-index: 10;
216
217 -webkit-box-shadow: 0 3px 3px .01px rgba(0, 0, 0, 0.2);
218 box-shadow: 0 3px 3px .01px rgba(0, 0, 0, 0.2);
219}
220
221#headerContainer:before {
222 border-color: #034FD5 transparent;
223 border-style: solid;
224 border-width: 1em 0 0 1em;
225 bottom: -1em;
226 content: '';
227 display: block;
228 left: 0;
229 position: absolute;
230}
231
232#headerContainer h2,
233#headerContainer h2 small {
234 color: white !important;
235 margin-bottom: 0px;
236
237}
238
239#headerContainer h2 small {
240 font-weight: lighter;
241}
242
243#headerTitle {
244 background-color: white;
245 margin-right: 15px;
246 z-index: 9;
247}
248
249#headerTitle h2 {
250 line-height: 1.5;
251 margin-bottom: 0px;
252}
253
254#headerTitle h2 i {
255 color: #f2f2f2;
256 font-size: 80px;
257 position: absolute;
258 right: 0;
259 top: -30px;
260 z-index: -1;
261}
262
263#headerTitle h2 small {
264 color: #bbb;
265}
266
267
268body {
269 padding-top: 45px;
270 background-image: url("/img/linen.png");
271 display: flex;
272 flex-direction: column;
273}
274
275@media screen and (max-width: 768px) {
276 body { padding-top: 0px; }
277}
278
279/* CSS */
280.cute_button {
281 align-items: center;
282 appearance: none;
283 background-color: #4B86EE;
284 background-size: calc(100% + 20px) calc(100% + 20px);
285 border-radius: 7px;
286 border-width: 0;
287 box-shadow: none;
288 box-sizing: border-box;
289 color: #FFFFFF;
290 cursor: pointer;
291 display: inline-flex;
292 font-family: CircularStd, sans-serif;
293 font-size: 1rem;
294 height: auto;
295 justify-content: center;
296 line-height: 1.5;
297 padding: 6px 20px;
298 position: relative;
299 text-align: center;
300 text-decoration: none;
301 transition: background-color .2s, background-position .2s;
302 user-select: none;
303 -webkit-user-select: none;
304 touch-action: manipulation;
305 vertical-align: top;
306 white-space: nowrap;
307}
308
309.cute_button:active,
310.cute_button:focus {
311 outline: none;
312}
313
314.cute_button:hover {
315 background-position: -20px -20px;
316 background-color: #034FD5;
317}
318
319.cute_button:focus:not(:active) {
320 box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
321}
322
323.cute_button2 {
324 align-items: center;
325 appearance: none;
326 height: 27px;
327 background-color: green;
328 border-radius: 7px;
329 font-weight: bold;
330 border-width: 0;
331 box-shadow: none;
332 box-sizing: border-box;
333 color: #FFFFFF;
334 cursor: pointer;
335 display: inline-flex;
336 font-family: CircularStd, sans-serif;
337 font-size: 1rem;
338 justify-content: center;
339 line-height: 1.5;
340 position: relative;
341 text-align: center;
342 text-decoration: none;
343 transition: background-color .2s, background-position .2s;
344 user-select: none;
345 -webkit-user-select: none;
346 touch-action: manipulation;
347 white-space: nowrap;
348}
349
350.cute_button2:active,
351.cute_button2:focus {
352 outline: none;
353}
354
355.cute_button2:hover {
356 background-position: -20px -20px;
357 background-color: #353c47;
358}
359
360.cute_button2:focus:not(:active) {
361 box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
362}
363
364
365
366/* The close button */
367.closebtn {
368 margin-left: 15px;
369 color: white;
370 font-weight: bold;
371 float: right;
372 font-size: 22px;
373 line-height: 20px;
374 cursor: pointer;
375 transition: 0.3s;
376}
377
378
379.checkbox-dropdown {
380 width: 200px;
381 border: 1px solid #aaa;
382 padding: 10px;
383 position: relative;
384 margin: 0 auto;
385
386 user-select: first;
387}
388
389/* Display CSS arrow to the right of the dropdown text */
390.checkbox-dropdown:after {
391 content:'';
392 height: 0;
393 position: absolute;
394 width: 0;
395 border: 6px solid transparent;
396 border-top-color: #000;
397 top: 50%;
398 right: 10px;
399 margin-top: -3px;
400}
401
402/* Reverse the CSS arrow when the dropdown is active */
403.checkbox-dropdown.is-active:after {
404 border-bottom-color: #000;
405 border-top-color: #fff;
406 margin-top: -9px;
407}
408
409.checkbox-dropdown-list {
410 list-style: none;
411 margin: 0;
412 padding: 0;
413 position: absolute;
414 top: 100%; /* align the dropdown right below the dropdown text */
415 border: inherit;
416 border-top: none;
417 left: -1px; /* align the dropdown to the left */
418 right: -1px; /* align the dropdown to the right */
419 opacity: 0; /* hide the dropdown */
420
421 transition: opacity 0.4s ease-in-out;
422 height: 100px;
423 overflow: scroll;
424 overflow-x: hidden;
425 pointer-events: none; /* avoid mouse click events inside the dropdown */
426}
427.is-active .checkbox-dropdown-list {
428 opacity: 1; /* display the dropdown */
429 pointer-events: auto; /* make sure that the user still can select checkboxes */
430}
431
432.checkbox-dropdown-list li label {
433 display: block;
434 border-bottom: 1px solid silver;
435 padding: 10px;
436
437 transition: all 0.2s ease-out;
438}
439
440.checkbox-dropdown-list li label:hover {
441 background-color: #555;
442 color: white;
443}