PluginProbe
LoginPress | wp-login Custom Login Page Customizer / trunk
LoginPress | wp-login Custom Login Page Customizer vtrunk
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.3 1.0.4 All 118 releases
loginpress / lib / wpb-sdk / assets / css / debug.css

debug.css in LoginPress | wp-login Custom Login Page Customizer trunk, at lib/wpb-sdk/assets/css/debug.css

81 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 label.fs-tag,
2 span.fs-tag {
3 background: #ffba00;
4 color: #fff;
5 display: inline-block;
6 border-radius: 3px;
7 padding: 5px;
8 font-size: 11px;
9 line-height: 11px;
10 vertical-align: baseline;
11 }
12
13 label.fs-tag.fs-warn,
14 span.fs-tag.fs-warn {
15 background: #ffba00;
16 }
17
18 label.fs-tag.fs-info,
19 span.fs-tag.fs-info {
20 background: #00a0d2;
21 }
22
23 label.fs-tag.fs-success,
24 span.fs-tag.fs-success {
25 background: #46b450;
26 }
27
28 label.fs-tag.fs-error,
29 span.fs-tag.fs-error {
30 background: #dc3232;
31 }
32
33 .fs-switch-label {
34 font-size: 20px;
35 line-height: 31px;
36 margin: 0 5px;
37 }
38
39 #fs_log_book table {
40 font-family: Consolas, Monaco, monospace;
41 font-size: 12px;
42 }
43
44 #fs_log_book table th {
45 color: #ccc;
46 }
47
48 #fs_log_book table tr {
49 background: #232525;
50 }
51
52 #fs_log_book table tr.alternate {
53 background: #2b2b2b;
54 }
55
56 #fs_log_book table tr td.fs-col--logger {
57 color: #5a7435;
58 }
59
60 #fs_log_book table tr td.fs-col--type {
61 color: #ffc861;
62 }
63
64 #fs_log_book table tr td.fs-col--function {
65 color: #a7b7b1;
66 font-weight: 700;
67 }
68
69 #fs_log_book table tr td.fs-col--message,
70 #fs_log_book table tr td.fs-col--message a {
71 color: #9a73ac !important;
72 }
73
74 #fs_log_book table tr td.fs-col--file {
75 color: #d07922;
76 }
77
78 #fs_log_book table tr td.fs-col--timestamp {
79 color: #6596be;
80 }
81