PluginProbe
WPGet API – Connect to any external REST API / 1.5.4
WPGet API – Connect to any external REST API v1.5.4
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
wpgetapi / assets / css / wpgetapi-admin.css

wpgetapi-admin.css in WPGet API – Connect to any external REST API 1.5.4, at assets/css/wpgetapi-admin.css

220 lines 5.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wrap.wpgetapi *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
2 .wrap.wpgetapi *:before, .wrap.wpgetapi *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
3 .wrap.wpgetapi {
4 padding: 10px 0px 10px 0;
5 margin: 0;
6 display: table;
7 width: 100%;
8 table-layout: fixed;
9 }
10 .wrap.wpgetapi .nav-tab-wrapper {
11 margin-top: 15px;
12 }
13 .wrap.wpgetapi .main_content_cell {
14 display: table-cell;
15 height: 500px;
16 margin: 0;
17 padding: 0;
18 vertical-align: top;
19 width: 100%;
20 }
21 .wrap.wpgetapi .sidebar_cell {
22 display: table-cell;
23 height: 500px;
24 margin: 0;
25 padding: 0;
26 vertical-align: top;
27 width: 290px;
28 padding: 80px 20px 0 20px;
29 }
30 .wrap.wpgetapi .cmb2-metabox {
31 background: #fafafa;
32 padding: 30px;
33 border: 1px solid #ddd;
34 margin-bottom: 20px;
35 }
36 .wrap.wpgetapi .cmb-th {
37 padding: 10px 10px 10px 0;
38 }
39 .wrap.wpgetapi .cmb-td {
40 padding: 5px 10px 8px;
41 }
42 .wrap.wpgetapi .cmb-type-title .cmb-td {
43 padding-left: 0;
44 }
45
46 .wrap.wpgetapi .cmb-td input.regular-text::placeholder,
47 .wrap.wpgetapi .cmb-td textarea::placeholder {
48 color: #bbb;
49 font-weight: 300;
50 }
51 .wrap.wpgetapi .cmb-td input.regular-text,
52 .wrap.wpgetapi .cmb-td select {
53 width: 450px;
54 max-width: 95%;
55 }
56 .cmb-repeatable-group .cmb-group-title {
57 background-color: #dedede;
58 }
59 .wrap.wpgetapi .cmb-type-group .cmb-th {
60 padding: 0;
61 }
62 .wrap.wpgetapi .cmb-type-group .cmb-td {
63 padding: 0;
64 }
65 .wrap.wpgetapi .cmb-type-group .cmb-row .cmbhandle {
66 right: 0;
67 }
68 .wrap.wpgetapi p.cmb2-metabox-description {
69 font-style: normal;
70 margin: 5px 0 0 0;
71 padding-top: 0 !important;
72 padding-bottom: 0 !important;
73 font-weight: 300;
74 }
75 .wrap.wpgetapi p.cmb2-metabox-description a,
76 .wrap.wpgetapi p.cmb2-metabox-description a .dashicons{
77 text-decoration: none;
78 font-weight: inherit;
79 font-size: inherit;
80 }
81 .wrap.wpgetapi p.cmb2-metabox-description a .dashicons {
82 font-size: 0.8rem;
83 line-height: 1.2rem;
84 width: 12px;
85 }
86 .wrap.wpgetapi .desc {
87 font-style: normal;
88 margin: 0 0 15px;
89 padding-top: 0 !important;
90 padding-bottom: 0 !important;
91 font-weight: 300;
92 }
93 .wrap.wpgetapi .cmb-type-group .cmb-group-name {
94 font-size: 1.1em;
95 }
96 .wrap.wpgetapi .cmb-type-group .cmb-row:first-of-type {
97 border: none;
98 }
99 .wrap.wpgetapi .cmb-type-group .cmb-remove-field-row,
100 .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field,
101 .wrap.wpgetapi .cmb2-postbox .cmb-remove-field-row,
102 .wrap.wpgetapi .cmb2-postbox .cmb-repeat-group-field {
103 padding-top: 5px !important;
104 }
105 .wrap.wpgetapi .cmb-type-group .cmb-repeatable-grouping {
106 padding: 0 !important;
107 box-shadow: 0 0px 1px rgb(0 0 0 / 55%);
108 margin: 0 0 30px;
109 background: #fbfbfb;
110 }
111 .wrap.wpgetapi .cmb-type-group .cmb-repeat-group-field {
112 padding: 0 20px 8px !important;
113 }
114 .wrap.wpgetapi .cmb-repeatable-group .cmb-group-title {
115 padding: 8px 12px 8px 2.2em !important;
116 }
117 .wrap.wpgetapi .cmb-repeatable-group .cmb-td .input-wrap {
118 width: 50%;
119 float: left;
120 }
121 .wrap.wpgetapi .cmb-repeat-table.cmb-nested {
122 margin-top: 8px;
123 }
124 .wrap.wpgetapi .cmb-remove-field-row {
125 padding: 0 20px !important;
126 }
127
128 .wrap.wpgetapi .cmb-type-parameter .cmb-repeat-table .cmb-row.cmb-repeat-row {
129 padding: 5px 10px 5px 50px;
130 }
131 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row .button-secondary {
132 font-size: 12px;
133 line-height: 2;
134 min-height: 24px;
135 }
136 .wrap.wpgetapi .cmb-type-parameter .cmb-add-row:before {
137 height: 1em;
138 }
139
140 .wrap.wpgetapi pre {
141 display: inline-block;
142 background: #ffffff;
143 padding: 14px 27px;
144 margin: 10px 0 10px;
145 border-radius: 1px;
146 color: #353535;
147 white-space: pre-line;
148 line-height: 0.9;
149 font-size: 13px;
150 font-weight: 300;
151 box-shadow: 3px 3px 0 rgb(0 0 0 / 8%);
152 border: 1px solid #efefef;
153 }
154 .wrap.wpgetapi pre.url {
155 margin: 0 0 30px;
156 }
157 .wrap.wpgetapi pre.url span, .wrap.wpgetapi pre.functions span {
158 color: #89ad17;
159 }
160 .wrap.wpgetapi pre.functions {
161 display: block;
162 margin: 15px 20px 20px 20px;
163 }
164
165
166 .wrap.wpgetapi .sidebar_cell hr {
167 margin: 20px 0;
168 }
169 .wrap.wpgetapi .sidebar_cell ol {
170 margin: 0 0 0 15px;
171 }
172 .wrap.wpgetapi .sidebar_cell .box .side-notice {
173 background: #fff;
174 border: 1px solid #c3c4c7;
175 border-left-width: 4px;
176 box-shadow: 0 1px 1px rgba(0,0,0,.04);
177 margin: 0;
178 padding: 1px 12px;
179 border-left-color: #e09f2c;
180 }
181
182 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td {
183 width: calc( 100% - 200px);
184 }
185 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .name,
186 .wpgetapi_page_wpgetapi_oauth .wrap.wpgetapi .cmb-type-parameter > .cmb-td .value {
187 width: 50%;
188 float: left;
189 }
190
191 .wrap.wpgetapi .cmb2-metabox .section-wrapper {
192 padding: 14px 27px;
193 background: #fff;
194 border: 1px solid #efefef;
195 margin: 0 0 20px;
196 box-shadow: 3px 3px 0 rgb(0 0 0 / 8%)
197 }
198 .wrap.wpgetapi .cmb2-metabox .section-wrapper .cmb2-metabox-title {
199 font-size: 1.1em;
200 padding-bottom: 0;
201 margin-bottom: 0;
202 }
203 .wrap.wpgetapi .cmb2-metabox .section-wrapper .cmb-type-title .cmb2-metabox-description {
204 margin: 5px 0 15px;
205 }
206
207 @media screen and (max-width: 1024px) {
208 .wrap.wpgetapi .main_content_cell {
209 width: auto;
210 display: block;
211 height: auto;
212 }
213 .wrap.wpgetapi .sidebar_cell {
214 width: auto;
215 padding: 40px 0 0 0;
216 display: block;
217 height: auto;
218 }
219 }
220