zend-blog-3-backend

Форк
0
694 строки · 11.2 Кб
1
body {
2
    color: #5a5a5a;
3
    font-family: "Consolas", "Lucida Console", monospace;
4
}
5

6
#main-application {
7
    margin-left: 0;
8
}
9

10
a {
11
    color: #10AC8E;
12
}
13

14
a:hover {
15
    color: #017E5D;
16
}
17

18
body.signin {
19
    padding-top: 200px;
20
    background-color: #333;
21
}
22

23
form.form-signin {
24
    position: absolute;
25
    left: 50%;
26
    top: 50%;
27
    margin: -150px 0 0 -200px;
28
    padding: 40px;
29
    background-color: #fff;
30
    width: 400px;
31
    border-radius: 3px;
32
}
33

34
form.form-signin label {
35
    font-weight: normal;
36
}
37

38
form.form-signin .form-control:focus {
39
    border-color: #1abb9c;
40
}
41

42
.btn {
43
    text-transform: uppercase;
44
    border-radius: 3px;
45
}
46

47
.btn:not(.btn-lg):not(.btn-sm):not(.btn-xs) {
48
    line-height: 20px;
49
    font-size: 13px;
50
}
51

52
.btn > i {
53
    margin-right: 5px;
54
}
55

56
.btn.btn-default {
57
    border-color: #DDD;
58
    background: #F5F5F5;
59
}
60

61
.btn.btn-default:hover {
62
    border-color: #CCC;
63
    background: #EEE;
64
}
65

66
.label-success {
67
    background-color: #1abb9c;
68
}
69

70
.navbar-collapse {
71
    border: none;
72
}
73

74
.navbar-brand {
75
    padding: 0;
76
}
77

78
.navbar-brand img {
79
    height: 30px;
80
    margin: 10px 15px 10px 10px;
81
}
82

83
.navbar-brand span {
84
    font-size: 15px;
85
    float: right;
86
    margin-top: 13px;
87
}
88

89
.navbar-brand:hover span {
90
    color: #fff;
91
}
92

93
.navbar-inverse {
94
    border: 0;
95
    background: #333 url('/img/adminbody.gif');
96
}
97

98
.navbar-inverse .navbar-nav > li.active > a {
99
    background-color: #1abb9c;
100
    color: #fff;
101
}
102

103
.navbar-inverse .navbar-nav > .active.dropdown > a .caret {
104
    border-bottom-color: #fff;
105
    border-top-color: #fff;
106
}
107

108
.navbar-inverse .dropdown-menu {
109
    border: 0;
110
    box-shadow: none;
111
    border-radius: 0;
112
    background-color: #333;
113
}
114

115
.navbar-inverse .dropdown-menu li > a:hover {
116
    background-color: #1abb9c;
117
    color: #fff;
118
}
119

120
.navbar-inverse .dropdown-menu li > a {
121
    padding: 10px 20px;
122
    color: #fff;
123
}
124

125
.navbar-right {
126
    margin-right: 0;
127
}
128

129
.dropdown-menu {
130
    box-shadow: none;
131
    border-radius: 0;
132
    border: 1px solid #f1f1f1;
133
}
134

135
.dropdown-menu li > a:hover {
136
    background-color: #1abb9c;
137
    color: #fff;
138
}
139

140
.table tbody > tr.sub-table > td {
141
    padding-top: 0;
142
    border-top: 0;
143
}
144

145
.variant-table-toggle {
146
    text-align: center;
147
}
148

149
.variant-table-toggle i {
150
    font-size: 24px;
151
    cursor: pointer;
152
}
153

154
.row-split {
155
    border-right: 1px solid #eee;
156
}
157

158
.grid-tabs {
159
    margin-bottom: 10px;
160
}
161

162
.table {
163
    background: #FAFAFA;
164
}
165

166
.table.table-bordered {
167
    border-color: #EAEAEA;
168
}
169

170
.table > thead > tr > th,
171
.table > tbody > tr > th,
172
.table > tfoot > tr > th,
173
.table > thead > tr > td,
174
.table > tbody > tr > td,
175
.table > tfoot > tr > td {
176
    border-color: #EEE;
177
}
178

179
.table > thead > tr > th {
180
    vertical-align: middle;
181
    border-bottom-width: 1px;
182
    border-color: #EAEAEA;
183
    background-color: #f1f1f1;
184
    text-transform: uppercase;
185
}
186

187
.table > thead > tr > th a:link {
188
    color: #5a5a5a;
189
}
190

191
.table > thead > tr > th a:visited {
192
    color: #5a5a5a;
193
}
194

195
.table-striped > tbody > tr:nth-child(2n+1) {
196
    background-color: #f7f7f7;
197
}
198

199
th.actions {
200
    width: 235px;
201
}
202

203
.pagination {
204
    margin: 0 0 15px 0;
205
    border-radius: 0;
206
}
207

208
.pagination > li > a {
209
    border-color: #EEE;
210
    border-width: 1px;
211
    background: #FAFAFA;
212
}
213

214
.pagination > li > a:hover {
215
    background: #FFF;
216
}
217

218
.pagination > li.disabled > a,
219
.pagination > li.disabled > a:hover {
220
    background: #FAFAFA;
221
    border-color: #EEE;
222
    color: #CCC;
223
}
224

225
.pagination > li.active > a,
226
.pagination > li.active > a:hover {
227
    background: #1ABB9C;
228
    border-color: #37A37E;
229
}
230

231
.pagination > li:first-child > a,
232
.pagination > li:first-child > span {
233
    border-bottom-left-radius: 2px;
234
    border-top-left-radius: 2px;
235
}
236

237
.pagination > li:last-child > a,
238
.pagination > li:last-child > span {
239
    border-bottom-right-radius: 2px;
240
    border-top-right-radius: 2px;
241
}
242

243
#content {
244
    padding-right: 15px;
245
}
246

247
#navbar {
248
    border-radius: 0;
249
    margin-bottom: 0;
250
}
251

252
.main-container {
253
    margin-right: 0;
254
    position: relative;
255
    overflow: hidden;
256
}
257

258
.main-container .col-md-10 {
259
    padding-right: 0;
260
    padding-left: 0;
261
}
262

263
#sidebar {
264
    margin-top: -50px;
265
    padding-top: 50px;
266
    background: #333 url('/img/adminbody.gif');
267
    margin-bottom: -8000px;
268
    padding-bottom: 8000px;
269
}
270

271
#sidebar span.nav-header {
272
    display: block;
273
    text-align: center;
274
    padding: 1em 0;
275
    font-weight: bold;
276
    font-size: 1.1em;
277
    color: #EEE;
278
    text-transform: uppercase;
279
    border-top: solid 1px #444;
280
    border-bottom: solid 1px #444;
281
}
282

283
#sidebar li a {
284
    color: #999;
285
    font-size: 1em;
286
    white-space: nowrap;
287
}
288

289
#sidebar li a:visited {
290
    color: #999;
291
}
292

293
#sidebar li a:hover {
294
    color: #fff;
295
    background-color: #1ABB9C;
296
}
297

298
#sidebar li a i {
299
    margin-right: 5px;
300
}
301

302
#sidebar li.active {
303
    background: #444;
304
}
305

306
#sidebar li.active a {
307
    color: #FFF;
308
    background: #444;
309
}
310

311
#sidebar li.active a:hover {
312
    background: #555;
313
}
314

315
.form-actions {
316
    background-color: #f1f1f1;
317
    padding: 10px;
318
    border-bottom: 3px solid #ddd;
319
    margin-bottom: 10px;
320
    text-align: center;
321
}
322

323
.actions-menu {
324
    float: right;
325
}
326

327
.page-header {
328
    margin: 0 -15px 20px;
329
    padding-left: 15px;
330
    padding-right: 15px;
331
}
332

333
.page-header h1 {
334
    margin-left: 10px;
335
    font-size: 24px;
336
}
337

338
.page-header small {
339
    color: #999;
340
    font-size: 16px;
341
}
342

343
.form-filter {
344
    background-color: #f1f1f1;
345
    padding: 15px;
346
    margin-left: -15px;
347
    margin-right: -15px;
348
    margin-bottom: 20px;
349
}
350

351
.form-filter .row .form-group {
352
    margin-right: 10px;
353
    width: 100%;
354
}
355

356
.label-state {
357
    padding: 5px 10px;
358
}
359

360
#topbar {
361
    background-color: #F5F5F5;
362
    margin-left: -15px;
363
    margin-top: 0;
364
    padding: 8px 0;
365
}
366

367
#topbar ol {
368
    margin: 0;
369
    padding: 0 0 0 15px;
370
}
371

372
#topbar li {
373
    display: inline;
374
}
375

376
.navbar-inverse .navbar-nav > .open > a {
377
    background-color: #333;
378
}
379

380
.file-overlay {
381
    width: 200px;
382
    position: absolute;
383
}
384

385
.form-control {
386
    border-radius: 3px;
387
    -webkit-box-shadow: none;
388
    box-shadow: none;
389
    border-color: #EFEDE6;
390
}
391

392
.form-control:hover {
393
    border-color: #DCD8CD;
394
}
395

396
.form-control:focus {
397
    border-color: #37A37E;
398
    -webkit-box-shadow: none;
399
    box-shadow: none;
400
}
401

402
.input-group-addon {
403
    border-radius: 3px;
404
    border-color: #EFEDE6;
405
    background: #FAFAFA;
406
}
407

408
.help-block {
409
    margin-bottom: 0;
410
}
411

412
.control-choice-input {
413
    position: relative;
414
    height: 20px;
415
}
416

417
.control-choice-input input {
418
    float: none;
419
    position: absolute;
420
    left: 0;
421
    top: 4px;
422
}
423

424
.control-choice-input .control-label {
425
    float: none;
426
    position: absolute;
427
    left: 25px;
428
    top: 0;
429
}
430

431
.delete-action-form {
432
    display: inline;
433
}
434

435
.widgets a i {
436
    margin: 0;
437
}
438

439
#flashes .alert {
440
    margin-top: 10px;
441
    margin-bottom: 5px;
442
}
443

444
.center-text {
445
    text-align: center;
446
}
447

448
.thumbnail {
449
    width: 90px;
450
}
451

452
@media (max-width: 992px) {
453
    .row {
454
        margin-left: 0;
455
        margin-right: 0;
456
    }
457

458
    .main-container .col-md-10 {
459
        padding-left: 15px;
460
    }
461
}
462

463
@media (max-width: 1200px) {
464
    .btn i {
465
        margin-right: 0;
466
    }
467

468
    .btn span {
469
        display: none;
470
    }
471

472
    .table .btn {
473
        margin-bottom: 3px;
474
    }
475

476
    #sidebar span.nav-header span {
477
        display: none;
478
    }
479

480
    #sidebar span.nav-header {
481
        padding: 0;
482
    }
483

484
    #sidebar li a {
485
        position: relative;
486
        text-align: center;
487
        font-size: 1.75em;
488
    }
489

490
    #sidebar li a i {
491
        margin-right: 0;
492
    }
493

494
    #sidebar li a span {
495
        display: none;
496
    }
497

498
    #sidebar li a:hover span {
499
        background: inherit;
500
        border-radius: 0 3px 3px 0;
501
        display: block;
502
        font-size: 0.75em;
503
        left: 68px;
504
        padding: 15px;
505
        position: absolute;
506
        top: 0;
507
        z-index: 1000;
508
    }
509
}
510

511
.col-md-6 #users .btn span {
512
    display: none;
513
}
514

515
.datepicker.dropdown-menu {
516
    background-color: #333;
517
    border: 0;
518
    border-radius: 3px;
519
    -webkit-box-shadow: none;
520
    -moz-box-shadow: none;
521
    box-shadow: none;
522
    color: #fff;
523
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
524
}
525

526
.datepicker table tr td.day:hover,
527
.datepicker table tr td.day.focused {
528
    background: #1abb9c;
529
    color: #fff;
530
}
531

532
.datepicker table tr td.active:hover,
533
.datepicker table tr td.active:hover:hover,
534
.datepicker table tr td.active.disabled:hover,
535
.datepicker table tr td.active.disabled:hover:hover,
536
.datepicker table tr td.active:focus,
537
.datepicker table tr td.active:hover:focus,
538
.datepicker table tr td.active.disabled:focus,
539
.datepicker table tr td.active.disabled:hover:focus,
540
.datepicker table tr td.active:active,
541
.datepicker table tr td.active:hover:active,
542
.datepicker table tr td.active.disabled:active,
543
.datepicker table tr td.active.disabled:hover:active,
544
.datepicker table tr td.active.active,
545
.datepicker table tr td.active:hover.active,
546
.datepicker table tr td.active.disabled.active,
547
.datepicker table tr td.active.disabled:hover.active,
548
.open .dropdown-toggle.datepicker table tr td.active,
549
.open .dropdown-toggle.datepicker table tr td.active:hover,
550
.open .dropdown-toggle.datepicker table tr td.active.disabled,
551
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
552
    color: #ffffff;
553
    background-color: #1abb9c;
554
    border: 0;
555
}
556

557
.datepicker thead tr:first-child th:hover,
558
.datepicker tfoot tr th:hover {
559
    background: #1abb9c;
560
    color: #fff;
561
}
562

563
.datepicker table tr td span:hover {
564
    background: #1abb9c;
565
    color: #fff;
566
}
567

568
.datepicker-dropdown:before {
569
    border-bottom-color: #333;
570
    border-top-color: #333;
571
    color: #333;
572
}
573

574
.select2-results li {
575
    float: left;
576
    width: 99%;
577
}
578

579
.select2-results img {
580
    float: left;
581
    margin-right: 10px;
582
}
583

584
#content .table .btn {
585
    width: 94px;
586
}
587

588
.force-pointer {
589
    cursor: pointer;
590
}
591

592
table.table-pygments-code,
593
table.table-commentators,
594
table.table-images,
595
table.table-user-agent,
596
table.table-comments {
597
    table-layout: fixed;
598
}
599

600
table th.column-bot,
601
table th.column-id {
602
    width: 60px;
603
}
604

605
table th.text-date {
606
    width: 115px;
607
}
608

609
table.table-pygments-code th.code-lang {
610
    width: 100px;
611
}
612

613
table.table-comments th.column-cmtr {
614
    width: 140px;
615
}
616
table.table-commentators th.column-cmtr {
617
    width: 98px;
618
}
619
table.table-commentators th.column-gender {
620
    width: 68px;
621
}
622

623
table.table-comments th.column-ip {
624
    width: 160px;
625
}
626

627
table i.robot:before {
628
    content: '\1F916';
629
}
630
table i.glyphicon.mars:before {
631
    content: '\2642';
632
    font-family: Symbola;
633
    font-weight: normal
634
}
635
table i.glyphicon.venus:before {
636
    content: '\2640';
637
    font-family: Symbola;
638
    font-weight: normal
639
}
640

641
table td.text-gender {
642
    font-size: 1.8em;
643
    vertical-align: middle !important;
644
}
645

646
table td.text-break-word,
647
table th.text-break-word {
648
    overflow-wrap: break-word;
649
}
650

651
table td.column-gray {
652
    color: #bbb;
653
}
654

655
table td.column-status-code {
656
    font-weight: bolder;
657
}
658

659
table td[data-status-code^="2"] {
660
    color: #4e9a06;
661
}
662
table td[data-status-code^="3"] {
663
    color: royalblue;
664
}
665
table td[data-status-code^="4"] {
666
    color: orangered;
667
}
668
table td[data-status-code^="5"] {
669
    color: mediumpurple;
670
}
671
table td[data-status-code="201"] {
672
    color: deepskyblue;
673
}
674
table td[data-status-code="403"] {
675
    color: darkorange;
676
}
677

678
table td:has(.flag) {
679
    vertical-align: middle;
680
}
681

682
table .flag {
683
    font-size: 1.75em;
684
    padding-right: 0.3em;
685
}
686

687
table .resolution {
688
    font-size: 80%;
689
    color: #bbb;
690
}
691

692
table .media-preview {
693
    overflow: hidden;
694
}
695

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.